When running genkernel all on the latest source 3.3.8 I get the following error.

CC      util-linux/mkfs_ext2.o
CC      util-linux/volume_id/ocfs2.o
util-linux/mkfs_ext2.c:51:27: fatal error: linux/ext2_fs.h: No such
file or directory
compilation terminated.

When I do a find the ext2_fs.h is found.

The entire log is below and the error is near the bottom.  How can I
fix this to get the kernel and initramfs build correctly?

Thanks


* Gentoo Linux Genkernel; Version 3.4.24_p1
* Running with options: initramfs

* Linux Kernel 3.3.8-gentoo for x86_64...
* blkid: >> Using cache
* busybox: >> Applying patches...
*           - 1.18.1-openvt.diff
*           - busybox-1.19.3-mdstart.patch
*           - busybox-1.7.4-signal-hack.patch
* busybox: >> Configuring...
COMMAND: make -j2 CC="gcc" LD="ld" AS="as"
  HOSTCC  scripts/basic/fixdep
  GEN     include/applets.h
  HOSTCC  scripts/basic/split-include
scripts/basic/split-include.c: In function ‘main’:
scripts/basic/split-include.c:134:11: warning: ignoring return value
of ‘fgets’, declared with attribute warn_unused_result
  HOSTCC  scripts/basic/docproc
  GEN     include/usage.h
  GEN     e2fsprogs/Kbuild
  GEN     e2fsprogs/Config.in
  GEN     e2fsprogs/old_e2fsprogs/Kbuild
  GEN     e2fsprogs/old_e2fsprogs/Config.in
  GEN     e2fsprogs/old_e2fsprogs/e2p/Kbuild
  GEN     e2fsprogs/old_e2fsprogs/uuid/Kbuild
  GEN     e2fsprogs/old_e2fsprogs/blkid/Kbuild
  GEN     e2fsprogs/old_e2fsprogs/ext2fs/Kbuild
  GEN     networking/Kbuild
  GEN     networking/Config.in
  GEN     networking/libiproute/Kbuild
  GEN     networking/udhcp/Kbuild
  GEN     networking/udhcp/Config.in
  GEN     libbb/Kbuild
  GEN     libbb/Config.in
  GEN     findutils/Kbuild
  GEN     findutils/Config.in
  GEN     loginutils/Kbuild
  GEN     loginutils/Config.in
  GEN     debianutils/Kbuild
  GEN     debianutils/Config.in
  GEN     runit/Kbuild
  GEN     runit/Config.in
  GEN     scripts/Kbuild
  GEN     init/Kbuild
  GEN     init/Config.in
  GEN     selinux/Kbuild
  GEN     selinux/Config.in
  GEN     shell/Kbuild
  GEN     shell/Config.in
  GEN     printutils/Kbuild
  GEN     printutils/Config.in
  GEN     mailutils/Kbuild
  GEN     mailutils/Config.in
  GEN     sysklogd/Kbuild
  GEN     sysklogd/Config.in
  GEN     editors/Kbuild
  GEN     editors/Config.in
  GEN     miscutils/Kbuild
  GEN     miscutils/Config.in
  GEN     modutils/Kbuild
  GEN     modutils/Config.in
  GEN     libpwdgrp/Kbuild
  GEN     console-tools/Kbuild
  GEN     console-tools/Config.in
  GEN     coreutils/Kbuild
  GEN     coreutils/Config.in
  GEN     coreutils/libcoreutils/Kbuild
  GEN     archival/Kbuild
  GEN     archival/Config.in
  GEN     archival/libarchive/Kbuild
  GEN     applets/Kbuild
  GEN     util-linux/Kbuild
  GEN     util-linux/Config.in
  GEN     util-linux/volume_id/Kbuild
  GEN     procps/Kbuild
  GEN     procps/Config.in
  HOSTCC  scripts/kconfig/conf.o
scripts/kconfig/conf.c: In function ‘conf_choice’:
scripts/kconfig/conf.c:354:9: warning: ignoring return value of
‘fgets’, declared with attribute warn_unused_result
scripts/kconfig/conf.c: In function ‘conf_askvalue’:
scripts/kconfig/conf.c:106:8: warning: ignoring return value of
‘fgets’, declared with attribute warn_unused_result
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
scripts/kconfig/mconf.c: In function ‘show_textbox’:
scripts/kconfig/mconf.c:839:7: warning: ignoring return value of
‘write’, declared with attribute warn_unused_result
scripts/kconfig/mconf.c: In function ‘exec_conf’:
scripts/kconfig/mconf.c:473:6: warning: ignoring return value of
‘pipe’, declared with attribute warn_unused_result
  HOSTCC  scripts/kconfig/zconf.tab.o
scripts/kconfig/zconf.tab.c: In function ‘expr_print_file_helper’:
scripts/kconfig/expr.c:1083:8: warning: ignoring return value of
‘fwrite’, declared with attribute warn_unused_result
scripts/kconfig/zconf.tab.c: In function ‘conf_write’:
scripts/kconfig/confdata.c:492:13: warning: ignoring return value of
‘fwrite’, declared with attribute warn_unused_result
scripts/kconfig/confdata.c:494:14: warning: ignoring return value of
‘fwrite’, declared with attribute warn_unused_result
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -o Config.in
#
# using defaults found in .config
#
*
* Busybox Configuration
*
*
* Busybox Settings
*
*
* General Configuration
*
Enable options for full-blown desktop systems (DESKTOP) [N/y/?] n
Provide compatible behavior for rare corner cases (bigger code)
(EXTRA_COMPAT) [N/y/?] n
Enable obsolete features removed before SUSv3 (INCLUDE_SUSv2) [N/y/?] n
Avoid using GCC-specific code constructs (USE_PORTABLE_CODE) [N/y/?] n
Enable Linux-specific applets and features (PLATFORM_LINUX) [Y/?] y
Buffer allocation policy
> 1. Allocate with Malloc (FEATURE_BUFFERS_USE_MALLOC)
  2. Allocate on the Stack (FEATURE_BUFFERS_GO_ON_STACK)
  3. Allocate in the .bss section (FEATURE_BUFFERS_GO_IN_BSS)
choice[1-3?]: 1
Show terse applet usage messages (SHOW_USAGE) [Y/n/?] y
  Show verbose applet usage messages (FEATURE_VERBOSE_USAGE) [Y/n/?] y
  Store applet usage messages in compressed form
(FEATURE_COMPRESS_USAGE) [Y/n/?] y
Support --install [-s] to install applet links at runtime
(FEATURE_INSTALLER) [Y/n/?] y
Don't use /usr (INSTALL_NO_USR) [N/y/?] n
Enable locale support (system needs locale for this to work)
(LOCALE_SUPPORT) [N/y/?] n
Support Unicode (UNICODE_SUPPORT) [Y/n/?] y
  Check $LANG environment variable (FEATURE_CHECK_UNICODE_IN_ENV) [N/y/?] n
  Character code to substitute unprintable characters with (SUBST_WCHAR) [63] 63
  Range of supported Unicode characters (LAST_SUPPORTED_WCHAR) [767] 767
  Allow zero-width Unicode characters on output
(UNICODE_COMBINING_WCHARS) [N/y/?] n
  Allow wide Unicode characters on output (UNICODE_WIDE_WCHARS) [N/y/?] n
  Bidirectional character-aware line input (UNICODE_BIDI_SUPPORT) [N/y/?] n
  Make it possible to enter sequences of chars which are not Unicode
(UNICODE_PRESERVE_BROKEN) [N/y/?] n
Support for --long-options (LONG_OPTS) [Y/n/?] y
Use the devpts filesystem for Unix98 PTYs (FEATURE_DEVPTS) [Y/n/?] y
Clean up all memory before exiting (usually not needed)
(FEATURE_CLEAN_UP) [N/y/?] n
Support utmp file (FEATURE_UTMP) [N/y/?] n
Support writing pidfiles (FEATURE_PIDFILE) [N/y/?] n
Support for SUID/SGID handling (FEATURE_SUID) [N/y/?] n
Support NSA Security Enhanced Linux (SELINUX) [N/y/?] n
exec prefers applets (FEATURE_PREFER_APPLETS) [Y/n/?] y
Path to BusyBox executable (BUSYBOX_EXEC_PATH) [/proc/self/exe] /proc/self/exe
*
* Build Options
*
Build BusyBox as a static binary (no shared libs) (STATIC) [Y/n/?] y
Force NOMMU build (NOMMU) [N/y/?] n
Build with Large File Support (for accessing files > 2 GB) (LFS) [Y/n/?] y
Cross Compiler prefix (CROSS_COMPILER_PREFIX) []
Additional CFLAGS (EXTRA_CFLAGS) []
*
* Debugging Options
*
Build BusyBox with extra Debugging symbols (DEBUG) [N/y/?] n
Abort compilation on any warning (WERROR) [N/y/?] n
Additional debugging library
> 1. None (NO_DEBUG_LIB)
  2. Dmalloc (DMALLOC)
  3. Electric-fence (EFENCE)
choice[1-3?]: 1
*
* Installation Options ("make install" behavior)
*
What kind of applet links to install
> 1. as soft-links (INSTALL_APPLET_SYMLINKS)
  2. as hard-links (INSTALL_APPLET_HARDLINKS)
  3. as script wrappers (INSTALL_APPLET_SCRIPT_WRAPPERS)
  4. not installed (INSTALL_APPLET_DONT)
choice[1-4?]: 1
BusyBox installation prefix (PREFIX) [./_install] ./_install
*
* Busybox Library Tuning
*
Enable systemd support (FEATURE_SYSTEMD) [Y/n/?] y
Support RTMIN[+n] and RTMAX[-n] signal names (FEATURE_RTMINMAX) [Y/n/?] y
Minimum password length (PASSWORD_MINLEN) [6] 6
MD5: Trade bytes for speed (0:fast, 3:slow) (MD5_SIZE_VS_SPEED) [2] 2
Faster /proc scanning code (+100 bytes) (FEATURE_FAST_TOP) [N/y/?] n
Support for /etc/networks (FEATURE_ETC_NETWORKS) [N/y/?] n
Use termios to manipulate the screen (FEATURE_USE_TERMIOS) [Y/n/?] y
Command line editing (FEATURE_EDITING) [Y/n/?] y
  Maximum length of input (FEATURE_EDITING_MAX_LEN) [1024] 1024
  vi-style line editing commands (FEATURE_EDITING_VI) [N/y/?] n
  History size (FEATURE_EDITING_HISTORY) [15] 15
  History saving (FEATURE_EDITING_SAVEHISTORY) [N/y/?] n
  Tab completion (FEATURE_TAB_COMPLETION) [Y/n/?] y
    Username completion (FEATURE_USERNAME_COMPLETION) [N/y/?] n
  Fancy shell prompts (FEATURE_EDITING_FANCY_PROMPT) [N/y/?] n
  Query cursor position from terminal (FEATURE_EDITING_ASK_TERMINAL) [N/y/?] n
Non-POSIX, but safer, copying to special nodes (FEATURE_NON_POSIX_CP) [Y/n/?] y
Give more precise messages when copy fails (cp, mv etc)
(FEATURE_VERBOSE_CP_MESSAGE) [N/y/?] n
Copy buffer size, in kilobytes (FEATURE_COPYBUF_KB) [4] 4
Skip rootfs in mount table (FEATURE_SKIP_ROOTFS) [Y/n/?] y
Use clock_gettime(CLOCK_MONOTONIC) syscall (MONOTONIC_SYSCALL) [Y/n/?] y
Use ioctl names rather than hex values in error messages
(IOCTL_HEX2STR_ERROR) [Y/n/?] y
Support infiniband HW (FEATURE_HWIB) [Y/n/?] y
*
* Applets
*
*
* Archival Utilities
*
Make tar, rpm, modprobe etc understand .xz data (FEATURE_SEAMLESS_XZ) [Y/n/?] y
Make tar, rpm, modprobe etc understand .lzma data
(FEATURE_SEAMLESS_LZMA) [Y/n/?] y
Make tar, rpm, modprobe etc understand .bz2 data
(FEATURE_SEAMLESS_BZ2) [Y/n/?] y
Make tar, rpm, modprobe etc understand .gz data (FEATURE_SEAMLESS_GZ) [Y/n/?] y
Make tar and gunzip understand .Z data (FEATURE_SEAMLESS_Z) [N/y/?] n
ar (AR) [N/y/?] n
bunzip2 (BUNZIP2) [N/y/?] n
bzip2 (BZIP2) [Y/n/?] y
cpio (CPIO) [N/y/?] n
dpkg (DPKG) [N/y/?] n
dpkg_deb (DPKG_DEB) [N/y/?] n
gunzip (GUNZIP) [Y/n/?] y
gzip (GZIP) [Y/n/?] y
  Enable long options (FEATURE_GZIP_LONG_OPTIONS) [Y/n/?] y
lzop (LZOP) [Y/n/?] y
  lzop compression levels 7,8,9 (not very useful) (LZOP_COMPR_HIGH) [N/y/?] n
rpm2cpio (RPM2CPIO) [N/y/?] n
rpm (RPM) [N/y/?] n
tar (TAR) [Y/n/?] y
  Enable archive creation (FEATURE_TAR_CREATE) [Y/n/?] y
  Autodetect compressed tarballs (FEATURE_TAR_AUTODETECT) [Y/n/?] y
  Enable -X (exclude from) and -T (include from) options)
(FEATURE_TAR_FROM) [N/y/?] n
  Support for old tar header format (FEATURE_TAR_OLDGNU_COMPATIBILITY) [N/y/?] n
  Enable untarring of tarballs with checksums produced by buggy Sun
tar (FEATURE_TAR_OLDSUN_COMPATIBILITY) [N/y/?] n
  Support for GNU tar extensions (long filenames)
(FEATURE_TAR_GNU_EXTENSIONS) [Y/n/?] y
  Enable long options (FEATURE_TAR_LONG_OPTIONS) [N/y/?] n
  Enable use of user and group names (FEATURE_TAR_UNAME_GNAME) [Y/n/?] y
  Enable -m (do not preserve time) option
(FEATURE_TAR_NOPRESERVE_TIME) [Y/n/?] y
uncompress (UNCOMPRESS) [N/y/?] n
unlzma (UNLZMA) [N/y/?] n
unxz (UNXZ) [Y/n/?] y
  Provide xz alias which supports only unpacking (XZ) [Y/n/?] y
unzip (UNZIP) [N/y/?] n
*
* Coreutils
*
basename (BASENAME) [Y/n/?] y
cat (CAT) [Y/n/?] y
date (DATE) [Y/n/?] y
  Enable ISO date format output (-I) (FEATURE_DATE_ISOFMT) [Y/n/?] y
  Support %[num]N nanosecond format specifier (FEATURE_DATE_NANO) [N/y/?] n
  Support weird 'date MMDDhhmm[[YY]YY][.ss]' format
(FEATURE_DATE_COMPAT) [Y/n/?] y
id (ID) [Y/n/?] y
groups (GROUPS) [Y/n/?] y
test (TEST) [Y/n/?] y
  Extend test to 64 bit (FEATURE_TEST_64) [N/y/?] n
touch (TOUCH) [Y/n/?] y
tr (TR) [N/y/?] n
base64 (BASE64) [Y/n/?] y
cal (CAL) [N/y/?] n
catv (CATV) [N/y/?] n
chgrp (CHGRP) [Y/n/?] y
chmod (CHMOD) [Y/n/?] y
chown (CHOWN) [Y/n/?] y
  Enable long options (FEATURE_CHOWN_LONG_OPTIONS) [Y/n/?] y
chroot (CHROOT) [Y/n/?] y
cksum (CKSUM) [N/y/?] n
comm (COMM) [N/y/?] n
cp (CP) [Y/n/?] y
  Enable long options for cp (FEATURE_CP_LONG_OPTIONS) [Y/n/?] y
cut (CUT) [Y/n/?] y
dd (DD) [Y/n/?] y
  Enable DD signal handling for status reporting
(FEATURE_DD_SIGNAL_HANDLING) [Y/n/?] y
    Enable the third status line upon signal
(FEATURE_DD_THIRD_STATUS_LINE) [Y/n/?] y
  Enable ibs, obs and conv options (FEATURE_DD_IBS_OBS) [N/y/?] n
df (DF) [Y/n/?] y
  Enable -a, -i, -B (FEATURE_DF_FANCY) [Y/n/?] y
dirname (DIRNAME) [Y/n/?] y
dos2unix/unix2dos (DOS2UNIX) [N/y/?] n
du (default blocksize of 512 bytes) (DU) [Y/n/?] y
  Use a default blocksize of 1024 bytes (1K)
(FEATURE_DU_DEFAULT_BLOCKSIZE_1K) [Y/n/?] y
echo (basic SuSv3 version taking no options) (ECHO) [Y/n/?] y
  Enable echo options (-n and -e) (FEATURE_FANCY_ECHO) [Y/n/?] y
env (ENV) [Y/n/?] y
  Enable long options (FEATURE_ENV_LONG_OPTIONS) [N/y/?] n
expand (EXPAND) [N/y/?] n
expr (EXPR) [N/y/?] n
false (FALSE) [Y/n/?] y
fold (FOLD) [N/y/?] n
fsync (FSYNC) [Y/n/?] y
head (HEAD) [Y/n/?] y
  Enable head options (-c, -q, and -v) (FEATURE_FANCY_HEAD) [N/y/?] n
hostid (HOSTID) [N/y/?] n
install (INSTALL) [N/y/?] n
ln (LN) [Y/n/?] y
logname (LOGNAME) [N/y/?] n
ls (LS) [Y/n/?] y
  Enable filetyping options (-p and -F) (FEATURE_LS_FILETYPES) [Y/n/?] y
  Enable symlinks dereferencing (-L) (FEATURE_LS_FOLLOWLINKS) [Y/n/?] y
  Enable recursion (-R) (FEATURE_LS_RECURSIVE) [N/y/?] n
  Sort the file names (FEATURE_LS_SORTFILES) [Y/n/?] y
  Show file timestamps (FEATURE_LS_TIMESTAMPS) [Y/n/?] y
  Show username/groupnames (FEATURE_LS_USERNAME) [Y/n/?] y
  Allow use of color to identify file types (FEATURE_LS_COLOR) [Y/n/?] y
    Produce colored ls output by default (FEATURE_LS_COLOR_IS_DEFAULT) [N/y/?] n
md5sum (MD5SUM) [N/y/?] n
mkdir (MKDIR) [Y/n/?] y
  Enable long options (FEATURE_MKDIR_LONG_OPTIONS) [N/y/?] n
mkfifo (MKFIFO) [N/y/?] n
mknod (MKNOD) [Y/n/?] y
mv (MV) [Y/n/?] y
  Enable long options (FEATURE_MV_LONG_OPTIONS) [N/y/?] n
nice (NICE) [N/y/?] n
nohup (NOHUP) [N/y/?] n
od (OD) [N/y/?] n
printenv (PRINTENV) [N/y/?] n
printf (PRINTF) [N/y/?] n
pwd (PWD) [Y/n/?] y
readlink (READLINK) [Y/n/?] y
  Enable canonicalization by following all symlinks (-f)
(FEATURE_READLINK_FOLLOW) [N/y/?] n
realpath (REALPATH) [N/y/?] n
rm (RM) [Y/n/?] y
rmdir (RMDIR) [Y/n/?] y
  Enable long options (FEATURE_RMDIR_LONG_OPTIONS) [Y/n/?] y
seq (SEQ) [N/y/?] n
sha1sum (SHA1SUM) [N/y/?] n
sha256sum (SHA256SUM) [Y/n/?] y
sha512sum (SHA512SUM) [Y/n/?] y
sleep (SLEEP) [Y/n/?] y
  Enable multiple arguments and s/m/h/d suffixes (FEATURE_FANCY_SLEEP) [N/y/?] n
sort (SORT) [Y/n/?] y
  Full SuSv3 compliant sort (support -ktcsbdfiozgM) (FEATURE_SORT_BIG) [Y/n/?] y
split (SPLIT) [N/y/?] n
stat (STAT) [N/y/?] n
stty (STTY) [Y/n/?] y
sum (SUM) [N/y/?] n
sync (SYNC) [Y/n/?] y
tac (TAC) [Y/n/?] y
tail (TAIL) [Y/n/?] y
  Enable extra tail options (-q, -s, -v, and -F) (FEATURE_FANCY_TAIL) [N/y/?] n
tee (TEE) [N/y/?] n
true (TRUE) [Y/n/?] y
tty (TTY) [Y/n/?] y
uname (UNAME) [Y/n/?] y
unexpand (UNEXPAND) [N/y/?] n
uniq (UNIQ) [Y/n/?] y
usleep (USLEEP) [N/y/?] n
uudecode (UUDECODE) [N/y/?] n
uuencode (UUENCODE) [N/y/?] n
wc (WC) [N/y/?] n
whoami (WHOAMI) [Y/n/?] y
yes (YES) [Y/n/?] y
*
* Common options for cp and mv
*
Preserve hard links (FEATURE_PRESERVE_HARDLINKS) [N/y/?] n
*
* Common options for ls, more and telnet
*
Calculate terminal & column widths (FEATURE_AUTOWIDTH) [Y/n/?] y
*
* Common options for df, du, ls
*
Support for human readable output (example 13k, 23M, 235G)
(FEATURE_HUMAN_READABLE) [Y/n/?] y
*
* Common options for md5sum, sha1sum, sha256sum, sha512sum
*
Enable -c, -s and -w options (FEATURE_MD5_SHA1_SUM_CHECK) [N/y/?] n
*
* Console Utilities
*
chvt (CHVT) [Y/n/?] y
fgconsole (FGCONSOLE) [Y/n/?] y
clear (CLEAR) [Y/n/?] y
deallocvt (DEALLOCVT) [N/y/?] n
dumpkmap (DUMPKMAP) [Y/n/?] y
kbd_mode (KBD_MODE) [Y/n/?] y
loadfont (LOADFONT) [Y/n/?] y
loadkmap (LOADKMAP) [Y/n/?] y
openvt (OPENVT) [N/y/?] n
reset (RESET) [Y/n/?] y
resize (RESIZE) [N/y/?] n
setconsole (SETCONSOLE) [N/y/?] n
setfont (SETFONT) [Y/n/?] y
  Support reading textual screen maps (FEATURE_SETFONT_TEXTUAL_MAP) [Y/n/?] y
  Default directory for console-tools files (DEFAULT_SETFONT_DIR) []
setkeycodes (SETKEYCODES) [N/y/?] n
setlogcons (SETLOGCONS) [N/y/?] n
showkey (SHOWKEY) [Y/n/?] y
*
* Common options for loadfont and setfont
*
Support for PSF2 console fonts (FEATURE_LOADFONT_PSF2) [Y/n/?] y
Support for old (raw) console fonts (FEATURE_LOADFONT_RAW) [Y/n/?] y
*
* Debian Utilities
*
mktemp (MKTEMP) [Y/n/?] y
pipe_progress (PIPE_PROGRESS) [N/y/?] n
run-parts (RUN_PARTS) [N/y/?] n
start-stop-daemon (START_STOP_DAEMON) [N/y/?] n
which (WHICH) [Y/n/?] y
*
* Editors
*
patch (PATCH) [N/y/?] n
vi (VI) [N/y/?] n
awk (AWK) [Y/n/?] y
  Enable math functions (requires libm) (FEATURE_AWK_LIBM) [Y/n/?] y
cmp (CMP) [N/y/?] n
diff (DIFF) [N/y/?] n
ed (ED) [N/y/?] n
sed (SED) [Y/n/?] y
Allow vi and awk to execute shell commands (FEATURE_ALLOW_EXEC) [N/y/?] n
*
* Finding Utilities
*
find (FIND) [Y/n/?] y
  Enable -print0: NUL-terminated output (FEATURE_FIND_PRINT0) [Y/n/?] y
  Enable -mtime: modified time matching (FEATURE_FIND_MTIME) [N/y/?] n
  Enable -mmin: modified time matching by minutes (FEATURE_FIND_MMIN) [Y/n/?] y
  Enable -perm: permissions matching (FEATURE_FIND_PERM) [N/y/?] n
  Enable -type: file type matching (file/dir/link/...)
(FEATURE_FIND_TYPE) [Y/n/?] y
  Enable -xdev: 'stay in filesystem' (FEATURE_FIND_XDEV) [Y/n/?] y
  Enable -mindepth N and -maxdepth N (FEATURE_FIND_MAXDEPTH) [Y/n/?] y
  Enable -newer: compare file modification times (FEATURE_FIND_NEWER) [Y/n/?] y
  Enable -inum: inode number matching (FEATURE_FIND_INUM) [Y/n/?] y
  Enable -exec: execute commands (FEATURE_FIND_EXEC) [Y/n/?] y
  Enable -user: username/uid matching (FEATURE_FIND_USER) [Y/n/?] y
  Enable -group: group/gid matching (FEATURE_FIND_GROUP) [Y/n/?] y
  Enable the 'not' (!) operator (FEATURE_FIND_NOT) [Y/n/?] y
  Enable -depth (FEATURE_FIND_DEPTH) [Y/n/?] y
  Enable parens in options (FEATURE_FIND_PAREN) [Y/n/?] y
  Enable -size: file size matching (FEATURE_FIND_SIZE) [Y/n/?] y
  Enable -prune: exclude subdirectories (FEATURE_FIND_PRUNE) [N/y/?] n
  Enable -delete: delete files/dirs (FEATURE_FIND_DELETE) [N/y/?] n
  Enable -path: match pathname with shell pattern (FEATURE_FIND_PATH) [N/y/?] n
  Enable -regex: match pathname with regex (FEATURE_FIND_REGEX) [N/y/?] n
  Enable -links: link count matching (FEATURE_FIND_LINKS) [Y/n/?] y
grep (GREP) [Y/n/?] y
  Enable extended regular expressions (egrep & grep -E)
(FEATURE_GREP_EGREP_ALIAS) [N/y/?] n
  Alias fgrep to grep -F (FEATURE_GREP_FGREP_ALIAS) [Y/n/?] y
  Enable before and after context flags (-A, -B and -C)
(FEATURE_GREP_CONTEXT) [N/y/?] n
xargs (XARGS) [Y/n/?] y
  Enable -p: prompt and confirmation
(FEATURE_XARGS_SUPPORT_CONFIRMATION) [N/y/?] n
  Enable single and double quotes and backslash
(FEATURE_XARGS_SUPPORT_QUOTES) [N/y/?] n
  Enable -x: exit if -s or -n is exceeded
(FEATURE_XARGS_SUPPORT_TERMOPT) [N/y/?] n
  Enable -0: NUL-terminated input (FEATURE_XARGS_SUPPORT_ZERO_TERM) [N/y/?] n
*
* Init Utilities
*
bootchartd (BOOTCHARTD) [Y/n/?] y
  Compatible, bloated header (FEATURE_BOOTCHARTD_BLOATED_HEADER) [Y/n/?] y
  Support bootchartd.conf (FEATURE_BOOTCHARTD_CONFIG_FILE) [Y/n/?] y
poweroff, halt, and reboot (HALT) [Y/n/?] y
init (INIT) [Y/n/?] y
  Support reading an inittab file (FEATURE_USE_INITTAB) [Y/n/?] y
    Support killing processes that have been removed from inittab
(FEATURE_KILL_REMOVED) [N/y/?] n
  Run commands with leading dash with controlling tty
(FEATURE_INIT_SCTTY) [N/y/?] n
  Enable init to write to syslog (FEATURE_INIT_SYSLOG) [N/y] n
  Be _extra_ quiet on boot (FEATURE_EXTRA_QUIET) [N/y/?] n
  Support dumping core for child processes (debugging only)
(FEATURE_INIT_COREDUMPS) [N/y/?] n
  Support running init from within an initrd (not initramfs)
(FEATURE_INITRD) [Y/n/?] y
  Initial terminal type (INIT_TERMINAL_TYPE) [linux] linux
mesg (MESG) [Y/n/?] y
  Enable writing to tty only by group, not by everybody
(FEATURE_MESG_ENABLE_ONLY_GROUP) [Y/n/?] y
*
* Login/Password Management Utilities
*
add-shell (ADD_SHELL) [N/y/?] n
remove-shell (REMOVE_SHELL) [N/y/?] n
Support for shadow passwords (FEATURE_SHADOWPASSWDS) [N/y/?] n
Use internal password and group functions rather than system functions
(USE_BB_PWD_GRP) [N/y/?] n
Use internal crypt functions (USE_BB_CRYPT) [Y/n/?] y
  Enable SHA256/512 crypt functions (USE_BB_CRYPT_SHA) [Y/n/?] y
adduser (ADDUSER) [N/y/?] n
addgroup (ADDGROUP) [N/y/?] n
deluser (DELUSER) [N/y/?] n
delgroup (DELGROUP) [N/y/?] n
getty (GETTY) [N/y/?] n
login (LOGIN) [N/y/?] n
passwd (PASSWD) [N/y/?] n
cryptpw (CRYPTPW) [N/y/?] n
chpasswd (CHPASSWD) [Y/n/?] y
su (SU) [N/y/?] n
sulogin (SULOGIN) [N/y/?] n
vlock (VLOCK) [N/y/?] n
*
* Linux Ext2 FS Progs
*
chattr (CHATTR) [N/y/?] n
fsck (FSCK) [N/y/?] n
lsattr (LSATTR) [N/y/?] n
tune2fs (TUNE2FS) [N/y/?] n
*
* Linux Module Utilities
*
modinfo (MODINFO) [Y/n/?] y
Simplified modutils (MODPROBE_SMALL) [Y/n/?] y
  Accept module options on modprobe command line
(FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE) [Y/n/?] y
  Skip loading of already loaded modules
(FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED) [Y/n/?] y
*
* Options common to multiple modutils
*
Try to load module from a mmap'ed area (FEATURE_INSMOD_TRY_MMAP) [N/y/?] n
Default directory containing modules (DEFAULT_MODULES_DIR)
[/lib/modules] /lib/modules
Default name of modules.dep (DEFAULT_DEPMOD_FILE) [modules.dep] modules.dep
*
* Linux System Utilities
*
blockdev (BLOCKDEV) [Y/n/?] y
rev (REV) [Y/n/?] y
acpid (ACPID) [Y/n/?] y
  Accept and ignore redundant options (FEATURE_ACPID_COMPAT) [Y/n/?] y
blkid (BLKID) [Y/n/?] y
  Print filesystem type (FEATURE_BLKID_TYPE) [N/y/?] n
dmesg (DMESG) [Y/n/?] y
  Pretty dmesg output (FEATURE_DMESG_PRETTY) [Y/n/?] y
fbset (FBSET) [N/y/?] n
fdflush (FDFLUSH) [N/y/?] n
fdformat (FDFORMAT) [N/y/?] n
fdisk (FDISK) [N/y/?] n
findfs (FINDFS) [Y/n/?] y
flock (FLOCK) [Y/n/?] y
freeramdisk (FREERAMDISK) [Y/n/?] y
fsck_minix (FSCK_MINIX) [N/y/?] n
mkfs_ext2 (MKFS_EXT2) [Y/n/?] y
mkfs_minix (MKFS_MINIX) [N/y/?] n
mkfs_reiser (MKFS_REISER) [N/y/?] n
mkfs_vfat (MKFS_VFAT) [Y/n/?] y
getopt (GETOPT) [N/y/?] n
hexdump (HEXDUMP) [Y/n/?] y
  Support -R, reverse of 'hexdump -Cv' (FEATURE_HEXDUMP_REVERSE) [Y/n/?] y
  hd (HD) [Y/n/?] y
hwclock (HWCLOCK) [N/y/?] n
ipcrm (IPCRM) [N/y/?] n
ipcs (IPCS) [N/y/?] n
losetup (LOSETUP) [Y/n/?] y
lspci (LSPCI) [Y/n/?] y
lsusb (LSUSB) [Y/n/?] y
mdev (MDEV) [Y/n/?] y
  Support /etc/mdev.conf (FEATURE_MDEV_CONF) [N/y/?] n
  Support loading of firmwares (FEATURE_MDEV_LOAD_FIRMWARE) [Y/n/?] y
mdstart (MDSTART) [Y/n/?] y
mkswap (MKSWAP) [N/y/?] n
more (MORE) [Y/n/?] y
mount (MOUNT) [Y/n/?] y
  Support option -f (FEATURE_MOUNT_FAKE) [Y/?] y
  Support option -v (FEATURE_MOUNT_VERBOSE) [Y/n/?] y
  Support mount helpers (FEATURE_MOUNT_HELPERS) [N/y/?] n
  Support specifying devices by label or UUID (FEATURE_MOUNT_LABEL) [Y/n/?] y
  Support mounting NFS file systems (FEATURE_MOUNT_NFS) [N/y/?] n
  Support mounting CIFS/SMB file systems (FEATURE_MOUNT_CIFS) [N/y/?] n
  Support lots of -o flags in mount (FEATURE_MOUNT_FLAGS) [Y/n/?] y
  Support /etc/fstab and -a (FEATURE_MOUNT_FSTAB) [Y/n/?] y
pivot_root (PIVOT_ROOT) [Y/n/?] y
rdate (RDATE) [Y/n/?] y
rdev (RDEV) [Y/n/?] y
readprofile (READPROFILE) [N/y/?] n
rtcwake (RTCWAKE) [Y/n/?] y
script (SCRIPT) [Y/n/?] y
scriptreplay (SCRIPTREPLAY) [Y/n/?] y
setarch (SETARCH) [N/y/?] n
swaponoff (SWAPONOFF) [Y/n/?] y
  Support priority option -p (FEATURE_SWAPON_PRI) [Y/n/?] y
switch_root (SWITCH_ROOT) [Y/n/?] y
umount (UMOUNT) [Y/n/?] y
  Support option -a (FEATURE_UMOUNT_ALL) [N/y/?] n
  *
  * Common options for mount/umount
  *
  Support loopback mounts (FEATURE_MOUNT_LOOP) [Y/n/?] y
    Create new loopback devices if needed (FEATURE_MOUNT_LOOP_CREATE) [Y/n/?] y
  Support for the old /etc/mtab file (FEATURE_MTAB_SUPPORT) [Y/n/?] y
*
* Filesystem/Volume identification
*
Ext filesystem (FEATURE_VOLUMEID_EXT) [Y/n/?] y
btrfs filesystem (FEATURE_VOLUMEID_BTRFS) [Y/n/?] y
Reiser filesystem (FEATURE_VOLUMEID_REISERFS) [Y/n/?] y
fat filesystem (FEATURE_VOLUMEID_FAT) [Y/n/?] y
hfs filesystem (FEATURE_VOLUMEID_HFS) [Y/n/?] y
jfs filesystem (FEATURE_VOLUMEID_JFS) [Y/n/?] y
xfs filesystem (FEATURE_VOLUMEID_XFS) [Y/n/?] y
ntfs filesystem (FEATURE_VOLUMEID_NTFS) [Y/n/?] y
iso9660 filesystem (FEATURE_VOLUMEID_ISO9660) [Y/n/?] y
udf filesystem (FEATURE_VOLUMEID_UDF) [Y/n/?] y
luks filesystem (FEATURE_VOLUMEID_LUKS) [Y/n/?] y
linux swap filesystem (FEATURE_VOLUMEID_LINUXSWAP) [Y/n/?] y
cramfs filesystem (FEATURE_VOLUMEID_CRAMFS) [Y/n/?] y
romfs filesystem (FEATURE_VOLUMEID_ROMFS) [Y/n/?] y
sysv filesystem (FEATURE_VOLUMEID_SYSV) [Y/n/?] y
ocfs2 filesystem (FEATURE_VOLUMEID_OCFS2) [Y/n/?] y
linuxraid (FEATURE_VOLUMEID_LINUXRAID) [Y/n/?] y
*
* Miscellaneous Utilities
*
conspy (CONSPY) [N/y/?] n
less (LESS) [N/y/?] n
nandwrite (NANDWRITE) [N/y/?] n
nanddump (NANDDUMP) [N/y/?] n
setserial (SETSERIAL) [Y/n/?] y
ubiattach (UBIATTACH) [Y/n/?] y
ubidetach (UBIDETACH) [Y/n/?] y
ubimkvol (UBIMKVOL) [Y/n/?] y
ubirmvol (UBIRMVOL) [Y/n/?] y
ubirsvol (UBIRSVOL) [Y/n/?] y
ubiupdatevol (UBIUPDATEVOL) [Y/n/?] y
adjtimex (ADJTIMEX) [N/y/?] n
bbconfig (BBCONFIG) [N/y/?] n
beep (BEEP) [Y/n/?] y
  default frequency (FEATURE_BEEP_FREQ) [4000] 4000
  default length (FEATURE_BEEP_LENGTH_MS) [30] 30
chat (CHAT) [Y/n/?] y
  Enable NOFAIL expect strings (FEATURE_CHAT_NOFAIL) [Y/n/?] y
  Force STDIN to be a TTY (FEATURE_CHAT_TTY_HIFI) [N/y/?] n
  Enable implicit Carriage Return (FEATURE_CHAT_IMPLICIT_CR) [Y/n/?] y
  Swallow options (FEATURE_CHAT_SWALLOW_OPTS) [Y/n/?] y
  Support weird SEND escapes (FEATURE_CHAT_SEND_ESCAPES) [Y/n/?] y
  Support variable-length ABORT conditions
(FEATURE_CHAT_VAR_ABORT_LEN) [Y/n/?] y
  Support revoking of ABORT conditions (FEATURE_CHAT_CLR_ABORT) [Y/n/?] y
chrt (CHRT) [N/y/?] n
crond (CROND) [N/y/?] n
crontab (CRONTAB) [N/y/?] n
dc (DC) [N/y/?] n
devfsd (obsolete) (DEVFSD) [N/y/?] n
Use devfs names for all devices (obsolete) (FEATURE_DEVFS) [N/y/?] n
devmem (DEVMEM) [Y/n/?] y
eject (EJECT) [N/y/?] n
fbsplash (FBSPLASH) [Y/n/?] y
flashcp (FLASHCP) [N/y/?] n
flash_lock (FLASH_LOCK) [N/y/?] n
flash_unlock (FLASH_UNLOCK) [N/y/?] n
flash_eraseall (FLASH_ERASEALL) [N/y/?] n
ionice (IONICE) [Y/n/?] y
inotifyd (INOTIFYD) [N/y/?] n
hdparm (HDPARM) [N/y/?] n
makedevs (MAKEDEVS) [Y/n/?] y
  Choose makedevs behaviour
  > 1. leaf (FEATURE_MAKEDEVS_LEAF)
    2. table (FEATURE_MAKEDEVS_TABLE)
  choice[1-2]: 1
man (MAN) [Y/n/?] y
microcom (MICROCOM) [Y/n/?] y
mountpoint (MOUNTPOINT) [N/y/?] n
mt (MT) [N/y/?] n
raidautorun (RAIDAUTORUN) [N/y/?] n
readahead (READAHEAD) [N/y/?] n
rfkill (RFKILL) [N/y/?] n
rx (RX) [N/y/?] n
setsid (SETSID) [N/y/?] n
strings (STRINGS) [N/y/?] n
taskset (TASKSET) [N/y/?] n
time (TIME) [N/y/?] n
timeout (TIMEOUT) [Y/n/?] y
ttysize (TTYSIZE) [N/y/?] n
volname (VOLNAME) [Y/n/?] y
watchdog (WATCHDOG) [N/y/?] n
*
* Networking Utilities
*
nameif (NAMEIF) [N/y/?] n
nbd-client (NBDCLIENT) [Y/n/?] y
nc (NC) [N/y/?] n
ping (PING) [Y/n/?] y
  Enable fancy ping output (FEATURE_FANCY_PING) [Y/n/?] y
whois (WHOIS) [Y/n/?] y
Enable IPv6 support (FEATURE_IPV6) [N/y/?] n
Enable Unix domain socket support (usually not needed)
(FEATURE_UNIX_LOCAL) [N/y/?] n
Verbose resolution errors (VERBOSE_RESOLUTION_ERRORS) [N/y/?] n
arp (ARP) [N/y/?] n
arping (ARPING) [N/y/?] n
brctl (BRCTL) [Y/n/?] y
  Fancy options (FEATURE_BRCTL_FANCY) [Y/n/?] y
    Support show, showmac and showstp (FEATURE_BRCTL_SHOW) [Y/n/?] y
dnsd (DNSD) [N/y/?] n
ether-wake (ETHER_WAKE) [N/y/?] n
fakeidentd (FAKEIDENTD) [N/y/?] n
ftpd (FTPD) [Y/n/?] y
  Enable upload commands (FEATURE_FTP_WRITE) [Y/n/?] y
  Enable workaround for RFC-violating clients
(FEATURE_FTPD_ACCEPT_BROKEN_LIST) [Y/n/?] y
ftpget (FTPGET) [N/y/?] n
ftpput (FTPPUT) [N/y/?] n
hostname (HOSTNAME) [Y/n/?] y
httpd (HTTPD) [N/y/?] n
ifconfig (IFCONFIG) [Y/n/?] y
  Enable status reporting output (+7k) (FEATURE_IFCONFIG_STATUS) [Y/n/?] y
  Enable slip-specific options "keepalive" and "outfill"
(FEATURE_IFCONFIG_SLIP) [N/y/?] n
  Enable options "mem_start", "io_addr", and "irq"
(FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ) [N/y/?] n
  Enable option "hw" (ether only) (FEATURE_IFCONFIG_HW) [Y/n/?] y
  Set the broadcast automatically (FEATURE_IFCONFIG_BROADCAST_PLUS) [N/y/?] n
ifenslave (IFENSLAVE) [Y/n/?] y
ifplugd (IFPLUGD) [Y/n/?] y
ifupdown (IFUPDOWN) [N/y/?] n
inetd (INETD) [N/y/?] n
ip (IP) [N/y/?] n
ipcalc (IPCALC) [N/y/?] n
netstat (NETSTAT) [N/y/?] n
nslookup (NSLOOKUP) [N/y/?] n
ntpd (NTPD) [Y/n/?] y
  Make ntpd usable as a NTP server (FEATURE_NTPD_SERVER) [Y/n/?] y
pscan (PSCAN) [N/y/?] n
route (ROUTE) [Y/n/?] y
slattach (SLATTACH) [N/y/?] n
tcpsvd (TCPSVD) [N/y/?] n
telnet (TELNET) [N/y/?] n
telnetd (TELNETD) [N/y/?] n
tftp (TFTP) [N/y/?] n
tftpd (TFTPD) [Y/n/?] y
  *
  * Common options for tftp/tftpd
  *
  Enable 'tftp get' and/or tftpd upload code (FEATURE_TFTP_GET) [N/y/?] n
  Enable 'tftp put' and/or tftpd download code (FEATURE_TFTP_PUT) [N/y/?] n
  Enable 'blksize' and 'tsize' protocol options
(FEATURE_TFTP_BLOCKSIZE) [N/y/?] n
  Enable debug (TFTP_DEBUG) [N/y/?] n
traceroute (TRACEROUTE) [N/y/?] n
tunctl (TUNCTL) [Y/n/?] y
  Support owner:group assignment (FEATURE_TUNCTL_UG) [Y/n/?] y
udhcp server (udhcpd) (UDHCPD) [Y/n/?] y
  dhcprelay (DHCPRELAY) [Y/n/?] y
  Lease display utility (dumpleases) (DUMPLEASES) [Y/n/?] y
  Rewrite the lease file at every new acknowledge
(FEATURE_UDHCPD_WRITE_LEASES_EARLY) [N/y/?] n
  Select IP address based on client MAC
(FEATURE_UDHCPD_BASE_IP_ON_MAC) [N/y/?] n
  Absolute path to lease file (DHCPD_LEASES_FILE)
[/var/lib/misc/udhcpd.leases] /var/lib/misc/udhcpd.leases
udhcp client (udhcpc) (UDHCPC) [Y/n/?] y
  Verify that the offered address is free, using ARP ping
(FEATURE_UDHCPC_ARPING) [Y/n/?] y
  Enable '-P port' option for udhcpd and udhcpc (FEATURE_UDHCP_PORT) [N/y/?] n
  Maximum verbosity level for udhcp applets (0..9) (UDHCP_DEBUG) [9] 9
  Support for RFC3397 domain search (experimental)
(FEATURE_UDHCP_RFC3397) [Y/n/?] y
  Support for 802.1Q VLAN parameters (FEATURE_UDHCP_8021Q) [Y/n/?] y
  Absolute path to config script (UDHCPC_DEFAULT_SCRIPT)
[/usr/share/udhcpc/default.script] /usr/share/udhcpc/default.script
  DHCP options slack buffer size (UDHCPC_SLACK_FOR_BUGGY_SERVERS) [80] 80
udpsvd (UDPSVD) [N/y/?] n
vconfig (VCONFIG) [N/y/?] n
wget (WGET) [Y/n/?] y
  Enable a nifty process meter (+2k) (FEATURE_WGET_STATUSBAR) [N/y/?] n
  Enable HTTP authentication (FEATURE_WGET_AUTHENTICATION) [N/y/?] n
  Enable long options (FEATURE_WGET_LONG_OPTIONS) [N/y/?] n
  Enable read timeout option -T SEC (FEATURE_WGET_TIMEOUT) [Y/n/?] y
zcip (ZCIP) [N/y/?] n
*
* Print Utilities
*
lpd (LPD) [Y/n/?] y
lpr (LPR) [Y/n/?] y
lpq (LPQ) [Y/n/?] y
*
* Mail Utilities
*
makemime (MAKEMIME) [Y/n/?] y
  Default charset (FEATURE_MIME_CHARSET) [us-ascii] us-ascii
popmaildir (POPMAILDIR) [Y/n/?] y
  Allow message filters and custom delivery program
(FEATURE_POPMAILDIR_DELIVERY) [Y/n/?] y
reformime (REFORMIME) [Y/n/?] y
  Accept and ignore options other than -x and -X
(FEATURE_REFORMIME_COMPAT) [Y/n/?] y
sendmail (SENDMAIL) [Y/n/?] y
*
* Process Utilities
*
iostat (IOSTAT) [Y/n/?] y
mpstat (MPSTAT) [Y/n/?] y
nmeter (NMETER) [N/y/?] n
pmap (PMAP) [Y/n/?] y
powertop (POWERTOP) [Y/n/?] y
pstree (PSTREE) [Y/n/?] y
pwdx (PWDX) [Y/n/?] y
smemcap (SMEMCAP) [Y/n/?] y
uptime (UPTIME) [Y/n/?] y
free (FREE) [Y/n/?] y
fuser (FUSER) [N/y/?] n
kill (KILL) [Y/n/?] y
  killall (KILLALL) [Y/n/?] y
  killall5 (KILLALL5) [N/y] n
pgrep (PGREP) [Y/n/?] y
pidof (PIDOF) [N/y/?] n
pkill (PKILL) [Y/n/?] y
ps (PS) [Y/n/?] y
  Enable wide output option (-w) (FEATURE_PS_WIDE) [N/y/?] n
renice (RENICE) [N/y/?] n
sysctl (BB_SYSCTL) [N/y/?] n
top (TOP) [N/y/?] n
  Support for showing threads in ps/pstree/top (FEATURE_SHOW_THREADS) [Y/n/?] y
watch (WATCH) [N/y/?] n
*
* 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
*
* Shells
*
ash (ASH) [Y/n/?] y
  bash-compatible extensions (ASH_BASH_COMPAT) [Y/n/?] y
  Idle timeout variable (ASH_IDLE_TIMEOUT) [N/y/?] n
  Job control (ASH_JOB_CONTROL) [Y/n/?] y
  Alias support (ASH_ALIAS) [Y/n/?] y
  Builtin getopt to parse positional parameters (ASH_GETOPTS) [N/y/?] n
  Builtin version of 'echo' (ASH_BUILTIN_ECHO) [N/y/?] n
  Builtin version of 'printf' (ASH_BUILTIN_PRINTF) [Y/n/?] y
  Builtin version of 'test' (ASH_BUILTIN_TEST) [Y/n/?] y
  'command' command to override shell builtins (ASH_CMDCMD) [N/y/?] n
  Check for new mail on interactive shells (ASH_MAIL) [Y/n/?] y
  Optimize for size instead of speed (ASH_OPTIMIZE_FOR_SIZE) [Y/n/?] y
  Pseudorandom generator and $RANDOM variable (ASH_RANDOM_SUPPORT) [N/y/?] n
  Expand prompt string (ASH_EXPAND_PRMT) [N/y/?] n
cttyhack (CTTYHACK) [N/y/?] n
hush (HUSH) [N/y/?] n
msh (deprecated: aliased to hush) (MSH) [N/y/?] n
Choose which shell is aliased to 'sh' name
> 1. ash (FEATURE_SH_IS_ASH)
  2. none (FEATURE_SH_IS_NONE)
choice[1-2?]: 1
Choose which shell is aliased to 'bash' name
  1. ash (FEATURE_BASH_IS_ASH)
> 2. none (FEATURE_BASH_IS_NONE)
choice[1-2?]: 2
POSIX math support (SH_MATH_SUPPORT) [Y/n/?] y
  Extend POSIX math support to 64 bit (SH_MATH_SUPPORT_64) [Y/n/?] y
Hide message on interactive shell startup (FEATURE_SH_EXTRA_QUIET) [N/y/?] n
Standalone shell (FEATURE_SH_STANDALONE) [N/y/?] n
Run 'nofork' applets directly (FEATURE_SH_NOFORK) [N/y/?] n
Use $HISTFILESIZE (FEATURE_SH_HISTFILESIZE) [Y/n/?] y
*
* System Logging Utilities
*
syslogd (SYSLOGD) [N/y/?] n
klogd (KLOGD) [N/y/?] n
logger (LOGGER) [N/y/?] n
* busybox: >> Compiling...
COMMAND: make -j2 CC="gcc" LD="ld" AS="as"
  SPLIT   include/autoconf.h -> include/config/*
  HOSTCC  applets/usage
applets/usage.c: In function ‘main’:
applets/usage.c:52:8: warning: ignoring return value of ‘write’,
declared with attribute warn_unused_result
  GEN     include/bbconfigopts.h
  HOSTCC  applets/applet_tables
applets/applet_tables.c: In function ‘main’:
applets/applet_tables.c:151:9: warning: ignoring return value of
‘fgets’, declared with attribute warn_unused_result
  GEN     include/usage_compressed.h
  GEN     include/applet_tables.h
  HOSTCC  applets/usage_pod
applets/usage_pod.c: In function ‘main’:
applets/usage_pod.c:74:3: warning: format not a string literal and no
format arguments
  CC      applets/applets.o
  LD      applets/built-in.o
  DOC     busybox.pod
  DOC     BusyBox.txt
  DOC     busybox.1
  LD      archival/built-in.o
  CC      archival/bbunzip.o
  LD      archival/libarchive/built-in.o
  CC      archival/libarchive/data_align.o
  CC      archival/libarchive/data_extract_all.o
  CC      archival/bzip2.o
archival/libarchive/data_extract_all.c: In function ‘data_extract_all’:
archival/libarchive/data_extract_all.c:176:9: warning: ignoring return
value of ‘chown’, declared with attribute warn_unused_result
  CC      archival/libarchive/data_extract_to_stdout.o
  CC      archival/libarchive/data_skip.o
  CC      archival/libarchive/decompress_bunzip2.o
  CC      archival/libarchive/decompress_unlzma.o
  CC      archival/gzip.o
  CC      archival/libarchive/decompress_unxz.o
  CC      archival/lzop.o
  CC      archival/libarchive/decompress_unzip.o
  CC      archival/tar.o
  CC      archival/libarchive/filter_accept_all.o
  AR      archival/lib.a
  CC      archival/libarchive/filter_accept_list.o
  LD      console-tools/built-in.o
  CC      console-tools/chvt.o
  CC      archival/libarchive/filter_accept_reject_list.o
  CC      console-tools/clear.o
  CC      archival/libarchive/find_list_entry.o
  CC      console-tools/dumpkmap.o
  CC      archival/libarchive/get_header_tar.o
console-tools/dumpkmap.c: In function ‘dumpkmap_main’:
console-tools/dumpkmap.c:50:7: warning: ignoring return value of
‘write’, declared with attribute warn_unused_result
console-tools/dumpkmap.c:59:7: warning: ignoring return value of
‘write’, declared with attribute warn_unused_result
console-tools/dumpkmap.c:72:11: warning: ignoring return value of
‘write’, declared with attribute warn_unused_result
  CC      console-tools/fgconsole.o
archival/libarchive/get_header_tar.c: In function ‘get_header_tar’:
archival/libarchive/get_header_tar.c:282:34: warning: array subscript
is above array bounds
  CC      console-tools/kbd_mode.o
  CC      archival/libarchive/get_header_tar_bz2.o
  CC      archival/libarchive/get_header_tar_gz.o
  CC      console-tools/loadfont.o
console-tools/loadfont.c: In function ‘setfont_main’:
console-tools/loadfont.c:404:9: warning: ignoring return value of
‘chdir’, declared with attribute warn_unused_result
console-tools/loadfont.c:422:10: warning: ignoring return value of
‘chdir’, declared with attribute warn_unused_result
  CC      archival/libarchive/get_header_tar_lzma.o
  CC      console-tools/loadkmap.o
  CC      archival/libarchive/header_list.o
  CC      console-tools/reset.o
  CC      archival/libarchive/header_skip.o
  CC      console-tools/showkey.o
  CC      archival/libarchive/header_verbose_list.o
  CC      archival/libarchive/init_handle.o
  AR      console-tools/lib.a
  LD      coreutils/built-in.o
  CC      coreutils/basename.o
  CC      archival/libarchive/lzo1x_1.o
  CC      coreutils/cat.o
  CC      coreutils/chgrp.o
  CC      archival/libarchive/lzo1x_1o.o
  CC      coreutils/chmod.o
  CC      archival/libarchive/lzo1x_d.o
  CC      coreutils/chown.o
  CC      coreutils/chroot.o
  CC      archival/libarchive/open_transformer.o
  CC      coreutils/cp.o
  CC      archival/libarchive/seek_by_jump.o
  CC      coreutils/cut.o
  CC      archival/libarchive/seek_by_read.o
  AR      archival/libarchive/lib.a
  LD      coreutils/libcoreutils/built-in.o
  CC      coreutils/libcoreutils/cp_mv_stat.o
  CC      coreutils/date.o
  CC      coreutils/libcoreutils/getopt_mk_fifo_nod.o
  CC      coreutils/dd.o
  AR      coreutils/libcoreutils/lib.a
  LD      debianutils/built-in.o
  CC      debianutils/mktemp.o
  CC      coreutils/df.o
  CC      debianutils/which.o
  AR      debianutils/lib.a
  CC      coreutils/dirname.o
  LD      e2fsprogs/built-in.o
  AR      e2fsprogs/lib.a
  LD      editors/built-in.o
  CC      editors/awk.o
  CC      coreutils/du.o
  CC      coreutils/echo.o
  CC      coreutils/env.o
  CC      coreutils/false.o
  CC      coreutils/fsync.o
  CC      coreutils/head.o
  CC      coreutils/id.o
  CC      coreutils/ln.o
  CC      coreutils/ls.o
  CC      editors/sed.o
editors/sed.c: In function ‘sed_main’:
editors/sed.c:1458:10: warning: ignoring return value of ‘fchown’,
declared with attribute warn_unused_result
  CC      coreutils/md5_sha1_sum.o
  CC      coreutils/mkdir.o
  AR      editors/lib.a
  LD      findutils/built-in.o
  CC      findutils/find.o
  CC      coreutils/mknod.o
  CC      coreutils/mv.o
  CC      coreutils/printf.o
  CC      findutils/grep.o
  CC      coreutils/pwd.o
  CC      findutils/xargs.o
  CC      coreutils/readlink.o
  AR      findutils/lib.a
  LD      init/built-in.o
  CC      init/bootchartd.o
  CC      coreutils/rm.o
init/bootchartd.c: In function ‘finalize’:
init/bootchartd.c:310:8: warning: ignoring return value of ‘system’,
declared with attribute warn_unused_result
  CC      coreutils/rmdir.o
  CC      init/halt.o
  CC      coreutils/sleep.o
  CC      init/init.o
  CC      coreutils/sort.o
  CC      init/mesg.o
  CC      coreutils/stty.o
  AR      init/lib.a
  LD      libbb/built-in.o
  CC      libbb/appletlib.o
  CC      coreutils/sync.o
  CC      libbb/ask_confirmation.o
  CC      coreutils/tac.o
  CC      libbb/bb_askpass.o
  CC      coreutils/tail.o
  CC      libbb/bb_bswap_64.o
  CC      libbb/bb_do_delay.o
  CC      coreutils/test.o
  CC      libbb/bb_pwd.o
  CC      libbb/bb_qsort.o
  CC      coreutils/test_ptr_hack.o
  CC      coreutils/touch.o
  CC      libbb/bb_strtonum.o
  CC      coreutils/true.o
  CC      libbb/change_identity.o
  CC      coreutils/tty.o
  CC      libbb/chomp.o
  CC      coreutils/uname.o
  CC      libbb/compare_string_array.o
  CC      coreutils/uniq.o
  CC      libbb/concat_path_file.o
  CC      coreutils/uudecode.o
  CC      libbb/concat_subpath_file.o
  CC      libbb/copy_file.o
  CC      coreutils/whoami.o
  CC      coreutils/yes.o
  CC      libbb/copyfd.o
  AR      coreutils/lib.a
  LD      libpwdgrp/built-in.o
  CC      libpwdgrp/uidgid_get.o
  CC      libbb/crc32.o
  AR      libpwdgrp/lib.a
  LD      loginutils/built-in.o
  CC      loginutils/chpasswd.o
  CC      libbb/create_icmp6_socket.o
loginutils/chpasswd.c: In function ‘chpasswd_main’:
loginutils/chpasswd.c:40:3: warning: format not a string literal and
no format arguments
  AR      loginutils/lib.a
  CC      libbb/create_icmp_socket.o
  LD      mailutils/built-in.o
  CC      mailutils/mail.o
libbb/create_icmp_socket.c: In function ‘create_icmp_socket’:
libbb/create_icmp_socket.c:28:4: warning: format not a string literal
and no format arguments
libbb/create_icmp_socket.c:29:3: warning: format not a string literal
and no format arguments
mailutils/mail.c: In function ‘encode_base64’:
mailutils/mail.c:159:9: warning: ignoring return value of ‘fwrite’,
declared with attribute warn_unused_result
  CC      libbb/default_error_retval.o
  CC      mailutils/makemime.o
  CC      libbb/device_open.o
mailutils/makemime.c: In function ‘makemime_main’:
mailutils/makemime.c:175:10: warning: ignoring return value of
‘freopen’, declared with attribute warn_unused_result
  CC      mailutils/popmaildir.o
  CC      libbb/dump.o
libbb/dump.c: In function ‘display’:
libbb/dump.c:613:8: warning: format not a string literal and no format arguments
libbb/dump.c:663:5: warning: format not a string literal and no format arguments
  CC      mailutils/reformime.o
  CC      mailutils/sendmail.o
  CC      libbb/execable.o
  AR      mailutils/lib.a
  LD      miscutils/built-in.o
  CC      miscutils/beep.o
  CC      libbb/fclose_nonstdin.o
  CC      miscutils/chat.o
  CC      libbb/fflush_stdout_and_exit.o
libbb/fflush_stdout_and_exit.c: In function ‘fflush_stdout_and_exit’:
libbb/fflush_stdout_and_exit.c:19:3: warning: format not a string
literal and no format arguments
  CC      libbb/fgets_str.o
  CC      miscutils/devmem.o
  CC      libbb/find_mount_point.o
  CC      miscutils/fbsplash.o
  CC      libbb/find_pid_by_name.o
  CC      libbb/find_root_device.o
  CC      miscutils/ionice.o
  CC      libbb/full_write.o
  CC      miscutils/makedevs.o
  CC      libbb/get_console.o
  CC      miscutils/man.o
  CC      libbb/get_cpu_count.o
miscutils/man.c: In function ‘run_pipe’:
miscutils/man.c:122:8: warning: ignoring return value of ‘system’,
declared with attribute warn_unused_result
  CC      miscutils/microcom.o
  CC      libbb/get_last_path_component.o
miscutils/microcom.c: In function ‘microcom_main’:
miscutils/microcom.c:152:9: warning: ignoring return value of ‘write’,
declared with attribute warn_unused_result
  CC      libbb/get_line_from_file.o
  CC      miscutils/setserial.o
  CC      libbb/get_shell_name.o
  CC      miscutils/timeout.o
  CC      libbb/get_volsize.o
  CC      miscutils/ubi_tools.o
  CC      libbb/getopt32.o
  CC      miscutils/volname.o
  CC      libbb/getpty.o
  AR      miscutils/lib.a
  LD      modutils/built-in.o
  CC      modutils/modinfo.o
  CC      libbb/hash_md5_sha.o
  CC      modutils/modprobe-small.o
  CC      libbb/herror_msg.o
  CC      libbb/human_readable.o
  CC      modutils/modutils.o
  AR      modutils/lib.a
  CC      libbb/inet_common.o
  LD      networking/built-in.o
  CC      networking/brctl.o
  CC      libbb/info_msg.o
  CC      networking/ftpd.o
  CC      libbb/inode_hash.o
networking/ftpd.c: In function ‘ftpd_main’:
networking/ftpd.c:1183:9: warning: ignoring return value of ‘chroot’,
declared with attribute warn_unused_result
networking/ftpd.c: In function ‘popen_ls’:
networking/ftpd.c:672:6: warning: ignoring return value of ‘dup’,
declared with attribute warn_unused_result
  CC      libbb/isdirectory.o
  CC      libbb/kernel_version.o
  CC      networking/hostname.o
  CC      libbb/last_char_is.o
  CC      networking/ifconfig.o
  CC      libbb/lineedit.o
  CC      networking/ifenslave.o
  CC      networking/ifplugd.o
  CC      libbb/lineedit_ptr_hack.o
  CC      libbb/llist.o
  CC      networking/interface.o
  CC      libbb/login.o
networking/interface.c: In function ‘if_readlist_proc’:
networking/interface.c:572:2: warning: ignoring return value of
‘fgets_unlocked’, declared with attribute warn_unused_result
networking/interface.c:573:2: warning: ignoring return value of
‘fgets_unlocked’, declared with attribute warn_unused_result
  CC      libbb/loop.o
  CC      networking/nbd-client.o
  CC      libbb/make_directory.o
networking/nbd-client.c: In function ‘nbdclient_main’:
networking/nbd-client.c:133:10: warning: ignoring return value of
‘daemon’, declared with attribute warn_unused_result
  CC      networking/ntpd.o
  CC      libbb/makedev.o
  CC      libbb/match_fstype.o
networking/ntpd.c: In function ‘ntp_init’:
networking/ntpd.c:1906:3: warning: format not a string literal and no
format arguments
  CC      libbb/messages.o
  CC      libbb/mode_string.o
  CC      libbb/mtab.o
  CC      networking/ping.o
  CC      libbb/parse_config.o
  CC      networking/route.o
  CC      libbb/parse_mode.o
  CC      libbb/perror_msg.o
  CC      networking/tftp.o
  CC      networking/tunctl.o
  CC      libbb/perror_nomsg.o
  CC      libbb/perror_nomsg_and_die.o
  CC      libbb/pidfile.o
  CC      networking/wget.o
networking/wget.c: In function ‘open_socket’:
networking/wget.c:202:3: warning: format not a string literal and no
format arguments
  CC      libbb/platform.o
  CC      libbb/print_flags.o
  CC      networking/whois.o
  CC      libbb/printable.o
  CC      libbb/printable_string.o
  AR      networking/lib.a
  LD      networking/libiproute/built-in.o
  AR      networking/libiproute/lib.a
  LD      networking/udhcp/built-in.o
  CC      networking/udhcp/arpping.o
  CC      libbb/process_escape_sequence.o
networking/udhcp/arpping.c: In function ‘arpping’:
networking/udhcp/arpping.c:53:3: warning: format not a string literal
and no format arguments
  CC      networking/udhcp/common.o
  CC      libbb/procps.o
  CC      networking/udhcp/dhcpc.o
  CC      libbb/progress.o
  CC      libbb/ptr_to_globals.o
  CC      libbb/pw_encrypt.o
  CC      networking/udhcp/dhcpd.o
  CC      networking/udhcp/dhcprelay.o
  CC      libbb/read.o
  CC      libbb/read_key.o
  CC      networking/udhcp/domain_codec.o
  CC      libbb/read_printf.o
  CC      networking/udhcp/dumpleases.o
  CC      libbb/recursive_action.o
  CC      networking/udhcp/files.o
  CC      libbb/remove_file.o
  CC      networking/udhcp/leases.o
  CC      libbb/rtc.o
  CC      networking/udhcp/packet.o
  CC      libbb/run_shell.o
  CC      libbb/safe_gethostname.o
  CC      networking/udhcp/signalpipe.o
  CC      libbb/safe_poll.o
  CC      networking/udhcp/socket.o
  CC      libbb/safe_strncpy.o
  CC      networking/udhcp/static_leases.o
  CC      libbb/safe_write.o
  AR      networking/udhcp/lib.a
  LD      printutils/built-in.o
  CC      printutils/lpd.o
  CC      libbb/setup_environment.o
  CC      libbb/signals.o
  CC      printutils/lpr.o
printutils/lpr.c: In function ‘lpqr_main’:
printutils/lpr.c:252:8: warning: ignoring return value of ‘write’,
declared with attribute warn_unused_result
  CC      libbb/simplify_path.o
  AR      printutils/lib.a
  LD      procps/built-in.o
  CC      procps/free.o
  CC      libbb/single_argv.o
  CC      procps/iostat.o
  CC      libbb/skip_whitespace.o
  CC      libbb/speed_table.o
  CC      procps/kill.o
  CC      libbb/str_tolower.o
  CC      procps/mpstat.o
  CC      libbb/strrstr.o
  CC      libbb/systemd_support.o
  CC      libbb/time.o
  CC      procps/pgrep.o
  CC      libbb/trim.o
  CC      libbb/u_signal_names.o
  CC      procps/pmap.o
  CC      libbb/udp_io.o
  CC      procps/powertop.o
  CC      libbb/unicode.o
  CC      procps/ps.o
  CC      libbb/update_passwd.o
libbb/update_passwd.c: In function ‘update_passwd’:
libbb/update_passwd.c:138:9: warning: ignoring return value of
‘fchown’, declared with attribute warn_unused_result
  CC      procps/pstree.o
  CC      libbb/uuencode.o
  CC      libbb/vdprintf.o
  CC      procps/pwdx.o
  CC      libbb/verror_msg.o
  CC      procps/smemcap.o
  CC      libbb/vfork_daemon_rexec.o
  CC      procps/uptime.o
  CC      libbb/warn_ignoring_args.o
  AR      procps/lib.a
  LD      runit/built-in.o
  AR      runit/lib.a
  LD      selinux/built-in.o
  AR      selinux/lib.a
  LD      shell/built-in.o
  CC      shell/ash.o
  CC      libbb/wfopen.o
shell/ash.c: In function ‘sprint_status’:
shell/ash.c:3929:3: warning: format not a string literal and no format arguments
libbb/wfopen.c: In function ‘xfdopen_helper’:
libbb/wfopen.c:46:3: warning: format not a string literal and no
format arguments
  CC      libbb/wfopen_input.o
  CC      libbb/write.o
  CC      libbb/xatonum.o
  CC      libbb/xconnect.o
  CC      libbb/xfunc_die.o
  CC      libbb/xfuncs.o
  CC      libbb/xfuncs_printf.o
libbb/xfuncs_printf.c: In function ‘malloc_or_warn’:
libbb/xfuncs_printf.c:40:3: warning: format not a string literal and
no format arguments
libbb/xfuncs_printf.c: In function ‘xmalloc’:
libbb/xfuncs_printf.c:49:3: warning: format not a string literal and
no format arguments
libbb/xfuncs_printf.c: In function ‘xrealloc’:
libbb/xfuncs_printf.c:60:3: warning: format not a string literal and
no format arguments
libbb/xfuncs_printf.c: In function ‘xstrdup’:
libbb/xfuncs_printf.c:84:3: warning: format not a string literal and
no format arguments
libbb/xfuncs_printf.c: In function ‘xasprintf’:
libbb/xfuncs_printf.c:302:3: warning: format not a string literal and
no format arguments
libbb/xfuncs_printf.c: In function ‘xsetenv’:
libbb/xfuncs_printf.c:309:3: warning: format not a string literal and
no format arguments
libbb/xfuncs_printf.c: In function ‘generate_uuid’:
libbb/xfuncs_printf.c:592:7: warning: ignoring return value of ‘read’,
declared with attribute warn_unused_result
  CC      libbb/xgetcwd.o
  CC      libbb/xgethostbyname.o
  CC      libbb/xreadlink.o
  CC      libbb/xrealloc_vector.o
  CC      libbb/xregcomp.o
  AR      libbb/lib.a
  CC      shell/ash_ptr_hack.o
  CC      shell/math.o
  CC      shell/shell_common.o
  LD      sysklogd/built-in.o
  AR      sysklogd/lib.a
  LD      util-linux/built-in.o
  CC      util-linux/acpid.o
  AR      shell/lib.a
  LD      util-linux/volume_id/built-in.o
  CC      util-linux/volume_id/btrfs.o
  CC      util-linux/blkid.o
  CC      util-linux/volume_id/cramfs.o
  CC      util-linux/blockdev.o
  CC      util-linux/volume_id/ext.o
  CC      util-linux/dmesg.o
  CC      util-linux/volume_id/fat.o
  CC      util-linux/findfs.o
  CC      util-linux/flock.o
  CC      util-linux/volume_id/get_devname.o
  CC      util-linux/freeramdisk.o
  CC      util-linux/volume_id/hfs.o
  CC      util-linux/hexdump.o
  CC      util-linux/volume_id/iso9660.o
  CC      util-linux/losetup.o
  CC      util-linux/volume_id/jfs.o
  CC      util-linux/lspci.o
  CC      util-linux/volume_id/linux_raid.o
  CC      util-linux/lsusb.o
  CC      util-linux/volume_id/linux_swap.o
  CC      util-linux/mdStart.o
  CC      util-linux/volume_id/luks.o
util-linux/mdStart.c:37:1: warning: no previous prototype for ‘mdstart_main’
util-linux/mdStart.c: In function ‘mdstart_main’:
util-linux/mdStart.c:43:3: warning: implicit declaration of function
‘bb_show_usage’
util-linux/mdStart.c:48:3: warning: implicit declaration of function ‘sscanf’
util-linux/mdStart.c:48:6: warning: incompatible implicit declaration
of built-in function ‘sscanf’
util-linux/mdStart.c:55:4: warning: implicit declaration of function ‘close’
util-linux/mdStart.c:58:4: warning: implicit declaration of function ‘printf’
util-linux/mdStart.c:58:4: warning: incompatible implicit declaration
of built-in function ‘printf’
  CC      util-linux/mdev.o
  CC      util-linux/volume_id/ntfs.o
util-linux/mdev.c: In function ‘make_device’:
util-linux/mdev.c:394:13: warning: ignoring return value of ‘symlink’,
declared with attribute warn_unused_result
util-linux/mdev.c:397:11: warning: ignoring return value of ‘chown’,
declared with attribute warn_unused_result
util-linux/mdev.c:401:14: warning: ignoring return value of ‘symlink’,
declared with attribute warn_unused_result
  CC      util-linux/mkfs_ext2.o
  CC      util-linux/volume_id/ocfs2.o
util-linux/mkfs_ext2.c:51:27: fatal error: linux/ext2_fs.h: No such
file or directory
compilation terminated.
  CC      util-linux/volume_id/reiserfs.o
make[1]: *** [util-linux/mkfs_ext2.o] Error 1
make: *** [util-linux] Error 2
make: *** Waiting for unfinished jobs....
  CC      util-linux/volume_id/romfs.o
  CC      util-linux/volume_id/sysv.o
  CC      util-linux/volume_id/udf.o
  CC      util-linux/volume_id/util.o
  CC      util-linux/volume_id/volume_id.o
  CC      util-linux/volume_id/xfs.o
  AR      util-linux/volume_id/lib.a
* Gentoo Linux Genkernel; Version 3.4.24_p1
* Running with options: initramfs

* ERROR: Failed to compile the "all" target...
* -- Grepping log... --
* -- End log... --
* Please consult /var/log/genkernel.log for more information and any
* errors that were reported above.
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to genker...@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* /var/log/genkernel.log so that your issue can be dealt with effectively.
*
* Please do *not* report compilation failures as genkernel bugs!
*

Reply via email to