[BusyBox 0000756]: I got the ENABLE_FEATURE_SUID undeclared error while compiling BusyBox v. 1.1.0
bugs at busybox.net
bugs at busybox.net
Mon Apr 3 16:37:33 UTC 2006
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=756
======================================================================
Reported By: fbenvenuti
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 756
Category: Other
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 02-25-2006 15:02 PST
Last Modified: 04-03-2006 09:37 PDT
======================================================================
Summary: 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
======================================================================
----------------------------------------------------------------------
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.
----------------------------------------------------------------------
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
----------------------------------------------------------------------
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.
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
======================================================================
More information about the busybox-cvs
mailing list