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
0000756 [BusyBox] Other minor always 02-25-06 15:02 04-03-06 09:41
Reporter fbenvenuti View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0000756: I got the ENABLE_FEATURE_SUID undeclared error while compiling BusyBox v. 1.1.0
Description subject: I got the attached error while compiling BusyBox (included in mkCDrec 0.9)
package: BusyBox
version: 1.1.0 (included in mkCDrec 0.9)
 
I got the following error running "make". Instead, I successfully compiled BusyBox included in mkCDrec v. 0.8.9.
I use Red Hat, kernel 2.4.9-e.27enterprise on HP DL760 server.
 
Thanks
Francesco Benvenuti
 
make -C /root/mkcdrec_0.9/busybox \
top_srcdir=/root/mkcdrec_0.9/busybox \
top_builddir=/root/mkcdrec_0.9/busybox \
KBUILD_SRC=/root/mkcdrec_0.9/busybox \
-f /root/mkcdrec_0.9/busybox/Makefile _all
make[1]: Entering directory `/root/mkcdrec_0.9/busybox'
gcc -I/root/mkcdrec_0.9/busybox/include -I/root/mkcdrec_0.9/busybox/include -I/root/mkcdrec_0.9/busybox/libbb -funsigned-char -D_LARGEFILE_SO
URCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wshadow -Os -march=i386 -mpreferred-stack-boundary=2 -falign-fun
ctions=0 -falign-jumps=0 -falign-loops=0 -fomit-frame-pointer -D_GNU_SOURCE -DNDEBUG -c -o /root/mkcdrec_0.9/busybox/applets/applets.o /r
oot/mkcdrec_0.9/busybox/applets/applets.c
/root/mkcdrec_0.9/busybox/applets/applets.c: In function `run_applet_by_name':
/root/mkcdrec_0.9/busybox/applets/applets.c:455: `ENABLE_FEATURE_SUID' undeclared (first use in this function)
/root/mkcdrec_0.9/busybox/applets/applets.c:455: (Each undeclared identifier is reported only once
/root/mkcdrec_0.9/busybox/applets/applets.c:455: for each function it appears in.)
make[1]: *** [/root/mkcdrec_0.9/busybox/applets/applets.o] Error 1
make[1]: Leaving directory `/root/mkcdrec_0.9/busybox'
make: *** [_all] Error 2
 
Additional Information
Attached Files

- Relationships

- Notes
(0001198)
TheEagle
03-27-06 17:01

Just came across this error too, thought I'd leave you a note about where it comes from.

The file bb_config.h is generated with a lots of errors ... many define lines look like

#define WHATEVER 1n#define WAHTEVER 0

Looks like instead of "\n" there's a "n" in the script/code that creates this file. Don't have the time to look deeper into it, think the programmes know where to look.
 
(0001209)
bernhardf
04-03-06 07:03

Can you reproduce this with busybox-1.1.1 ?

http://busybox.net/downloads/busybox-1.1.1.tar.bz2 [^]
 
(0001218)
TheEagle
04-03-06 09:37

No. I experienced this error while building openWRT, and the dev's just yesterday switched from 1.1.0 to 1.1.1. The error does not occur anymore.
 
(0001219)
bernhardf
04-03-06 09:41

Fixed in version busybox-1.1.1
 

- Issue History
Date Modified Username Field Change
02-25-06 15:02 fbenvenuti New Issue
02-25-06 15:02 fbenvenuti Status new => assigned
02-25-06 15:02 fbenvenuti Assigned To  => BusyBox
03-27-06 17:01 TheEagle Note Added: 0001198
04-03-06 07:03 bernhardf Note Added: 0001209
04-03-06 09:37 TheEagle Note Added: 0001218
04-03-06 09:41 bernhardf Status assigned => closed
04-03-06 09:41 bernhardf Note Added: 0001219
04-03-06 09:41 bernhardf Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker