BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000780 [BusyBox] Other major always 03-08-06 10:58 06-11-06 11:17
Reporter jacques View Status public  
Assigned To BusyBox
Priority normal Resolution won't fix  
Status closed   Product Version svn
Summary 0000780: 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
Additional Information
Attached Files

- Relationships
has duplicate 0000791closed BusyBox error in sort with full SuSv3 enabled 

- Notes
(0001421)
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


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker