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
0001185 [buildroot] Architecture Specific minor always 01-30-07 12:32 02-12-07 05:42
Reporter jcoppens View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0001185: 17669 won't compile Busybox
Description I downloaded SVN 17669, before applying the patch from

http://busybox.net/bugs/view.php?id=1182 [^]

This is surely unrelated, but now I cannot finish compilation of
Busybox. I'm not sure this is before or after the above patch.

John
Additional Information /usr/local/src/programming/buildroot/toolchain_build_mipsel/bin/sed -i -e "s/^.*CONFIG_LFS.*/CONFIG_LFS=y/;" /usr/local/src/programming/buildroot/build_mipsel/busybox-1.2.2.1/.config
yes "" | make -j1 CC=/usr/local/src/programming/buildroot/build_mipsel/staging_dir/bin/mipsel-linux-uclibc-gcc CROSS_COMPILE="/usr/local/src/programming/buildroot/build_mipsel/staging_dir/bin/mipsel-linux-uclibc-" \
        CROSS="/usr/local/src/programming/buildroot/build_mipsel/staging_dir/bin/mipsel-linux-uclibc-" -C /usr/local/src/programming/buildroot/build_mipsel/busybox-1.2.2.1 oldconfig
make[1]: Entering directory `/usr/local/src/programming/buildroot/build_mipsel/busybox-1.2.2.1'
#
# using defaults found in .config
#
.config:6: trying to assign nonexistent symbol CONFIG_HAVE_DOT_CONFIG
.config:16: trying to assign nonexistent symbol CONFIG_DESKTOP
.config:29: trying to assign nonexistent symbol CONFIG_FEATURE_SYSLOG
.config:32: trying to assign nonexistent symbol CONFIG_FEATURE_HAVE_RPC
.config:34: trying to assign nonexistent symbol CONFIG_FEATURE_EXEC_PREFER_APPLETS
.config:51: trying to assign nonexistent symbol CONFIG_WERROR
.config:55: trying to assign nonexistent symbol CONFIG_INCLUDE_SUSv2
.config:64: trying to assign nonexistent symbol CONFIG_PREFIX
.config:69: trying to assign nonexistent symbol CONFIG_PASSWORD_MINLEN
.config:71: trying to assign nonexistent symbol CONFIG_FEATURE_EDITING
.config:72: trying to assign nonexistent symbol CONFIG_FEATURE_EDITING_FANCY_KEYS
.config:73: trying to assign nonexistent symbol CONFIG_FEATURE_EDITING_VI
.config:74: trying to assign nonexistent symbol CONFIG_FEATURE_EDITING_HISTORY
.config:75: trying to assign nonexistent symbol CONFIG_FEATURE_EDITING_SAVEHISTORY
.config:76: trying to assign nonexistent symbol CONFIG_FEATURE_TAB_COMPLETION
.config:77: trying to assign nonexistent symbol CONFIG_FEATURE_USERNAME_COMPLETION
.config:78: trying to assign nonexistent symbol CONFIG_FEATURE_EDITING_FANCY_PROMPT
.config:225: trying to assign nonexistent symbol CONFIG_FEATURE_WC_LARGE
.config:261: trying to assign nonexistent symbol CONFIG_RESIZE
.config:262: trying to assign nonexistent symbol CONFIG_FEATURE_RESIZE_PRINT
.config:301: trying to assign nonexistent symbol CONFIG_FEATURE_ALLOW_EXEC
.config:353: trying to assign nonexistent symbol CONFIG_LOGIN_SCRIPTS
.config:356: trying to assign nonexistent symbol CONFIG_FEATURE_PASSWD_WEAK_CHECK
.config:358: trying to assign nonexistent symbol CONFIG_FEATURE_SU_SYSLOG
.config:359: trying to assign nonexistent symbol CONFIG_FEATURE_SU_CHECKS_SHELLS
.config:384: trying to assign nonexistent symbol CONFIG_FEATURE_MODPROBE_FANCY_ALIAS
.config:398: trying to assign nonexistent symbol CONFIG_FEATURE_DMESG_PRETTY
.config:405: trying to assign nonexistent symbol CONFIG_FDISK_SUPPORT_LARGE_DISKS
.config:433: trying to assign nonexistent symbol CONFIG_FEATURE_MOUNT_CIFS
.config:434: trying to assign nonexistent symbol CONFIG_FEATURE_MOUNT_FLAGS
.config:435: trying to assign nonexistent symbol CONFIG_FEATURE_MOUNT_FSTAB
.config:469: trying to assign nonexistent symbol CONFIG_FEATURE_LESS_MAXLINES
.config:487: trying to assign nonexistent symbol CONFIG_NMETER
.config:488: trying to assign nonexistent symbol CONFIG_RAIDAUTORUN
.config:489: trying to assign nonexistent symbol CONFIG_READAHEAD
.config:495: trying to assign nonexistent symbol CONFIG_FEATURE_TASKSET_FANCY
.config:503: trying to assign nonexistent symbol CONFIG_VERBOSE_RESOLUTION_ERRORS
.config:504: trying to assign nonexistent symbol CONFIG_ARP
.config:532: trying to assign nonexistent symbol CONFIG_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN
.config:549: trying to assign nonexistent symbol CONFIG_FEATURE_IP_RULE
.config:555: trying to assign nonexistent symbol CONFIG_IPRULE
.config:561: trying to assign nonexistent symbol CONFIG_NC_SERVER
.config:562: trying to assign nonexistent symbol CONFIG_NC_EXTRA
.config:573: trying to assign nonexistent symbol CONFIG_FEATURE_TELNETD_STANDALONE
.config:584: trying to assign nonexistent symbol CONFIG_APP_DHCPRELAY
.config:603: trying to assign nonexistent symbol CONFIG_KILLALL5
.config:659: symbol value '' invalid for CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE
make[2]: *** [oldconfig] Error 1
make[1]: *** [oldconfig] Error 2
make[1]: Leaving directory `/usr/local/src/programming/buildroot/build_mipsel/busybox-1.2.2.1'
make: *** [/usr/local/src/programming/buildroot/build_mipsel/busybox-1.2.2.1/.configured] Error 2
Attached Files

- Relationships

- Notes
(0002078)
bagland
01-30-07 13:11

I had the same error when I updated to 17677, I had to change the configuration file for busybox to package/busybox/busybox-1.2.2.1.config

Rgds,
Benjamin
 
(0002079)
jcoppens
01-30-07 14:55

Great! Thanks. Just to be clear, maybe someone else hits the same
problem. The file to edit is .config:

# BR2_BUSYBOX_VERSION_1_0_1 is not set
# BR2_BUSYBOX_VERSION_1_1_3 is not set
BR2_BUSYBOX_VERSION_1_2_2_1=y
# BR2_BUSYBOX_VERSION_1_4_0 is not set
# BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set
BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y
BR2_PACKAGE_BUSYBOX_CONFIG="target/device/x86/i386/busybox.config"

And the last line to be changed to

BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.2.2.1.config"

Thanks, Benjamin.
(I suppose this should've happened automatically?)
 
(0002098)
bernhardf
02-04-07 08:40

This was fixed last week. Thanks for the report.
 

- Issue History
Date Modified Username Field Change
01-30-07 12:32 jcoppens New Issue
01-30-07 12:32 jcoppens Status new => assigned
01-30-07 12:32 jcoppens Assigned To  => uClibc
01-30-07 13:11 bagland Note Added: 0002078
01-30-07 14:55 jcoppens Note Added: 0002079
02-04-07 08:40 bernhardf Status assigned => closed
02-04-07 08:40 bernhardf Note Added: 0002098
02-04-07 08:40 bernhardf Resolution open => fixed
02-12-07 05:42 vapier Status closed => assigned
02-12-07 05:42 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker