2008-02-07 04:03:01 busybox seems to be broken
Mark Noonchester (NEW ZEALAND)
Message: 50798 *
* System Logging Utilities
*
syslogd (SYSLOGD) [Y/n/?] y
Rotate message files (FEATURE_ROTATE_LOGFILE) [N/y/?] n
Remote Log support (FEATURE_REMOTE_LOG) [N/y/?] n
Circular Buffer support (FEATURE_IPC_SYSLOG) [N/y/?] n
klogd (KLOGD) [Y/n/?] y
logger (LOGGER) [Y/n/?] y
*
* Runit Utilities
*
runsv (RUNSV) [N/y/?] n
runsvdir (RUNSVDIR) [N/y/?] n
sv (SV) [N/y/?] n
svlogd (SVLOGD) [N/y/?] n
chpst (CHPST) [N/y/?] n
setuidgid (SETUIDGID) [N/y/?] n
envuidgid (ENVUIDGID) [N/y/?] n
envdir (ENVDIR) [N/y/?] n
softlimit (SOFTLIMIT) [N/y/?] n
*
* ipsvd utilities
*
tcpsvd (TCPSVD) [N/y/?] n
udpsvd (UDPSVD) [N/y/?] n
/Volumes/Work_d/blackfin-sources/uclinux-dist/user/busybox/busybox-1.9.0/Makefile.local:8: warning: overriding commands for target `.config'
Makefile:470: warning: ignoring old commands for target `.config'
/Volumes/Work_d/blackfin-sources/uclinux-dist/user/busybox/busybox-1.9.0/scripts/setlocalversion: /Volumes/Work_d/blackfin-sources/uclinux-dist/user/busybox/busybox-1.9.0/scripts/setlocalversion: No such file or directory
/Volumes/Work_d/blackfin-sources/uclinux-dist/user/busybox/busybox-1.9.0/Makefile.local:8: warning: overriding commands for target `.config'
Makefile:470: warning: ignoring old commands for target `.config'
/Volumes/Work_d/blackfin-sources/uclinux-dist/user/busybox/busybox-1.9.0/scripts/setlocalversion: /Volumes/Work_d/blackfin-sources/uclinux-dist/user/busybox/busybox-1.9.0/scripts/setlocalversion: No such file or directory
SPLIT include/autoconf.h -> include/config/*
GEN include/bbconfigopts.h
/Volumes/Work_d/blackfin-sources/uclinux-dist/user/busybox/busybox-1.9.0/Makefile.local:8: warning: overriding commands for target `.config'
/Volumes/Work_d/blackfin-sources/uclinux-dist/user/busybox/busybox-1.9.0/./Makefile:470: warning: ignoring old commands for target `.config'
HOSTCC applets/usage
GEN include/usage_compressed.h
HOSTCC applets/applet_tables
In file included from applets/../include/libbb.h:13,
from applets/../include/busybox.h:10,
from applets/applet_tables.c:16:
applets/../include/platform.h:145: error: conflicting types for 'socklen_t'
/usr/include/sys/socket.h:99: error: previous declaration of 'socklen_t' was here
In file included from applets/../include/busybox.h:10,
from applets/applet_tables.c:16:
applets/../include/libbb.h:20:20: error: mntent.h: No such file or directory
applets/../include/libbb.h:34:24: error: sys/statfs.h: No such file or directory
In file included from applets/../include/busybox.h:10,
from applets/applet_tables.c:16:
applets/../include/libbb.h:309: error: 'AF_PACKET' undeclared here (not in a function)
applets/../include/libbb.h:312: error: 'AF_NETLINK' undeclared here (not in a function)
In file included from applets/../include/busybox.h:10,
from applets/applet_tables.c:16:
applets/../include/libbb.h:794: warning: 'struct mntent' declared inside parameter list
applets/../include/libbb.h:794: warning: its scope is only this definition or declaration, which is probably not what you want
make[5]: *** [applets/applet_tables] Error 1
make[4]: *** [applets] Error 2
make[3]: *** [all] Error 2
make[2]: *** [busybox] Error 2
make[1]: *** [all] Error 2
make: *** [subdirs] Error 1
QuoteReplyEditDelete
2008-02-07 20:09:34 Re: busybox seems to be broken
Mike Frysinger (UNITED STATES)
Message: 50839 it only fails to build on OS X systems. it's been fixed in svn trunk now.