checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wcomment... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wchar-subscripts... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wno-format-nonliteral... yes checking whether C compiler accepts -Wsequence-point... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wextra... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating autotools/gnulib/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> pax-utils 1.2.2 Building PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 -C /home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/ make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2' Making all in autotools/gnulib make[3]: Entering directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' GEN alloca.h GEN c++defs.h GEN arg-nonnull.h GEN warn-on-use.h GEN limits.h GEN stdint.h GEN sys/types.h GEN fcntl.h GEN dirent.h GEN stdio.h GEN stdlib.h GEN math.h GEN string.h GEN strings.h GEN time.h GEN sys/stat.h GEN unistd.h GEN sys/time.h GEN wchar.h /usr/bin/make all-recursive make[4]: Entering directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' make[5]: Entering directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' CC cloexec.o CC dirname-lgpl.o CC basename-lgpl.o CC stripslash.o CC exitfail.o CC fd-hook.o CC filenamecat-lgpl.o CC getprogname.o CC gettime.o CC malloca.o CC math.o CC openat-die.o CC printf-frexp.o CC printf-frexpl.o CC progname.o CC save-cwd.o CC stat-time.o CC statat.o CC timespec.o CC unistd.o CC dup-safer.o CC fd-safer.o CC pipe-safer.o CC utimens.o CC xsize.o CC asnprintf.o CC asprintf.o CC canonicalize-lgpl.o CC chdir-long.o CC fcntl.o CC fdopendir.o CC fstatat.o CC getcwd-lgpl.o CC getdelim.o canonicalize-lgpl.c: In function 'rpl_realpath': canonicalize-lgpl.c:320:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (n >= SIZE_MAX - len || n + len >= path_max) ^~ canonicalize-lgpl.c:320:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (n >= SIZE_MAX - len || n + len >= path_max) ^~ getdelim.c: In function 'rpl_getdelim': getdelim.c:141:30: warning: signed and unsigned type in conditional expression [-Wsign-compare] result = cur_len ? cur_len : result; ^ CC getgroups.o CC getline.o CC gettimeofday.o CC group-member.o CC lstat.o CC memchr.o CC mkdir.o CC openat.o CC openat-proc.o CC printf-args.o CC printf-parse.o In file included from group-member.c:28:0: group-member.c: In function 'get_group_info': xalloc-oversized.h:31:73: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ((size_t) (PTRDIFF_MAX < SIZE_MAX ? PTRDIFF_MAX : SIZE_MAX - 1) / (s) < (n)) ^ xalloc-oversized.h:50:7: note: in expansion of macro '__xalloc_oversized' ? __xalloc_oversized (n, s) \ ^~~~~~~~~~~~~~~~~~ group-member.c:57:16: note: in expansion of macro 'xalloc_oversized' && ! xalloc_oversized (n_group_slots, sizeof *gi->group)) ^~~~~~~~~~~~~~~~ CC readlink.o CC readlinkat.o CC rename.o CC renameat.o CC rmdir.o CC signbitd.o CC signbitf.o CC signbitl.o CC stat.o CC strcasestr.o CC strerror.o CC strerror-override.o CC symlink.o CC symlinkat.o CC unlink.o CC unlinkat.o CC vasnprintf.o CC vasprintf.o vasnprintf.c: In function 'max_room_needed': vasnprintf.c:1535:37: warning: unused parameter 'flags' [-Wunused-parameter] arg_type type, int flags, size_t width, int has_precision, ^~~~~ vasnprintf.c: In function 'vasnprintf': vasnprintf.c:2686:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (precision < count) ^ vasnprintf.c:5107:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (count < maxlen ^ vasnprintf.c: In function 'scale10_round_decimal_long_double': vasnprintf.c:1299:10: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized] return scale10_round_decimal_decoded (e, m, memory, n); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vasnprintf.c: In function 'scale10_round_decimal_double': vasnprintf.c:1317:10: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized] return scale10_round_decimal_decoded (e, m, memory, n); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AR libgnu.a make[5]: Leaving directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Leaving directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Leaving directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Entering directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2' CC paxelf.lo CC paxinc.lo CC paxldso.lo CC paxmacho.lo CC security.lo CC xfuncs.lo CC scanelf.o CC dumpelf.o scanelf.c: In function 'scanelf_file_get_pt_dynamic': scanelf.c:184:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (offset >= elf->len - sizeof(Elf##B##_Dyn)) \ ^ scanelf.c:73:4: note: in expansion of macro 'CHECK_PT_DYNAMIC' x(B); \ ^ scanelf.c:79:3: note: in expansion of macro '_SCANELF_IF_ELF_SIZE' _SCANELF_IF_ELF_SIZE(64, x); \ ^~~~~~~~~~~~~~~~~~~~ scanelf.c:187:2: note: in expansion of macro 'SCANELF_ELF_SIZED' SCANELF_ELF_SIZED(CHECK_PT_DYNAMIC); ^~~~~~~~~~~~~~~~~ scanelf.c: In function 'scanelf_file_phdr': scanelf.c:489:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (offset >= elf->len - sizeof(NOTE_GNU_STACK)) \ ^ scanelf.c:73:4: note: in expansion of macro 'SHOW_PHDR' x(B); \ ^ scanelf.c:79:3: note: in expansion of macro '_SCANELF_IF_ELF_SIZE' _SCANELF_IF_ELF_SIZE(64, x); \ ^~~~~~~~~~~~~~~~~~~~ scanelf.c:515:2: note: in expansion of macro 'SCANELF_ELF_SIZED' SCANELF_ELF_SIZED(SHOW_PHDR); ^~~~~~~~~~~~~~~~~ paxmacho.c: In function 'get_machomhtype': paxmacho.c:28:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxmacho.c:53:9: note: called from here return find_pairtype(macho_mh_type, MOBJGET(fobj, mhdr.hdr32->filetype)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxmacho.c: In function 'get_machocputype': paxmacho.c:28:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxmacho.c:103:14: note: called from here const char *ret = find_pairtype(macho_cputype, MOBJGET(fobj, mhdr.hdr32->cputype)); ^~~ CC pspax.o paxmacho.c: In function 'get_machosubcputype': paxmacho.c:28:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxmacho.c:149:7: note: called from here ret = find_pairtype(pt, type); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ paxmacho.c: In function 'readmacho_buffer': paxmacho.c:160:24: warning: inlining failed in call to 'read_mach_header': call is unlikely and code size would grow [-Winline] inline static uint32_t read_mach_header(fatobj *fobj, void *addr) ^~~~~~~~~~~~~~~~ paxmacho.c:285:6: note: called from here read_mach_header(fobj, ret->data + offset) == 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxmacho.c:160:24: warning: inlining failed in call to 'read_mach_header': call is unlikely and code size would grow [-Winline] inline static uint32_t read_mach_header(fatobj *fobj, void *addr) ^~~~~~~~~~~~~~~~ paxmacho.c:302:5: note: called from here read_mach_header(ret, ret->data) == 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC scanmacho.o paxelf.c: In function 'get_elfeitype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:71:27: note: called from here case EI_CLASS: return find_pairtype(elf_ei_class, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:72:27: note: called from here case EI_DATA: return find_pairtype(elf_ei_data, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:73:27: note: called from here case EI_VERSION: return find_pairtype(elf_ei_version, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:74:27: note: called from here case EI_OSABI: return find_pairtype(elf_ei_osabi, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfetype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:99:9: note: called from here return find_pairtype(elf_etypes, get_etype(elf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfosabi': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:74:27: note: called from here case EI_OSABI: return find_pairtype(elf_ei_osabi, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cp lddtree.sh lddtree cp symtree.sh symtree paxelf.c: In function 'get_elfemtype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:292:9: note: called from here return find_pairtype(elf_emtypes, get_emtype(elf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfptype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:313:9: note: called from here return find_pairtype(elf_ptypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfdtype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:384:9: note: called from here return find_pairtype(elf_dtypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfshttype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:420:9: note: called from here return find_pairtype(elf_shttypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfstttype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:437:9: note: called from here return find_pairtype(elf_stttypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfstbtype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:450:9: note: called from here return find_pairtype(elf_stbtypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfstvtype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:463:9: note: called from here return find_pairtype(elf_stvtypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfshntype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:480:9: note: called from here return find_pairtype(elf_shntypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfnttype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:540:11: note: called from here return find_pairtype(elf_nttypes_GNU, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:546:10: note: called from here return find_pairtype(elf_nttypes_core, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:548:10: note: called from here return find_pairtype(elf_nttypes_fallback, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'readelf_buffer': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:72:27: note: called from here case EI_DATA: return find_pairtype(elf_ei_data, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:73:27: note: called from here case EI_VERSION: return find_pairtype(elf_ei_version, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:74:27: note: called from here case EI_OSABI: return find_pairtype(elf_ei_osabi, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:71:27: note: called from here case EI_CLASS: return find_pairtype(elf_ei_class, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libpaxutils.la CCLD dumpelf CCLD scanmacho CCLD pspax CCLD scanelf make[3]: Leaving directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2' make[2]: Leaving directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2' make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2' >>> pax-utils 1.2.2 Installing to target PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/build/instance-0/output/target install -C /home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/ make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2' Making install in autotools/gnulib make[2]: Entering directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' /usr/bin/make install-recursive make[3]: Entering directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Entering directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' make[5]: Entering directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Leaving directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Leaving directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' make[2]: Leaving directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2/autotools/gnulib' make[2]: Entering directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2' make[3]: Entering directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2' /bin/mkdir -p '/home/buildroot/build/instance-0/output/target/usr/bin' /bin/mkdir -p '/home/buildroot/build/instance-0/output/target/usr/bin' /bin/mkdir -p '/home/buildroot/build/instance-0/output/target/usr/share/man/man1' /bin/sh ./libtool --mode=install /usr/bin/install -c scanelf dumpelf pspax scanmacho '/home/buildroot/build/instance-0/output/target/usr/bin' /usr/bin/install -c lddtree symtree '/home/buildroot/build/instance-0/output/target/usr/bin' /usr/bin/install -c -m 644 man/dumpelf.1 man/pspax.1 man/scanelf.1 man/scanmacho.1 '/home/buildroot/build/instance-0/output/target/usr/share/man/man1' libtool: install: /usr/bin/install -c scanelf /home/buildroot/build/instance-0/output/target/usr/bin/scanelf libtool: install: /usr/bin/install -c dumpelf /home/buildroot/build/instance-0/output/target/usr/bin/dumpelf libtool: install: /usr/bin/install -c pspax /home/buildroot/build/instance-0/output/target/usr/bin/pspax libtool: install: /usr/bin/install -c scanmacho /home/buildroot/build/instance-0/output/target/usr/bin/scanmacho make[3]: Leaving directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2' make[2]: Leaving directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2' make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/pax-utils-1.2.2' rm -f /home/buildroot/build/instance-0/output/target/usr/bin/{lddtree,symtree} >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/build/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/build/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'linenoise', u'ocrad'] ./support/scripts/check-uniq-files -t host /home/buildroot/build/instance-0/output/build/packages-file-list-host.txt mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "buildroot" > /home/buildroot/build/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/build/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/build/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/build/instance-0/output/target/etc/shadow rm -f /home/buildroot/build/instance-0/output/target/bin/sh rm -f /home/buildroot/build/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/build/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/build/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/build/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/build/instance-0/output/target/usr/include /home/buildroot/build/instance-0/output/target/usr/share/aclocal \ /home/buildroot/build/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/build/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/build/instance-0/output/target/usr/lib/cmake /home/buildroot/build/instance-0/output/target/usr/share/cmake find /home/buildroot/build/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-0/output/target/lib/ /home/buildroot/build/instance-0/output/target/usr/lib/ /home/buildroot/build/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/buildroot/build/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/build/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/build/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/build/instance-0/output/target/usr/man /home/buildroot/build/instance-0/output/target/usr/share/man rm -rf /home/buildroot/build/instance-0/output/target/usr/info /home/buildroot/build/instance-0/output/target/usr/share/info rm -rf /home/buildroot/build/instance-0/output/target/usr/doc /home/buildroot/build/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/build/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/build/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/build/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/build/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/build/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/build/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/build/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/build/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/build/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/build/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-rc1-00087-gaf72a42"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-rc1\"" \ ) > /home/buildroot/build/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/build/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/build/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/build/instance-0/output/target/usr make: Leaving directory '/home/buildroot/build/instance-0/buildroot' make: Entering directory '/home/buildroot/build/instance-0/buildroot' >>> Buildroot 2018.05-rc1-00087-gaf72a42 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> dhrystone 2 Collecting legal info >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> linenoise 1.0 Collecting legal info ERROR: No hash found for LICENSE >>> ocrad 0.26 Collecting legal info ERROR: No hash found for COPYING >>> host-opkg-utils 0.3.4 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.2 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/build/instance-0/output/legal-info make: Leaving directory '/home/buildroot/build/instance-0/buildroot'