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

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