root/current/target/trunk/b/busybox/trunk/busybox_1:1.9.2-3em6_arm.build

Revision 4028, 180.2 kB (checked in by codehelp, 7 months ago)

automated build log checkin

Line 
1dpkg-buildpackage: set CFLAGS to default value: -g -O2
2dpkg-buildpackage: set CPPFLAGS to default value:
3dpkg-buildpackage: set LDFLAGS to default value:
4dpkg-buildpackage: set FFLAGS to default value: -g -O2
5dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
6dpkg-buildpackage: source package busybox
7dpkg-buildpackage: source version 1:1.9.2-3em6
8dpkg-buildpackage: source changed by Neil Williams <codehelp@debian.org>
9dpkg-architecture: warning: Specified GNU system type arm-linux-gnu does not match gcc system type x86_64-linux-gnu.
10 fakeroot debian/rules clean
11dpkg-buildpackage: host architecture arm
12dh_testdir
13rm -rf debian/build debian/stamps
14dh_clean
15 dpkg-source -b busybox-1.9.2
16dpkg-source: info: using source format `1.0'
17dpkg-source: info: building busybox using existing busybox_1.9.2.orig.tar.gz
18dpkg-source: info: building busybox in busybox_1.9.2-3em6.diff.gz
19dpkg-source: info: building busybox in busybox_1.9.2-3em6.dsc
20 debian/rules build
21dh_testdir
22rm -rf 'debian/build/source'
23mkdir -p debian/stamps 'debian/build/source'
24cp -al applets arch archival AUTHORS Config.in console-tools coreutils debianutils docs e2fsprogs editors examples findutils include init INSTALL ipsvd libbb libpwdgrp LICENSE loginutils Makefile Makefile.custom Makefile.flags Makefile.help miscutils modutils networking procps README runit scripts selinux shell sysklogd testsuite TODO TODO_config_nommu util-linux .indent.pro 'debian/build/source'
25cd debian/build/source; QUILT_PATCHES=/opt/emdebian/trunk/b/busybox/trunk/busybox-1.9.2/debian/patches quilt --quiltrc /dev/null push -a || test $? = 2
26Applying patch doc-man-name.patch
27patching file Makefile.custom
28
29Applying patch shell-ash-export-HOME.patch
30patching file shell/ash.c
31
32Applying patch support-static.patch
33patching file applets/applets.c
34patching file scripts/trylink
35patching file Makefile
36patching file Makefile.flags
37
38Applying patch mount-relatime.patch
39patching file util-linux/mount.c
40
41Applying patch applets-fallback.patch
42patching file scripts/defconfig
43patching file shell/Config.in
44patching file shell/ash.c
45patching file libbb/vfork_daemon_rexec.c
46patching file libbb/execable.c
47patching file libbb/error_msg_and_die.c
48patching file libbb/fflush_stdout_and_exit.c
49patching file libbb/messages.c
50patching file libbb/appletlib.c
51patching file include/libbb.h
52patching file include/busybox.h
53patching file applets/applet_tables.c
54patching file Config.in
55
56Applying patch version.patch
57patching file Makefile.flags
58
59Applying patch init-console.patch
60patching file init/init.c
61
62Now at patch init-console.patch
63touch debian/stamps/source
64dh_testdir
65rm -rf 'debian/build/build_deb'
66cp -al 'debian/build/source' 'debian/build/build_deb'
67cp debian/config/config.deb 'debian/build/build_deb'/.config
68make CC=arm-linux-gnu-gcc -C 'debian/build/build_deb' oldconfig
69make[1]: Entering directory `/opt/emdebian/trunk/b/busybox/trunk/busybox-1.9.2/debian/build/build_deb'
70  HOSTCC  scripts/basic/fixdep
71  HOSTCC  scripts/basic/split-include
72  HOSTCC  scripts/basic/docproc
73  HOSTCC  scripts/kconfig/conf.o
74  HOSTCC  scripts/kconfig/kxgettext.o
75  HOSTCC  scripts/kconfig/mconf.o
76  SHIPPED scripts/kconfig/zconf.tab.c
77  SHIPPED scripts/kconfig/lex.zconf.c
78  SHIPPED scripts/kconfig/zconf.hash.c
79  HOSTCC  scripts/kconfig/zconf.tab.o
80scripts/kconfig/lex.zconf.c:1609: warning: ‘input’ defined but not used
81  HOSTLD  scripts/kconfig/conf
82scripts/kconfig/conf -o Config.in
83#
84# using defaults found in .config
85#
86*
87* Busybox Configuration
88*
89*
90* Busybox Settings
91*
92*
93* General Configuration
94*
95See lots more (probably unnecessary) configuration options. (NITPICK) [N/y/?] n
96Enable options for full-blown desktop systems (DESKTOP) [N/y/?] n
97Show terse applet usage messages (SHOW_USAGE) [Y/?] y
98Show verbose applet usage messages (FEATURE_VERBOSE_USAGE) [Y/n/?] y
99Store applet usage messages in compressed form (FEATURE_COMPRESS_USAGE) [Y/n/?] y
100Support --install [-s] to install applet links at runtime (FEATURE_INSTALLER) [Y/n/?] y
101Enable locale support (system needs locale for this to work) (LOCALE_SUPPORT) [N/y/?] n
102Enable support for --long-options (GETOPT_LONG) [Y/n/?] y
103Use the devpts filesystem for Unix98 PTYs (FEATURE_DEVPTS) [Y/n/?] y
104Support writing pidfiles (FEATURE_PIDFILE) [Y/n/?] y
105Support for SUID/SGID handling (FEATURE_SUID) [Y/?] y
106  Runtime SUID/SGID configuration via /etc/busybox.conf (FEATURE_SUID_CONFIG) [Y/n/?] y
107    Suppress warning message if /etc/busybox.conf is not readable (FEATURE_SUID_CONFIG_QUIET) [Y/n/?] y
108Support NSA Security Enhanced Linux (SELINUX) [N/y/?] n
109exec uses applets as fallback (FEATURE_APPLETS_FALLBACK) [Y/n] y
110Path to BusyBox executable (BUSYBOX_EXEC_PATH) [/bin/busybox] /bin/busybox
111Support for logging to syslog (FEATURE_SYSLOG) [Y/?] y
112RPC support (FEATURE_HAVE_RPC) [Y/n/?] y
113*
114* Build Options
115*
116Build BusyBox as a static binary (no shared libs) (STATIC) [N/y/?] n
117Build with Large File Support (for accessing files > 2 GB) (LFS) [Y/n/?] y
118*
119* Debugging Options
120*
121Build BusyBox with extra Debugging symbols (DEBUG) [N/y/?] n
122Abort compilation on any warning (WERROR) [N/y/?] n
123Additional debugging library
124> 1. None (NO_DEBUG_LIB)
125  2. Dmalloc (DMALLOC)
126  3. Electric-fence (EFENCE)
127choice[1-3?]: 1
128Enable obsolete features removed before SUSv3? (INCLUDE_SUSv2) [Y/n/?] y
129*
130* Installation Options
131*
132Don't use /usr (INSTALL_NO_USR) [N/y/?] n
133Applets links
134> 1. as soft-links (INSTALL_APPLET_SYMLINKS)
135  2. as hard-links (INSTALL_APPLET_HARDLINKS)
136  3. as script wrappers (INSTALL_APPLET_SCRIPT_WRAPPERS)
137  4. not installed (INSTALL_APPLET_DONT)
138choice[1-4?]: 1
139BusyBox installation prefix (PREFIX) [./_install] ./_install
140*
141* Busybox Library Tuning
142*
143Minimum password length (PASSWORD_MINLEN) [6] 6
144 MD5: Trade Bytes for Speed (MD5_SIZE_VS_SPEED) [2] 2
145Faster /proc scanning code (+100 bytes) (FEATURE_FAST_TOP) [Y/n/?] y
146Support for /etc/networks (FEATURE_ETC_NETWORKS) [N/y/?] n
147Command line editing (FEATURE_EDITING) [Y/n/?] y
148  Maximum length of input (FEATURE_EDITING_MAX_LEN) [1024] 1024
149  Additional editing keys (FEATURE_EDITING_FANCY_KEYS) [N/y/?] n
150  vi-style line editing commands (FEATURE_EDITING_VI) [N/y/?] n
151  History size (FEATURE_EDITING_HISTORY) [15] 15
152  History saving (FEATURE_EDITING_SAVEHISTORY) [N/y/?] n
153  Tab completion (FEATURE_TAB_COMPLETION) [Y/n/?] y
154    Username completion (FEATURE_USERNAME_COMPLETION) [N/y/?] n
155  Fancy shell prompts (FEATURE_EDITING_FANCY_PROMPT) [Y/n/?] y
156Copy buffer size, in kilobytes (FEATURE_COPYBUF_KB) [4] 4
157Use clock_gettime(CLOCK_MONOTONIC) syscall (MONOTONIC_SYSCALL) [Y/n/?] y
158Use ioctl names rather than hex values in error messages (IOCTL_HEX2STR_ERROR) [Y/n/?] y
159*
160* Applets
161*
162*
163* Archival Utilities
164*
165ar (AR) [Y/n/?] y
166  Enable support for long filenames (not need for debs) (FEATURE_AR_LONG_FILENAMES) [Y/n/?] y
167bunzip2 (BUNZIP2) [Y/n/?] y
168bzip2 (BZIP2) [Y/n/?] y
169cpio (CPIO) [Y/n/?] y
170dpkg (DPKG) [N/y/?] n
171dpkg_deb (DPKG_DEB) [N/y/?] n
172gunzip (GUNZIP) [Y/n/?] y
173  Uncompress support (FEATURE_GUNZIP_UNCOMPRESS) [Y/n/?] y
174gzip (GZIP) [Y/n/?] y
175rpm2cpio (RPM2CPIO) [Y/n/?] y
176rpm (RPM) [Y/n/?] y
177  Enable handling of rpms with bzip2-compressed data inside (FEATURE_RPM_BZ2) [Y/n/?] y
178tar (TAR) [Y/n/?] y
179  Enable archive creation (FEATURE_TAR_CREATE) [Y/n/?] y
180  Enable -j option to handle .tar.bz2 files (FEATURE_TAR_BZIP2) [Y/n/?] y
181  Enable -a option to handle .tar.lzma files (FEATURE_TAR_LZMA) [Y/n/?] y
182  Enable -X (exclude from) and -T (include from) options) (FEATURE_TAR_FROM) [Y/n/?] y
183  Enable -z option (FEATURE_TAR_GZIP) [Y/n/?] y
184  Enable -Z option (FEATURE_TAR_COMPRESS) [Y/n/?] y
185  Enable support for old tar header format (FEATURE_TAR_OLDGNU_COMPATIBILITY) [Y/n/?] y
186  Enable untarring of tarballs with checksums produced by buggy Sun tar (FEATURE_TAR_OLDSUN_COMPATIBILITY) [Y/n/?] y
187  Enable support for some GNU tar extensions (FEATURE_TAR_GNU_EXTENSIONS) [Y/n/?] y
188  Enable long options (FEATURE_TAR_LONG_OPTIONS) [Y/n/?] y
189uncompress (UNCOMPRESS) [Y/n/?] y
190unlzma (UNLZMA) [Y/n/?] y
191  Optimze unlzma for speed (FEATURE_LZMA_FAST) [Y/n/?] y
192unzip (UNZIP) [Y/n/?] y
193*
194* Common options for cpio and tar
195*
196Enable tape drive support (FEATURE_UNARCHIVE_TAPE) [N/y/?] n
197*
198* Coreutils
199*
200basename (BASENAME) [Y/n/?] y
201cal (CAL) [Y/n/?] y
202cat (CAT) [Y/n/?] y
203catv (CATV) [Y/n/?] y
204chgrp (CHGRP) [Y/n/?] y
205chmod (CHMOD) [Y/n/?] y
206chown (CHOWN) [Y/n/?] y
207chroot (CHROOT) [Y/n/?] y
208cksum (CKSUM) [Y/n/?] y
209comm (COMM) [Y/n/?] y
210cp (CP) [Y/n/?] y
211cut (CUT) [Y/n/?] y
212date (DATE) [Y/n/?] y
213  Enable ISO date format output (-I) (FEATURE_DATE_ISOFMT) [Y/n/?] y
214dd (DD) [Y/n/?] y
215  Enable DD signal handling for status reporting (FEATURE_DD_SIGNAL_HANDLING) [Y/n/?] y
216  Enable ibs, obs and conv options (FEATURE_DD_IBS_OBS) [Y/n/?] y
217df (DF) [Y/n/?] y
218  Enable -i (inode information) (FEATURE_DF_INODE) [Y/n/?] y
219dirname (DIRNAME) [Y/n/?] y
220dos2unix/unix2dos (DOS2UNIX) [Y/n/?] y
221du (default blocksize of 512 bytes) (DU) [Y/n/?] y
222  Use a default blocksize of 1024 bytes (1K) (FEATURE_DU_DEFAULT_BLOCKSIZE_1K) [Y/n/?] y
223echo (basic SuSv3 version taking no options) (ECHO) [Y/?] y
224  Enable echo options (-n and -e) (FEATURE_FANCY_ECHO) [Y/n/?] y
225env (ENV) [Y/n/?] y
226  Enable long options (FEATURE_ENV_LONG_OPTIONS) [Y/n/?] y
227expand (EXPAND) [Y/n/?] y
228  Enable long options (FEATURE_EXPAND_LONG_OPTIONS) [Y/n/?] y
229expr (EXPR) [Y/n/?] y
230  Extend Posix numbers support to 64 bit (EXPR_MATH_SUPPORT_64) [Y/n/?] y
231false (FALSE) [Y/n/?] y
232fold (FOLD) [Y/n/?] y
233head (HEAD) [Y/n/?] y
234  Enable head options (-c, -q, and -v) (FEATURE_FANCY_HEAD) [Y/n/?] y
235hostid (HOSTID) [Y/n/?] y
236id (ID) [Y/n/?] y
237install (INSTALL) [Y/n/?] y
238  Enable long options (FEATURE_INSTALL_LONG_OPTIONS) [Y/n/?] y
239length (LENGTH) [Y/n/?] y
240ln (LN) [Y/n/?] y
241logname (LOGNAME) [Y/n/?] y
242ls (LS) [Y/n/?] y
243  Enable filetyping options (-p and -F) (FEATURE_LS_FILETYPES) [Y/n/?] y
244  Enable symlinks dereferencing (-L) (FEATURE_LS_FOLLOWLINKS) [Y/n/?] y
245  Enable recursion (-R) (FEATURE_LS_RECURSIVE) [Y/n/?] y
246  Sort the file names (FEATURE_LS_SORTFILES) [Y/n/?] y
247  Show file timestamps (FEATURE_LS_TIMESTAMPS) [Y/n/?] y
248  Show username/groupnames (FEATURE_LS_USERNAME) [Y/n/?] y
249  Allow use of color to identify file types (FEATURE_LS_COLOR) [Y/n/?] y
250    Produce colored ls output by default (FEATURE_LS_COLOR_IS_DEFAULT) [Y/n/?] y
251md5sum (MD5SUM) [Y/n/?] y
252mkdir (MKDIR) [Y/n/?] y
253  Enable long options (FEATURE_MKDIR_LONG_OPTIONS) [Y/n/?] y
254mkfifo (MKFIFO) [Y/n/?] y
255mknod (MKNOD) [Y/n/?] y
256mv (MV) [Y/n/?] y
257  Enable long options (FEATURE_MV_LONG_OPTIONS) [Y/n/?] y
258nice (NICE) [Y/n/?] y
259nohup (NOHUP) [Y/n/?] y
260od (OD) [Y/n/?] y
261printenv (PRINTENV) [Y/n/?] y
262printf (PRINTF) [Y/n/?] y
263pwd (PWD) [Y/n/?] y
264readlink (READLINK) [Y/n/?] y
265  Enable canonicalization by following all symlinks (-f) (FEATURE_READLINK_FOLLOW) [Y/n/?] y
266realpath (REALPATH) [Y/n/?] y
267rm (RM) [Y/n/?] y
268rmdir (RMDIR) [Y/n/?] y
269seq (SEQ) [Y/n/?] y
270sha1sum (SHA1SUM) [Y/n/?] y
271sleep (single integer arg with no suffix) (SLEEP) [Y/n/?] y
272  Enable multiple integer args and optional time suffixes (FEATURE_FANCY_SLEEP) [Y/n/?] y
273sort (SORT) [Y/n/?] y
274  full SuSv3 compliant sort (Support -ktcsbdfiozgM) (FEATURE_SORT_BIG) [Y/n/?] y
275split (SPLIT) [Y/n/?] y
276  fancy extensions (FEATURE_SPLIT_FANCY) [Y/n/?] y
277stat (STAT) [Y/n/?] y
278  Enable custom formats (-c) (FEATURE_STAT_FORMAT) [Y/n/?] y
279stty (STTY) [Y/n/?] y
280sum (SUM) [Y/n/?] y
281sync (SYNC) [Y/n/?] y
282tail (TAIL) [Y/n/?] y
283  Enable extra tail options (-q, -s, and -v) (FEATURE_FANCY_TAIL) [Y/n/?] y
284tee (TEE) [Y/n/?] y
285  Enable block i/o (larger/faster) instead of byte i/o. (FEATURE_TEE_USE_BLOCK_IO) [Y/n/?] y
286test (TEST) [Y/?] y
287  Extend test to 64 bit (FEATURE_TEST_64) [Y/n/?] y
288touch (TOUCH) [Y/n/?] y
289tr (TR) [Y/n/?] y
290  Enable character classes (such as [:upper:]) (FEATURE_TR_CLASSES) [Y/n/?] y
291  Enable equivalence classes (FEATURE_TR_EQUIV) [Y/n/?] y
292true (TRUE) [Y/n/?] y
293tty (TTY) [Y/n/?] y
294uname (UNAME) [Y/n/?] y
295unexpand (UNEXPAND) [Y/n/?] y
296  Enable long options (FEATURE_UNEXPAND_LONG_OPTIONS) [Y/n/?] y
297uniq (UNIQ) [Y/n/?] y
298usleep (USLEEP) [Y/n/?] y
299uudecode (UUDECODE) [Y/n/?] y
300uuencode (UUENCODE) [Y/n/?] y
301wc (WC) [Y/n/?] y
302  Support very large files in wc (FEATURE_WC_LARGE) [Y/n/?] y
303who (WHO) [Y/n/?] y
304whoami (WHOAMI) [Y/n/?] y
305yes (YES) [Y/n/?] y
306*
307* Common options for cp and mv
308*
309Preserve hard links (FEATURE_PRESERVE_HARDLINKS) [Y/n/?] y
310*
311* Common options for ls, more and telnet
312*
313Calculate terminal & column widths (FEATURE_AUTOWIDTH) [Y/n/?] y
314*
315* Common options for df, du, ls
316*
317Support for human readable output (example 13k, 23M, 235G) (FEATURE_HUMAN_READABLE) [Y/n/?] y
318*
319* Common options for md5sum, sha1sum
320*
321Enable -c, -s and -w options (FEATURE_MD5_SHA1_SUM_CHECK) [Y/n/?] y
322*
323* Console Utilities
324*
325chvt (CHVT) [N/y/?] n
326clear (CLEAR) [N/y/?] n
327deallocvt (DEALLOCVT) [Y/n/?] y
328dumpkmap (DUMPKMAP) [N/y/?] n
329kbd_mode (KBD_MODE) [Y/n/?] y
330loadfont (LOADFONT) [Y/n/?] y
331loadkmap (LOADKMAP) [N/y/?] n
332openvt (OPENVT) [Y/n/?] y
333reset (RESET) [N/y/?] n
334resize (RESIZE) [Y/n/?] y
335  print environment variables (FEATURE_RESIZE_PRINT) [Y/n/?] y
336setconsole (SETCONSOLE) [Y/n/?] y
337  Enable long options (FEATURE_SETCONSOLE_LONG_OPTIONS) [Y/n/?] y
338setkeycodes (SETKEYCODES) [Y/n/?] y
339setlogcons (SETLOGCONS) [Y/n/?] y
340*
341* Debian Utilities
342*
343mktemp (MKTEMP) [Y/n/?] y
344pipe_progress (PIPE_PROGRESS) [Y/n/?] y
345run-parts (RUN_PARTS) [N/y/?] n
346start-stop-daemon (START_STOP_DAEMON) [N/y/?] n
347which (WHICH) [N/y/?] n
348*
349* Editors
350*
351awk (AWK) [Y/n/?] y
352  Enable math functions (requires libm) (FEATURE_AWK_MATH) [Y/n/?] y
353cmp (CMP) [Y/n/?] y
354diff (DIFF) [Y/n/?] y
355  Enable checks for binary files (FEATURE_DIFF_BINARY) [Y/n/?] y
356  Enable directory support (FEATURE_DIFF_DIR) [Y/n/?] y
357  Enable -d option to find smaller sets of changes (FEATURE_DIFF_MINIMAL) [Y/n/?] y
358ed (ED) [N/y/?] n
359patch (PATCH) [N/y/?] n
360sed (SED) [N/y/?] n
361vi (VI) [Y/n/?] y
362  Maximum screen width in vi (FEATURE_VI_MAX_LEN) [4096] 4096
363  Allow vi to display 8-bit chars (otherwise shows dots) (FEATURE_VI_8BIT) [N/y/?] n
364  Enable ":" colon commands (no "ex" mode) (FEATURE_VI_COLON) [Y/n/?] y
365  Enable yank/put commands and mark cmds (FEATURE_VI_YANKMARK) [Y/n/?] y
366  Enable search and replace cmds (FEATURE_VI_SEARCH) [Y/n/?] y
367  Catch signals (FEATURE_VI_USE_SIGNALS) [Y/n/?] y
368  Remember previous cmd and "." cmd (FEATURE_VI_DOT_CMD) [Y/n/?] y
369  Enable -R option and "view" mode (FEATURE_VI_READONLY) [Y/n/?] y
370  Enable set-able options, ai ic showmatch (FEATURE_VI_SETOPTS) [Y/n/?] y
371  Support for :set (FEATURE_VI_SET) [Y/n/?] y
372  Handle window resize (FEATURE_VI_WIN_RESIZE) [Y/n/?] y
373  Optimize cursor movement (FEATURE_VI_OPTIMIZE_CURSOR) [Y/n/?] y
374  Allow vi and awk to execute shell commands (FEATURE_ALLOW_EXEC) [Y/n/?] y
375*
376* Finding Utilities
377*
378find (FIND) [Y/n/?] y
379  Enable -print0 option (FEATURE_FIND_PRINT0) [Y/n/?] y
380  Enable modified time matching (-mtime) option (FEATURE_FIND_MTIME) [Y/n/?] y
381  Enable modified time matching (-mmin) option (FEATURE_FIND_MMIN) [Y/n/?] y
382  Enable permissions matching (-perm) option (FEATURE_FIND_PERM) [Y/n/?] y
383  Enable filetype matching (-type) option (FEATURE_FIND_TYPE) [Y/n/?] y
384  Enable stay in filesystem (-xdev) option (FEATURE_FIND_XDEV) [Y/n/?] y
385  Enable -maxdepth N option (FEATURE_FIND_MAXDEPTH) [Y/n/?] y
386  Enable -newer option for comparing file mtimes (FEATURE_FIND_NEWER) [Y/n/?] y
387  Enable inode number matching (-inum) option (FEATURE_FIND_INUM) [Y/n/?] y
388  Enable (-exec) option allowing execution of commands (FEATURE_FIND_EXEC) [Y/n/?] y
389  Enable username/uid matching (-user) option (FEATURE_FIND_USER) [Y/n/?] y
390  Enable group/gid matching (-group) option (FEATURE_FIND_GROUP) [Y/n/?] y
391  Enable the 'not' (!) operator (FEATURE_FIND_NOT) [Y/n/?] y
392  Enable the -depth option (FEATURE_FIND_DEPTH) [Y/n/?] y
393  Enable parens in options (FEATURE_FIND_PAREN) [Y/n/?] y
394  Enable (-size) option allowing matching for file size (FEATURE_FIND_SIZE) [Y/n/?] y
395  Enable (-prune) option allowing to exclude subdirectories (FEATURE_FIND_PRUNE) [Y/n/?] y
396  Enable -delete option allowing to delete files (FEATURE_FIND_DELETE) [Y/n/?] y
397  Enable -path option allowing to match pathname patterns (FEATURE_FIND_PATH) [Y/n/?] y
398  Enable -regex: match pathname to regex (FEATURE_FIND_REGEX) [Y/n/?] y
399grep (GREP) [Y/n/?] y
400  Support extended regular expressions (egrep & grep -E) (FEATURE_GREP_EGREP_ALIAS) [Y/n/?] y
401  Alias fgrep to grep -F (FEATURE_GREP_FGREP_ALIAS) [Y/n/?] y
402  Enable before and after context flags (-A, -B and -C) (FEATURE_GREP_CONTEXT) [Y/n/?] y
403xargs (XARGS) [Y/n/?] y
404  Enable prompt and confirmation option -p (FEATURE_XARGS_SUPPORT_CONFIRMATION) [Y/n/?] y
405  Enable support single and double quotes and backslash (FEATURE_XARGS_SUPPORT_QUOTES) [Y/n/?] y
406  Enable support options -x (FEATURE_XARGS_SUPPORT_TERMOPT) [Y/n/?] y
407  Enable null terminated option -0 (FEATURE_XARGS_SUPPORT_ZERO_TERM) [Y/n/?] y
408*
409* Init Utilities
410*
411init (INIT) [Y/n/?] y
412  debugging aid (DEBUG_INIT) [N/y/?] n
413  Support reading an inittab file (FEATURE_USE_INITTAB) [Y/n/?] y
414  Support running commands with a controlling-tty (FEATURE_INIT_SCTTY) [Y/n/?] y
415  Enable init to write to syslog (FEATURE_INIT_SYSLOG) [N/y] n
416  Be _extra_ quiet on boot (FEATURE_EXTRA_QUIET) [Y/n/?] y
417  Support dumping core for child processes (debugging only) (FEATURE_INIT_COREDUMPS) [Y/n/?] y
418  Support running init from within an initrd (not initramfs) (FEATURE_INITRD) [N/y/?] n
419poweroff, halt, and reboot (HALT) [Y/n/?] y
420mesg (MESG) [Y/n/?] y
421*
422* Login/Password Management Utilities
423*
424Support for shadow passwords (FEATURE_SHADOWPASSWDS) [N/y/?] n
425Use internal password and group functions rather than system functions (USE_BB_PWD_GRP) [N/y/?] n
426addgroup (ADDGROUP) [Y/n/?] y
427  Support for adding users to groups (FEATURE_ADDUSER_TO_GROUP) [Y/n/?] y
428delgroup (DELGROUP) [Y/n/?] y
429  Support for removing users from groups. (FEATURE_DEL_USER_FROM_GROUP) [Y/n/?] y
430adduser (ADDUSER) [Y/n/?] y
431deluser (DELUSER) [Y/n/?] y
432getty (GETTY) [N/y/?] n
433  Support utmp file (FEATURE_UTMP) [Y/?] y
434  Support wtmp file (FEATURE_WTMP) [Y/n/?] y
435login (LOGIN) [Y/n/?] y
436  Support for PAM (Pluggable Authentication Modules) (PAM) [N/y/?] n
437  Support for login scripts (LOGIN_SCRIPTS) [N/y/?] n
438  Support for /etc/nologin (FEATURE_NOLOGIN) [Y/n/?] y
439  Support for /etc/securetty (FEATURE_SECURETTY) [Y/n/?] y
440passwd (PASSWD) [N/y/?] n
441cryptpw (CRYPTPW) [Y/n/?] y
442chpasswd (CHPASSWD) [N/y/?] n
443su (SU) [Y/n/?] y
444  Enable su to write to syslog (FEATURE_SU_SYSLOG) [Y/n] y
445  Enable su to check user's shell to be listed in /etc/shells (FEATURE_SU_CHECKS_SHELLS) [Y/n] y
446sulogin (SULOGIN) [N/y/?] n
447vlock (VLOCK) [Y/n/?] y
448*
449* Linux Ext2 FS Progs
450*
451chattr (CHATTR) [Y/n/?] y
452fsck (FSCK) [Y/n/?] y
453lsattr (LSATTR) [Y/n/?] y
454*
455* Linux Module Utilities
456*
457insmod (INSMOD) [N/y/?] n
458rmmod (RMMOD) [N/y/?] n
459lsmod (LSMOD) [N/y/?] n
460modprobe (MODPROBE) [N/y/?] n
461*
462* Linux System Utilities
463*
464dmesg (DMESG) [N/y/?] n
465fbset (FBSET) [Y/n/?] y
466  Turn on extra fbset options (FEATURE_FBSET_FANCY) [Y/n/?] y
467  Turn on fbset readmode support (FEATURE_FBSET_READMODE) [Y/n/?] y
468fdflush (FDFLUSH) [N/y/?] n
469fdformat (FDFORMAT) [N/y/?] n
470fdisk (FDISK) [N/y/?] n
471freeramdisk (FREERAMDISK) [N/y/?] n
472fsck_minix (FSCK_MINIX) [N/y/?] n
473mkfs_minix (MKFS_MINIX) [N/y/?] n
474getopt (GETOPT) [Y/n/?] y
475hexdump (HEXDUMP) [N/y/?] n
476hd (HD) [N/y/?] n
477hwclock (HWCLOCK) [N/y/?] n
478ipcrm (IPCRM) [N/y/?] n
479ipcs (IPCS) [N/y/?] n
480losetup (LOSETUP) [Y/n/?] y
481mdev (MDEV) [Y/n/?] y
482  Support /etc/mdev.conf (FEATURE_MDEV_CONF) [Y/n/?] y
483    Support command execution at device addition/removal (FEATURE_MDEV_EXEC) [Y/n/?] y
484  Support loading of firmwares (FEATURE_MDEV_LOAD_FIRMWARE) [Y/n/?] y
485mkswap (MKSWAP) [N/y/?] n
486more (MORE) [N/y/?] n
487mount (MOUNT) [N/y/?] n
488pivot_root (PIVOT_ROOT) [N/y/?] n
489rdate (RDATE) [N/y/?] n
490readprofile (READPROFILE) [N/y/?] n
491setarch (SETARCH) [N/y/?] n
492swaponoff (SWAPONOFF) [N/y/?] n
493switch_root (SWITCH_ROOT) [N/y/?] n
494umount (UMOUNT) [N/y/?] n
495*
496* Miscellaneous Utilities
497*
498adjtimex (ADJTIMEX) [Y/n/?] y
499bbconfig (BBCONFIG) [N/y/?] n
500chrt (CHRT) [N/y/?] n
501crond (CROND) [Y/n/?] y
502  Support debug option -d (DEBUG_CROND_OPTION) [N/y/?] n
503  Using /usr/sbin/sendmail? (FEATURE_CROND_CALL_SENDMAIL) [Y/n/?] y
504crontab (CRONTAB) [Y/n/?] y
505dc (DC) [N/y/?] n
506devfsd (obsolete) (DEVFSD) [N/y/?] n
507  Use devfs names for all devices (obsolete) (FEATURE_DEVFS) [N/y/?] n
508eject (EJECT) [N/y/?] n
509last (LAST) [N/y/?] n
510less (LESS) [N/y/?] n
511hdparm (HDPARM) [N/y/?] n
512makedevs (MAKEDEVS) [Y/n/?] y
513  Choose makedevs behaviour
514    1. leaf (FEATURE_MAKEDEVS_LEAF)
515  > 2. table (FEATURE_MAKEDEVS_TABLE)
516  choice[1-2]: 2
517microcom (MICROCOM) [N/y/?] n
518mountpoint (MOUNTPOINT) [Y/n/?] y
519mt (MT) [N/y/?] n
520raidautorun (RAIDAUTORUN) [N/y/?] n
521readahead (READAHEAD) [N/y/?] n
522runlevel (RUNLEVEL) [Y/n/?] y
523rx (RX) [Y/n/?] y
524strings (STRINGS) [N/y/?] n
525setsid (SETSID) [N/y/?] n
526taskset (TASKSET) [N/y/?] n
527time (TIME) [Y/n/?] y
528ttysize (TTYSIZE) [Y/n/?] y
529watchdog (WATCHDOG) [Y/n/?] y
530*
531* Networking Utilities
532*
533Enable IPv6 support (FEATURE_IPV6) [Y/n/?] y
534  Preferentially use IPv4 addresses from DNS queries (FEATURE_PREFER_IPV4_ADDRESS) [Y/n/?] y
535Verbose resolution errors (VERBOSE_RESOLUTION_ERRORS) [N/y/?] n
536arp (ARP) [Y/n/?] y
537arping (ARPING) [Y/n/?] y
538dnsd (DNSD) [N/y/?] n
539ether-wake (ETHER_WAKE) [N/y/?] n
540fakeidentd (FAKEIDENTD) [N/y/?] n
541ftpget (FTPGET) [Y/n/?] y
542ftpput (FTPPUT) [Y/n/?] y
543  Enable long options in ftpget/ftpput (FEATURE_FTPGETPUT_LONG_OPTIONS) [Y/n/?] y
544hostname (HOSTNAME) [Y/n/?] y
545httpd (HTTPD) [N/y/?] n
546ifconfig (IFCONFIG) [N/y/?] n
547ifupdown (IFUPDOWN) [N/y/?] n
548inetd (INETD) [N/y/?] n
549ip (IP) [N/y/?] n
550ipcalc (IPCALC) [Y/n/?] y
551  Fancy IPCALC, more options, adds 1 kbyte (FEATURE_IPCALC_FANCY) [Y/n/?] y
552  Enable long options (FEATURE_IPCALC_LONG_OPTIONS) [Y/n/?] y
553nameif (NAMEIF) [N/y/?] n
554nc (NC) [N/y/?] n
555netstat (NETSTAT) [N/y/?] n
556nslookup (NSLOOKUP) [Y/n/?] y
557ping (PING) [Y/n/?] y
558  ping6 (PING6) [Y/n/?] y
559pscan (PSCAN) [Y/n/?] y
560Enable fancy ping output (FEATURE_FANCY_PING) [Y/n/?] y
561route (ROUTE) [Y/n/?] y
562slattach (SLATTACH) [N/y/?] n
563telnet (TELNET) [N/y/?] n
564telnetd (TELNETD) [N/y/?] n
565tftp (TFTP) [N/y/?] n
566traceroute (TRACEROUTE) [Y/n/?] y
567  Enable verbose output (FEATURE_TRACEROUTE_VERBOSE) [N/y/?] n
568  Enable loose source route (FEATURE_TRACEROUTE_SOURCE_ROUTE) [N/y/?] n
569  Use ICMP instead of UDP (FEATURE_TRACEROUTE_USE_ICMP) [N/y/?] n
570udhcp Server (udhcpd) (APP_UDHCPD) [N/y/?] n
571udhcp Client (udhcpc) (APP_UDHCPC) [N/y/?] n
572vconfig (VCONFIG) [N/y/?] n
573wget (WGET) [Y/n/?] y
574  Enable a nifty process meter (+2k) (FEATURE_WGET_STATUSBAR) [Y/n/?] y
575  Enable HTTP authentication (FEATURE_WGET_AUTHENTICATION) [Y/n/?] y
576  Enable long options (FEATURE_WGET_LONG_OPTIONS) [Y/n/?] y
577zcip (ZCIP) [N/y/?] n
578*
579* Process Utilities
580*
581free (FREE) [Y/n/?] y
582fuser (FUSER) [Y/n/?] y
583kill (KILL) [Y/n/?] y
584  killall (KILLALL) [Y/n/?] y
585  killall5 (KILLALL5) [Y/n] y
586nmeter (NMETER) [Y/n/?] y
587pgrep (PGREP) [Y/n/?] y
588pidof (PIDOF) [Y/n/?] y
589  Enable argument for single shot (-s) (FEATURE_PIDOF_SINGLE) [Y/n/?] y
590  Enable argument for omitting pids (-o) (FEATURE_PIDOF_OMIT) [Y/n/?] y
591pkill (PKILL) [Y/n/?] y
592ps (PS) [Y/n/?] y
593  Enable argument for wide output (-w) (FEATURE_PS_WIDE) [Y/n/?] y
594renice (RENICE) [Y/n/?] y
595sysctl (BB_SYSCTL) [Y/n/?] y
596top (TOP) [Y/n/?] y
597  Show CPU per-process usage percentage (adds 2k bytes) (FEATURE_TOP_CPU_USAGE_PERCENTAGE) [Y/n/?] y
598    Show CPU global usage percentage (adds 0.5k bytes) (FEATURE_TOP_CPU_GLOBAL_PERCENTS) [Y/n/?] y
599    Show 1/10th of a percent in CPU/mem statistics (adds 0.3k bytes) (FEATURE_TOP_DECIMALS) [N/y/?] n
600  topmem (FEATURE_TOPMEM) [Y/n/?] y
601uptime (UPTIME) [Y/n/?] y
602watch (WATCH) [Y/n/?] y
603*
604* Shells
605*
606Choose your default shell
607> 1. ash (FEATURE_SH_IS_ASH)
608  2. hush (FEATURE_SH_IS_HUSH)
609  3. msh (FEATURE_SH_IS_MSH)
610  4. none (FEATURE_SH_IS_NONE)
611choice[1-4?]: 1
612ash (ASH) [Y/?] y
613  *
614  * Ash Shell Options
615  *
616  Job control (ASH_JOB_CONTROL) [Y/n/?] y
617  'read -n N' and 'read -s' support (ASH_READ_NCHARS) [Y/n/?] y
618  'read -t S' support. (ASH_READ_TIMEOUT) [Y/n/?] y
619  alias support (ASH_ALIAS) [Y/n/?] y
620  Posix math support (ASH_MATH_SUPPORT) [Y/n/?] y
621    Extend Posix math support to 64 bit (ASH_MATH_SUPPORT_64) [Y/n/?] y
622  Builtin getopt to parse positional parameters (ASH_GETOPTS) [Y/n/?] y
623  Builtin version of 'echo' (ASH_BUILTIN_ECHO) [Y/n/?] y
624  Builtin version of 'test' (ASH_BUILTIN_TEST) [Y/n/?] y
625  'command' command to override shell builtins (ASH_CMDCMD) [Y/n/?] y
626  Check for new mail on interactive shells (ASH_MAIL) [N/y/?] n
627  Optimize for size instead of speed (ASH_OPTIMIZE_FOR_SIZE) [Y/n/?] y
628  Pseudorandom generator and variable $RANDOM (ASH_RANDOM_SUPPORT) [Y/n/?] y
629  Expand prompt string (ASH_EXPAND_PRMT) [Y/n/?] y
630hush (HUSH) [N/y/?] n
631lash (LASH) [N/y/?] n
632msh (MSH) [N/y/?] n
633  *
634  * Bourne Shell Options
635  *
636  Hide message on interactive shell startup (FEATURE_SH_EXTRA_QUIET) [Y/n/?] y
637  Standalone shell (FEATURE_SH_STANDALONE) [N/y] n
638cttyhack (CTTYHACK) [N/y/?] n
639*
640* System Logging Utilities
641*
642syslogd (SYSLOGD) [Y/n/?] y
643  Rotate message files (FEATURE_ROTATE_LOGFILE) [N/y/?] n
644  Remote Log support (FEATURE_REMOTE_LOG) [N/y/?] n
645  Circular Buffer support (FEATURE_IPC_SYSLOG) [N/y/?] n
646klogd (KLOGD) [Y/n/?] y
647logger (LOGGER) [Y/n/?] y
648*
649* Runit Utilities
650*
651runsv (RUNSV) [Y/n/?] y
652runsvdir (RUNSVDIR) [Y/n/?] y
653sv (SV) [Y/n/?] y
654svlogd (SVLOGD) [N/y/?] n
655chpst (CHPST) [Y/n/?] y
656setuidgid (SETUIDGID) [Y/n/?] y
657envuidgid (ENVUIDGID) [Y/n/?] y
658envdir (ENVDIR) [Y/n/?] y
659softlimit (SOFTLIMIT) [Y/n/?] y
660*
661* ipsvd utilities
662*
663tcpsvd (TCPSVD) [N/y/?] n
664udpsvd (UDPSVD) [N/y/?] n
665make[1]: Leaving directory `/opt/emdebian/trunk/b/busybox/trunk/busybox-1.9.2/debian/build/build_deb'
666touch debian/stamps/setup_deb
667dh_testdir
668make CC=arm-linux-gnu-gcc -C 'debian/build/build_deb' busybox docs/busybox.1 BB_EXTRA_VERSION="Debian 1:1.9.2-3em6"
669make[1]: Entering directory `/opt/emdebian/trunk/b/busybox/trunk/busybox-1.9.2/debian/build/build_deb'
670  SPLIT   include/autoconf.h -> include/config/*
671  GEN     include/bbconfigopts.h
672  HOSTCC  applets/usage
673  GEN     include/usage_compressed.h
674  HOSTCC  applets/applet_tables
675  GEN     include/applet_tables.h
676  CC      applets/applets.o
677  LD      applets/built-in.o
678  LD      archival/built-in.o
679  CC      archival/ar.o
680  CC      archival/bbunzip.o
681  CC      archival/bzip2.o
682  CC      archival/cpio.o
683  CC      archival/gzip.o
684  CC      archival/rpm.o
685archival/rpm.c: In function ‘fileaction_setowngrp’:
686archival/rpm.c:385: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result
687  CC      archival/rpm2cpio.o
688  CC      archival/tar.o
689  CC      archival/unzip.o
690  AR      archival/lib.a
691  LD      archival/libunarchive/built-in.o
692  CC      archival/libunarchive/archive_xread_all_eof.o
693  CC      archival/libunarchive/data_align.o
694  CC      archival/libunarchive/data_extract_all.o
695archival/libunarchive/data_extract_all.c: In function ‘data_extract_all’:
696archival/libunarchive/data_extract_all.c:115: warning: ignoring return value of ‘lchown’, declared with attribute warn_unused_result
697  CC      archival/libunarchive/data_extract_to_buffer.o
698  CC      archival/libunarchive/data_extract_to_stdout.o
699  CC      archival/libunarchive/data_skip.o
700  CC      archival/libunarchive/decompress_bunzip2.o
701  CC      archival/libunarchive/decompress_uncompress.o
702  CC      archival/libunarchive/decompress_unlzma.o
703  CC      archival/libunarchive/decompress_unzip.o
704  CC      archival/libunarchive/filter_accept_all.o
705  CC      archival/libunarchive/filter_accept_list.o
706  CC      archival/libunarchive/filter_accept_reject_list.o
707  CC      archival/libunarchive/find_list_entry.o
708  CC      archival/libunarchive/get_header_ar.o
709  CC      archival/libunarchive/get_header_cpio.o
710  CC      archival/libunarchive/get_header_tar.o
711  CC      archival/libunarchive/get_header_tar_bz2.o
712  CC      archival/libunarchive/get_header_tar_gz.o
713  CC      archival/libunarchive/get_header_tar_lzma.o
714  CC      archival/libunarchive/header_list.o
715  CC      archival/libunarchive/header_skip.o
716  CC      archival/libunarchive/header_verbose_list.o
717  CC      archival/libunarchive/init_handle.o
718  CC      archival/libunarchive/open_transformer.o
719  CC      archival/libunarchive/seek_by_jump.o
720  CC      archival/libunarchive/seek_by_read.o
721  CC      archival/libunarchive/unpack_ar_archive.o
722  AR      archival/libunarchive/lib.a
723  LD      console-tools/built-in.o
724  CC      console-tools/deallocvt.o
725  CC      console-tools/kbd_mode.o
726  CC      console-tools/loadfont.o
727  CC      console-tools/openvt.o
728  CC      console-tools/resize.o
729console-tools/resize.c: In function ‘resize_main’:
730console-tools/resize.c:54: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result
731  CC      console-tools/setconsole.o
732  CC      console-tools/setkeycodes.o
733  CC      console-tools/setlogcons.o
734  AR      console-tools/lib.a
735  LD      coreutils/built-in.o
736  CC      coreutils/basename.o
737  CC      coreutils/cal.o
738  CC      coreutils/cat.o
739  CC      coreutils/catv.o
740  CC      coreutils/chgrp.o
741  CC      coreutils/chmod.o
742  CC      coreutils/chown.o
743  CC      coreutils/chroot.o
744  CC      coreutils/cksum.o
745  CC      coreutils/comm.o
746coreutils/comm.c: In function ‘comm_main’:
747coreutils/comm.c:55: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
748coreutils/comm.c:95: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
749coreutils/comm.c:101: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
750coreutils/comm.c:103: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
751  CC      coreutils/cp.o
752  CC      coreutils/cut.o
753  CC      coreutils/date.o
754  CC      coreutils/dd.o
755  CC      coreutils/df.o
756  CC      coreutils/dirname.o
757  CC      coreutils/dos2unix.o
758  CC      coreutils/du.o
759  CC      coreutils/echo.o
760  CC      coreutils/env.o
761  CC      coreutils/expand.o
762  CC      coreutils/expr.o
763  CC      coreutils/false.o
764  CC      coreutils/fold.o
765coreutils/fold.c: In function ‘fold_main’:
766coreutils/fold.c:94: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
767coreutils/fold.c:117: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
768coreutils/fold.c:135: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
769coreutils/fold.c:144: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
770  CC      coreutils/head.o
771  CC      coreutils/hostid.o
772  CC      coreutils/id.o
773  CC      coreutils/install.o
774  CC      coreutils/length.o
775  CC      coreutils/ln.o
776  CC      coreutils/logname.o
777  CC      coreutils/ls.o
778  CC      coreutils/md5_sha1_sum.o
779  CC      coreutils/mkdir.o
780  CC      coreutils/mkfifo.o
781  CC      coreutils/mknod.o
782  CC      coreutils/mv.o
783  CC      coreutils/nice.o
784  CC      coreutils/nohup.o
785  CC      coreutils/od.o
786  CC      coreutils/printenv.o
787  CC      coreutils/printf.o
788  CC      coreutils/pwd.o
789  CC      coreutils/readlink.o
790  CC      coreutils/realpath.o
791  CC      coreutils/rm.o
792  CC      coreutils/rmdir.o
793  CC      coreutils/seq.o
794  CC      coreutils/sleep.o
795  CC      coreutils/sort.o
796  CC      coreutils/split.o
797  CC      coreutils/stat.o
798  CC      coreutils/stty.o
799  CC      coreutils/sum.o
800  CC      coreutils/sync.o
801  CC      coreutils/tail.o
802  CC      coreutils/tee.o
803coreutils/tee.c: In function ‘tee_main’:
804coreutils/tee.c:69: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
805  CC      coreutils/test.o
806coreutils/test.c: In function ‘initialize_group_array’:
807coreutils/test.c:349: warning: ignoring return value of ‘getgroups’, declared with attribute warn_unused_result
808  CC      coreutils/touch.o
809  CC      coreutils/tr.o
810  CC      coreutils/true.o
811  CC      coreutils/tty.o
812  CC      coreutils/uname.o
813  CC      coreutils/uniq.o
814  CC      coreutils/usleep.o
815  CC      coreutils/uudecode.o
816  CC      coreutils/uuencode.o
817  CC      coreutils/wc.o
818  CC      coreutils/who.o
819  CC      coreutils/whoami.o
820  CC      coreutils/yes.o
821  AR      coreutils/lib.a
822  LD      coreutils/libcoreutils/built-in.o
823  CC      coreutils/libcoreutils/cp_mv_stat.o
824  CC      coreutils/libcoreutils/getopt_mk_fifo_nod.o
825  AR      coreutils/libcoreutils/lib.a
826  LD      debianutils/built-in.o
827  CC      debianutils/mktemp.o
828  CC      debianutils/pipe_progress.o
829debianutils/pipe_progress.c: In function ‘pipe_progress_main’:
830debianutils/pipe_progress.c:30: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
831  AR      debianutils/lib.a
832  LD      e2fsprogs/built-in.o
833  CC      e2fsprogs/chattr.o
834  CC      e2fsprogs/e2fs_lib.o
835  CC      e2fsprogs/fsck.o
836  CC      e2fsprogs/lsattr.o
837  AR      e2fsprogs/lib.a
838  LD      editors/built-in.o
839  CC      editors/awk.o
840  CC      editors/cmp.o
841  CC      editors/diff.o
842  CC      editors/vi.o
843editors/vi.c: In function ‘refresh’:
844editors/vi.c:2913: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
845  AR      editors/lib.a
846  LD      findutils/built-in.o
847  CC      findutils/find.o
848findutils/find.c: In function ‘parse_params’:
849findutils/find.c:517: warning: no previous prototype for ‘alloc_action’
850  CC      findutils/grep.o
851  CC      findutils/xargs.o
852  AR      findutils/lib.a
853  LD      init/built-in.o
854  CC      init/halt.o
855  CC      init/init.o
856init/init.c: In function ‘init_main’:
857init/init.c:929: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result
858  CC      init/mesg.o
859  AR      init/lib.a
860  LD      ipsvd/built-in.o
861  AR      ipsvd/lib.a
862  LD      libbb/built-in.o
863  CC      libbb/appletlib.o
864  CC      libbb/ask_confirmation.o
865  CC      libbb/bb_askpass.o
866  CC      libbb/bb_basename.o
867  CC      libbb/bb_do_delay.o
868  CC      libbb/bb_pwd.o
869  CC      libbb/bb_strtonum.o
870  CC      libbb/change_identity.o
871  CC      libbb/chomp.o
872  CC      libbb/compare_string_array.o
873  CC      libbb/concat_path_file.o
874  CC      libbb/concat_subpath_file.o
875  CC      libbb/copy_file.o
876  CC      libbb/copyfd.o
877  CC      libbb/correct_password.o
878  CC      libbb/crc32.o
879  CC      libbb/create_icmp6_socket.o
880  CC      libbb/create_icmp_socket.o
881  CC      libbb/crypt_make_salt.o
882  CC      libbb/default_error_retval.o
883  CC      libbb/device_open.o
884  CC      libbb/dump.o
885  CC      libbb/error_msg.o
886  CC      libbb/error_msg_and_die.o
887  CC      libbb/execable.o
888  CC      libbb/fclose_nonstdin.o
889  CC      libbb/fflush_stdout_and_exit.o
890  CC      libbb/fgets_str.o
891  CC      libbb/find_mount_point.o
892  CC      libbb/find_pid_by_name.o
893  CC      libbb/find_root_device.o
894  CC      libbb/full_write.o
895  CC      libbb/get_console.o
896  CC      libbb/get_last_path_component.o
897  CC      libbb/get_line_from_file.o
898  CC      libbb/getopt32.o
899  CC      libbb/herror_msg.o
900  CC      libbb/herror_msg_and_die.o
901  CC      libbb/human_readable.o
902  CC      libbb/inet_common.o
903  CC      libbb/info_msg.o
904  CC      libbb/inode_hash.o
905  CC      libbb/isdirectory.o
906  CC      libbb/kernel_version.o
907  CC      libbb/last_char_is.o
908  CC      libbb/lineedit.o
909  CC      libbb/llist.o
910  CC      libbb/login.o
911  CC      libbb/loop.o
912  CC      libbb/make_directory.o
913  CC      libbb/makedev.o
914  CC      libbb/match_fstype.o
915  CC      libbb/md5.o
916  CC      libbb/messages.o
917  CC      libbb/mode_string.o
918  CC      libbb/mtab_file.o
919  CC      libbb/obscure.o
920  CC      libbb/parse_mode.o
921  CC      libbb/perror_msg.o
922  CC      libbb/perror_msg_and_die.o
923  CC      libbb/perror_nomsg.o
924  CC      libbb/perror_nomsg_and_die.o
925  CC      libbb/pidfile.o
926  CC      libbb/process_escape_sequence.o
927  CC      libbb/procps.o
928  CC      libbb/pw_encrypt.o
929  CC      libbb/read.o
930  CC      libbb/recursive_action.o
931  CC      libbb/remove_file.o
932  CC      libbb/restricted_shell.o
933  CC      libbb/run_shell.o
934  CC      libbb/safe_poll.o
935  CC      libbb/safe_strncpy.o
936  CC      libbb/safe_write.o
937  CC      libbb/setup_environment.o
938  CC      libbb/sha1.o
939  CC      libbb/simplify_path.o
940  CC      libbb/skip_whitespace.o
941  CC      libbb/speed_table.o
942  CC      libbb/str_tolower.o
943  CC      libbb/time.o
944  CC      libbb/trim.o
945  CC      libbb/u_signal_names.o
946  CC      libbb/udp_io.o
947  CC      libbb/uuencode.o
948  CC      libbb/vdprintf.o
949  CC      libbb/verror_msg.o
950  CC      libbb/vfork_daemon_rexec.o
951  CC      libbb/warn_ignoring_args.o
952  CC      libbb/wfopen.o
953  CC      libbb/wfopen_input.o
954  CC      libbb/xatonum.o
955  CC      libbb/xconnect.o
956  CC      libbb/xfuncs.o
957  CC      libbb/xgetcwd.o
958  CC      libbb/xgethostbyname.o
959  CC      libbb/xreadlink.o
960  CC      libbb/xregcomp.o
961  AR      libbb/lib.a
962  LD      libpwdgrp/built-in.o
963  CC      libpwdgrp/uidgid_get.o
964  AR      libpwdgrp/lib.a
965  LD      loginutils/built-in.o
966  CC      loginutils/addgroup.o
967  CC      loginutils/adduser.o
968loginutils/adduser.c: In function ‘addgroup_wrapper’:
969loginutils/adduser.c:55: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result
970  CC      loginutils/cryptpw.o
971  CC      loginutils/deluser.o
972  CC      loginutils/login.o
973loginutils/login.c: In function ‘login_main’:
974loginutils/login.c:442: warning: ignoring return value of ‘fchown’, declared with attribute warn_unused_result
975  CC      loginutils/su.o
976  CC      loginutils/vlock.o
977  AR      loginutils/lib.a
978  LD      miscutils/built-in.o
979  CC      miscutils/adjtimex.o
980  CC      miscutils/crond.o
981  CC      miscutils/crontab.o
982miscutils/crontab.c: In function ‘crontab_main’:
983miscutils/crontab.c:169: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result
984miscutils/crontab.c: In function ‘GetReplaceStream’:
985miscutils/crontab.c:279: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
986miscutils/crontab.c:281: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
987  CC      miscutils/makedevs.o
988  CC      miscutils/mountpoint.o
989  CC      miscutils/runlevel.o
990  CC      miscutils/rx.o
991miscutils/rx.c: In function ‘receive’:
992miscutils/rx.c:81: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
993miscutils/rx.c:105: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
994miscutils/rx.c:211: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
995miscutils/rx.c:232: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
996miscutils/rx.c:239: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
997  CC      miscutils/time.o
998  CC      miscutils/ttysize.o
999  CC      miscutils/watchdog.o
1000miscutils/watchdog.c: In function ‘watchdog_shutdown’:
1001miscutils/watchdog.c:21: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
1002miscutils/watchdog.c: In function ‘watchdog_main’:
1003miscutils/watchdog.c:61: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
1004  AR      miscutils/lib.a
1005  LD      modutils/built-in.o
1006  AR      modutils/lib.a
1007  LD      networking/built-in.o
1008  CC      networking/arp.o
1009networking/arp.c: In function ‘arp_show’:
1010networking/arp.c:381: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
1011  CC      networking/arping.o
1012  CC      networking/ftpgetput.o
1013  CC      networking/hostname.o
1014  CC      networking/interface.o
1015networking/interface.c: In function ‘if_readlist_proc’:
1016networking/interface.c:568: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
1017networking/interface.c:569: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
1018  CC      networking/ipcalc.o
1019  CC      networking/nslookup.o
1020  CC      networking/ping.o
1021  CC      networking/pscan.o
1022  CC      networking/route.o
1023  CC      networking/traceroute.o
1024  CC      networking/wget.o
1025  AR      networking/lib.a
1026  LD      networking/libiproute/built-in.o
1027  AR      networking/libiproute/lib.a
1028  LD      networking/udhcp/built-in.o
1029  AR      networking/udhcp/lib.a
1030  LD      procps/built-in.o
1031  CC      procps/free.o
1032  CC      procps/fuser.o
1033procps/fuser.c: In function ‘fuser_scan_proc_pids’:
1034procps/fuser.c:278: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result
1035  CC      procps/kill.o
1036  CC      procps/nmeter.o
1037  CC      procps/pgrep.o
1038  CC      procps/pidof.o
1039  CC      procps/ps.o
1040  CC      procps/renice.o
1041  CC      procps/sysctl.o
1042procps/sysctl.c: In function ‘dwrite_str’:
1043procps/sysctl.c:47: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
1044  CC      procps/top.o
1045procps/top.c: In function ‘display_header’:
1046procps/top.c:280: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
1047procps/top.c:282: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result
1048procps/top.c:298: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result
1049procps/top.c:307: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result
1050procps/top.c:308: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result
1051  CC      procps/uptime.o
1052  CC      procps/watch.o
1053procps/watch.c: In function ‘watch_main’:
1054procps/watch.c:77: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result
1055  AR      procps/lib.a
1056  LD      runit/built-in.o
1057  CC      runit/chpst.o
1058  CC      runit/runit_lib.o
1059  CC      runit/runsv.o
1060runit/runsv.c: In function ‘s_child’:
1061runit/runsv.c:133: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
1062runit/runsv.c: In function ‘s_term’:
1063runit/runsv.c:139: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
1064runit/runsv.c: In function ‘update_status’:
1065runit/runsv.c:184: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
1066runit/runsv.c:224: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
1067  CC      runit/runsvdir.o
1068runit/runsvdir.c: In function ‘runsvdir_main’:
1069runit/runsvdir.c:299: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
1070  CC      runit/sv.o
1071  AR      runit/lib.a
1072  LD      selinux/built-in.o
1073  AR      selinux/lib.a
1074  LD      shell/built-in.o
1075  CC      shell/ash.o
1076  AR      shell/lib.a
1077  LD      sysklogd/built-in.o
1078  CC      sysklogd/klogd.o
1079  CC      sysklogd/logger.o
1080  CC      sysklogd/syslogd.o
1081  AR      sysklogd/lib.a
1082  LD      util-linux/built-in.o
1083  CC      util-linux/fbset.o
1084util-linux/fbset.c: In function ‘readmode’:
1085util-linux/fbset.c:183: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
1086util-linux/fbset.c:196: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
1087  CC      util-linux/getopt.o
1088  CC      util-linux/losetup.o
1089  CC      util-linux/mdev.o
1090util-linux/mdev.c: In function ‘make_device’:
1091util-linux/mdev.c:178: warning: ignoring return value of ‘symlink’, declared with attribute warn_unused_result
1092util-linux/mdev.c:181: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result
1093util-linux/mdev.c: In function ‘load_firmware’:
1094util-linux/mdev.c:275: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
1095util-linux/mdev.c:277: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
1096  AR      util-linux/lib.a
1097  LINK    busybox_unstripped
1098Trying libraries: crypt m
1099 Library crypt is needed
1100 Library m is needed
1101Final link with: crypt m
1102make[1]: Leaving directory `/opt/emdebian/trunk/b/busybox/trunk/busybox-1.9.2/debian/build/build_deb'
1103touch debian/stamps/build_deb
1104dh_testdir
1105rm -rf 'debian/build/build_static'
1106cp -al 'debian/build/source' 'debian/build/build_static'
1107cp debian/config/config.static 'debian/build/build_static'/.config
1108make CC=arm-linux-gnu-gcc -C 'debian/build/build_static' oldconfig
1109make[1]: Entering directory `/opt/emdebian/trunk/b/busybox/trunk/busybox-1.9.2/debian/build/build_static'
1110  HOSTCC  scripts/basic/fixdep
1111  HOSTCC  scripts/basic/split-include
1112  HOSTCC  scripts/basic/docproc
1113  HOSTCC  scripts/kconfig/conf.o
1114  HOSTCC  scripts/kconfig/kxgettext.o
1115  HOSTCC  scripts/kconfig/mconf.o
1116  SHIPPED scripts/kconfig/zconf.tab.c
1117  SHIPPED scripts/kconfig/lex.zconf.c
1118  SHIPPED scripts/kconfig/zconf.hash.c
1119  HOSTCC  scripts/kconfig/zconf.tab.o
1120scripts/kconfig/lex.zconf.c:1609: warning: ‘input’ defined but not used
1121  HOSTLD  scripts/kconfig/conf
1122scripts/kconfig/conf -o Config.in
1123#
1124# using defaults found in .config
1125#
1126*
1127* Busybox Configuration
1128*
1129*
1130* Busybox Settings
1131*
1132*
1133* General Configuration
1134*
1135See lots more (probably unnecessary) configuration options. (NITPICK) [N/y/?] n
1136Enable options for full-blown desktop systems (DESKTOP) [Y/n/?] y
1137Show terse applet usage messages (SHOW_USAGE) [Y/?] y
1138Show verbose applet usage messages (FEATURE_VERBOSE_USAGE) [Y/n/?] y
1139Store applet usage messages in compressed form (FEATURE_COMPRESS_USAGE) [Y/n/?] y
1140Support --install [-s] to install applet links at runtime (FEATURE_INSTALLER) [Y/n/?] y
1141Enable locale support (system needs locale for this to work) (LOCALE_SUPPORT) [N/y/?] n
1142Enable support for --long-options (GETOPT_LONG) [Y/n/?] y
1143Use the devpts filesystem for Unix98 PTYs (FEATURE_DEVPTS) [Y/n/?] y
1144Support writing pidfiles (FEATURE_PIDFILE) [N/y/?] n
1145Support for SUID/SGID handling (FEATURE_SUID) [Y/?] y
1146  Runtime SUID/SGID configuration via /etc/busybox.conf (FEATURE_SUID_CONFIG) [Y/n/?] y
1147    Suppress warning message if /etc/busybox.conf is not readable (FEATURE_SUID_CONFIG_QUIET) [Y/n/?] y
1148Support NSA Security Enhanced Linux (SELINUX) [N/y/?] n
1149exec uses applets as fallback (FEATURE_APPLETS_FALLBACK) [Y/n] y
1150Path to BusyBox executable (BUSYBOX_EXEC_PATH) [/bin/busybox] /bin/busybox
1151Support for logging to syslog (FEATURE_SYSLOG) [Y/?] y
1152RPC support (FEATURE_HAVE_RPC) [Y/n/?] y
1153*
1154* Build Options
1155*
1156Build BusyBox as a static binary (no shared libs) (STATIC) [Y/n/?] y
1157Build with Large File Support (for accessing files > 2 GB) (LFS) [Y/n/?] y
1158*
1159* Debugging Options
1160*
1161Build BusyBox with extra Debugging symbols (DEBUG) [N/y/?] n
1162Abort compilation on any warning (WERROR) [N/y/?] n
1163Additional debugging library
1164> 1. None (NO_DEBUG_LIB)
1165  2. Dmalloc (DMALLOC)
1166  3. Electric-fence (EFENCE)
1167choice[1-3?]: 1
1168Enable obsolete features removed before SUSv3? (INCLUDE_SUSv2) [Y/n/?] y
1169*
1170* Installation Options
1171*
1172Don't use /usr (INSTALL_NO_USR) [N/y/?] n
1173Applets links
1174  1. as soft-links (INSTALL_APPLET_SYMLINKS)
1175  2. as hard-links (INSTALL_APPLET_HARDLINKS)
1176  3. as script wrappers (INSTALL_APPLET_SCRIPT_WRAPPERS)
1177> 4. not installed (INSTALL_APPLET_DONT)
1178choice[1-4?]: 4
1179BusyBox installation prefix (PREFIX) [./_install] ./_install
1180*
1181* Busybox Library Tuning
1182*
1183Minimum password length (PASSWORD_MINLEN) [6] 6
1184 MD5: Trade Bytes for Speed (MD5_SIZE_VS_SPEED) [1] 1
1185Faster /proc scanning code (+100 bytes) (FEATURE_FAST_TOP) [N/y/?] n
1186Support for /etc/networks (FEATURE_ETC_NETWORKS) [N/y/?] n
1187Command line editing (FEATURE_EDITING) [Y/n/?] y
1188  Maximum length of input (FEATURE_EDITING_MAX_LEN) [1024] 1024
1189  Additional editing keys (FEATURE_EDITING_FANCY_KEYS) [N/y/?] n
1190  vi-style line editing commands (FEATURE_EDITING_VI) [N/y/?] n
1191  History size (FEATURE_EDITING_HISTORY) [15] 15
1192  History saving (FEATURE_EDITING_SAVEHISTORY) [N/y/?] n
1193  Tab completion (FEATURE_TAB_COMPLETION) [Y/n/?] y
1194    Username completion (FEATURE_USERNAME_COMPLETION) [Y/n/?] y
1195  Fancy shell prompts (FEATURE_EDITING_FANCY_PROMPT) [Y/n/?] y
1196Copy buffer size, in kilobytes (FEATURE_COPYBUF_KB) [4] 4
1197Use clock_gettime(CLOCK_MONOTONIC) syscall (MONOTONIC_SYSCALL) [Y/n/?] y
1198Use ioctl names rather than hex values in error messages (IOCTL_HEX2STR_ERROR) [Y/n/?] y
1199*
1200* Applets
1201*
1202*
1203* Archival Utilities
1204*
1205ar (AR) [Y/n/?] y
1206  Enable support for long filenames (not need for debs) (FEATURE_AR_LONG_FILENAMES) [Y/n/?] y
1207bunzip2 (BUNZIP2) [Y/n/?] y
1208bzip2 (BZIP2) [Y/n/?] y
1209cpio (CPIO) [Y/n/?] y
1210dpkg (DPKG) [Y/n/?] y
1211dpkg_deb (DPKG_DEB) [Y/n/?] y
1212  extract only (-x) (FEATURE_DPKG_DEB_EXTRACT_ONLY) [N/y/?] n
1213gunzip (GUNZIP) [Y/n/?] y
1214  Uncompress support (FEATURE_GUNZIP_UNCOMPRESS) [Y/n/?] y
1215gzip (GZIP) [Y/n/?] y
1216rpm2cpio (RPM2CPIO) [Y/n/?] y
1217rpm (RPM) [Y/n/?] y
1218  Enable handling of rpms with bzip2-compressed data inside (FEATURE_RPM_BZ2) [N/y/?] n
1219tar (TAR) [Y/n/?] y
1220  Enable archive creation (FEATURE_TAR_CREATE) [Y/n/?] y
1221  Enable -j option to handle .tar.bz2 files (FEATURE_TAR_BZIP2) [Y/n/?] y
1222  Enable -a option to handle .tar.lzma files (FEATURE_TAR_LZMA) [Y/n/?] y
1223  Enable -X (exclude from) and -T (include from) options) (FEATURE_TAR_FROM) [N/y/?] n
1224  Enable -z option (FEATURE_TAR_GZIP) [Y/n/?] y
1225  Enable -Z option (FEATURE_TAR_COMPRESS) [N/y/?] n
1226  Enable support for old tar header format (FEATURE_TAR_OLDGNU_COMPATIBILITY) [N/y/?] n
1227  Enable untarring of tarballs with checksums produced by buggy Sun tar (FEATURE_TAR_OLDSUN_COMPATIBILITY) [N/y/?] n
1228  Enable support for some GNU tar extensions (FEATURE_TAR_GNU_EXTENSIONS) [Y/n/?] y
1229  Enable long options