[BusyBox 0000780]: sort (at least with CONFIG_FEATURE_SORT_BIG=y) needs libm

bugs at busybox.net bugs at busybox.net
Sun Jun 11 18:18:58 UTC 2006


The issue 0000791 has been set as DUPLICATE OF the following issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=780 
====================================================================== 
Reported By:                jacques
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   780
Category:                   Other
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Resolution:                 won't fix
Fixed in Version:           
====================================================================== 
Date Submitted:             03-08-2006 10:58 PST
Last Modified:              06-11-2006 11:17 PDT
====================================================================== 
Summary:                    sort (at least with CONFIG_FEATURE_SORT_BIG=y) needs
libm
Description: 
build fails with undefined symbols __isnsn and __isinf in sort.o
since I unconfigured dc (which has 'needlibm-$(CONFIG_DC) := y' )

this *may* only occur when CONFIG_FEATURE_SORT_BIG=y

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
has duplicate       0000791 error in sort with full SuSv3 enabled
====================================================================== 

---------------------------------------------------------------------- 
 bernhardf - 06-11-06 11:17  
---------------------------------------------------------------------- 
This is uClibc specific.
With glibc, you do not need libm for isinf etc.

Compile with CFLAGS_EXTRA="-Wl,lm" when you use uClibc and you have no
applet configured which pulls in libm for you.

Alternatively fix the big sort to play nice with uClibc. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-08-06 10:58  jacques        New Issue                                    
03-08-06 10:58  jacques        Status                   new => assigned     
03-08-06 10:58  jacques        Assigned To               => BusyBox         
06-11-06 11:17  bernhardf      Status                   assigned => closed  
06-11-06 11:17  bernhardf      Note Added: 0001421                          
06-11-06 11:17  bernhardf      Resolution               open => won't fix   
06-11-06 11:18  bernhardf      Relationship added       has duplicate 0000791
======================================================================




More information about the busybox-cvs mailing list