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
0001131 [uClibc] Standards Compliance minor always 12-23-06 16:59 09-24-08 05:49
Reporter derRichard View Status public  
Assigned To andersen
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0001131: misplaced "!defined" in libc/misc/glob/glob.c
Description building the latest uclibc snapshot(23.12.2006 00:11) fails on cris.
in libc/misc/glob/glob.c line 364 "#if !defined COMPILE_GLOB64" seems wrong to me.
after changing to "#if defined COMPILE_GLOB64" uclibc compiles fine.
Additional Information
Attached Files

- Relationships

- Notes
(0001973)
pkj
01-08-07 08:57

My guess is that you are building without LFS support. I tried this, and it failed as suggested above. The correct fix (I think) is to change the #if on line 364 to

#if defined __UCLIBC_HAS_LFS__ && !defined COMPILE_GLOB64

However, as this is not CRIS specific, I do not want to take the responsibility for making this change. I leave it to Erik to fix this as it was he who imported the glibc glob code...
 
(0011864)
bernhardf
09-24-08 05:49

This was fixed in r17671
 

- Issue History
Date Modified Username Field Change
12-23-06 16:59 derRichard New Issue
12-23-06 16:59 derRichard Status new => assigned
12-23-06 16:59 derRichard Assigned To  => pkj
01-08-07 08:56 pkj Note Added: 0001972
01-08-07 08:57 pkj Note Added: 0001973
01-08-07 08:57 pkj Assigned To pkj => andersen
01-08-07 08:57 pkj Status assigned => confirmed
01-08-07 08:57 pkj Note Deleted: 0001972
01-09-07 05:07 stephaneC Issue Monitored: stephaneC
09-15-07 01:51 vapier Category CRIS Architecture => Standards Compliance
09-24-08 05:49 bernhardf Status confirmed => closed
09-24-08 05:49 bernhardf Note Added: 0011864
09-24-08 05:49 bernhardf Resolution open => fixed
09-24-08 05:49 bernhardf Fixed in Version  => 0.9.29


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker