checking whether readlink is declared without a macro... yes checking whether readlinkat is declared without a macro... yes checking whether rmdir is declared without a macro... yes checking whether sethostname is declared without a macro... yes checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... yes checking whether symlinkat is declared without a macro... yes checking whether ttyname_r is declared without a macro... yes checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... yes checking whether usleep is declared without a macro... yes checking whether unlink honors trailing slashes... guessing no checking whether unlink of a parent directory fails as it should... guessing yes checking whether utimensat works... guessing yes checking for ptrdiff_t... yes checking for vasprintf... yes checking for vasprintf... (cached) yes checking for nl_langinfo... yes checking for ptrdiff_t... (cached) yes checking whether btowc is declared without a macro... yes checking whether wctob is declared without a macro... yes checking whether mbsinit is declared without a macro... yes checking whether mbrtowc is declared without a macro... yes checking whether mbrlen is declared without a macro... yes checking whether mbsrtowcs is declared without a macro... yes checking whether mbsnrtowcs is declared without a macro... yes checking whether wcrtomb is declared without a macro... yes checking whether wcsrtombs is declared without a macro... yes checking whether wcsnrtombs is declared without a macro... yes checking whether wcwidth is declared without a macro... yes checking whether wmemchr is declared without a macro... yes checking whether wmemcmp is declared without a macro... yes checking whether wmemcpy is declared without a macro... yes checking whether wmemmove is declared without a macro... yes checking whether wmemset is declared without a macro... yes checking whether wcslen is declared without a macro... yes checking whether wcsnlen is declared without a macro... yes checking whether wcscpy is declared without a macro... yes checking whether wcpcpy is declared without a macro... yes checking whether wcsncpy is declared without a macro... yes checking whether wcpncpy is declared without a macro... yes checking whether wcscat is declared without a macro... yes checking whether wcsncat is declared without a macro... yes checking whether wcscmp is declared without a macro... yes checking whether wcsncmp is declared without a macro... yes checking whether wcscasecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr is declared without a macro... yes checking whether wcstok is declared without a macro... yes checking whether wcswidth is declared without a macro... yes checking for stdint.h... (cached) yes checking CFLAGS for maximum warnings... -Wall checking whether C compiler accepts -Wunused... yes checking whether C compiler accepts -Wimplicit... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wno-missing-prototypes... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wbad-function-cast... yes 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-1/host/bin:/home/buildroot/build/instance-0/output-1/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 -C /home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2/ make[1]: Entering directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2' Making all in autotools/gnulib make[3]: Entering directory '/home/buildroot/build/instance-0/output-1/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 stddef.h GEN stdint.h GEN sys/types.h GEN dirent.h GEN fcntl.h GEN stdio.h GEN math.h GEN stdlib.h GEN string.h GEN strings.h GEN sys/time.h GEN sys/stat.h GEN time.h GEN unistd.h GEN wchar.h /usr/bin/make all-recursive make[4]: Entering directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[5]: Entering directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2/autotools/gnulib' CC dirname-lgpl.o CC cloexec.o CC basename-lgpl.o CC stripslash.o CC fd-hook.o CC filenamecat-lgpl.o CC exitfail.o CC getprogname.o CC gettime.o CC malloca.o CC openat-die.o CC math.o CC printf-frexp.o CC progname.o CC printf-frexpl.o CC save-cwd.o CC statat.o CC stat-time.o CC timespec.o CC unistd.o CC dup-safer.o CC fd-safer.o CC utimens.o CC pipe-safer.o CC xsize.o CC asprintf.o CC asnprintf.o CC canonicalize-lgpl.o CC chdir-long.o CC fcntl.o CC fdopendir.o CC fstatat.o CC getcwd-lgpl.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) ^ CC getdelim.o CC getgroups.o CC getline.o 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 group-member.o CC gettimeofday.o CC lstat.o CC memchr.o CC mkdir.o CC openat.o CC printf-args.o CC openat-proc.o In file included from group-member.c:28:0: group-member.c: In function 'get_group_info': memchr.c: In function 'rpl_memchr': 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:57:33: note: in expansion of macro '__xalloc_oversized' # define xalloc_oversized(n, s) __xalloc_oversized (n, s) ^ group-member.c:57:16: note: in expansion of macro 'xalloc_oversized' && ! xalloc_oversized (n_group_slots, sizeof *gi->group)) ^ memchr.c:84:18: warning: cast increases required alignment of target type [-Wcast-align] longword_ptr = (const longword *) char_ptr; ^ CC printf-parse.o CC readlinkat.o CC readlink.o CC rename.o CC signbitd.o CC rmdir.o CC renameat.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:3: 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:3: 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-1/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Leaving directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Leaving directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Entering directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2' CC paxelf.lo CC paxinc.lo CC paxldso.lo CC paxmacho.lo CC security.lo CC scanelf.o CC dumpelf.o CC xfuncs.lo 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); ^ dumpelf.c: In function 'dump_phdr': dumpelf.c:323:2: warning: format '%tX' expects argument of type 'unsigned ptrdiff_t', but argument 3 has type 'long unsigned int' [-Wformat=] DUMP_PHDR(32) ^ dumpelf.c:324:2: warning: format '%tX' expects argument of type 'unsigned ptrdiff_t', but argument 3 has type 'long unsigned int' [-Wformat=] DUMP_PHDR(64) ^ dumpelf.c: In function 'dump_shdr': dumpelf.c:466:2: warning: format '%tX' expects argument of type 'unsigned ptrdiff_t', but argument 4 has type 'long unsigned int' [-Wformat=] DUMP_SHDR(32) ^ dumpelf.c:467:2: warning: format '%tX' expects argument of type 'unsigned ptrdiff_t', but argument 4 has type 'long unsigned int' [-Wformat=] DUMP_SHDR(64) ^ 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); ^ dumpelf.c: In function 'dump_dyn': dumpelf.c:485:2: warning: format '%tX' expects argument of type 'unsigned ptrdiff_t', but argument 4 has type 'long unsigned int' [-Wformat=] DUMP_DYN(32) ^ dumpelf.c:486:2: warning: format '%tX' expects argument of type 'unsigned ptrdiff_t', but argument 4 has type 'long unsigned int' [-Wformat=] DUMP_DYN(64) ^ CC pspax.o CC scanmacho.o cp lddtree.sh lddtree cp symtree.sh symtree CCLD libpaxutils.la CCLD dumpelf CCLD pspax CCLD scanmacho CCLD scanelf make[3]: Leaving directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2' make[2]: Leaving directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2' make[1]: Leaving directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2' >>> pax-utils 1.2.2 Installing to target PATH="/home/buildroot/build/instance-0/output-1/host/bin:/home/buildroot/build/instance-0/output-1/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/build/instance-0/output-1/target install -C /home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2/ make[1]: Entering directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2' Making install in autotools/gnulib make[2]: Entering directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2/autotools/gnulib' /usr/bin/make install-recursive make[3]: Entering directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Entering directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[5]: Entering directory '/home/buildroot/build/instance-0/output-1/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-1/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Leaving directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Leaving directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[2]: Leaving directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[2]: Entering directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2' make[3]: Entering directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2' /bin/mkdir -p '/home/buildroot/build/instance-0/output-1/target/usr/bin' /bin/mkdir -p '/home/buildroot/build/instance-0/output-1/target/usr/bin' /bin/mkdir -p '/home/buildroot/build/instance-0/output-1/target/usr/share/man/man1' /bin/sh ./libtool --mode=install /usr/bin/install -c scanelf dumpelf pspax scanmacho '/home/buildroot/build/instance-0/output-1/target/usr/bin' /usr/bin/install -c lddtree symtree '/home/buildroot/build/instance-0/output-1/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-1/target/usr/share/man/man1' libtool: install: /usr/bin/install -c scanelf /home/buildroot/build/instance-0/output-1/target/usr/bin/scanelf libtool: install: /usr/bin/install -c dumpelf /home/buildroot/build/instance-0/output-1/target/usr/bin/dumpelf libtool: install: /usr/bin/install -c pspax /home/buildroot/build/instance-0/output-1/target/usr/bin/pspax libtool: install: /usr/bin/install -c scanmacho /home/buildroot/build/instance-0/output-1/target/usr/bin/scanmacho make[3]: Leaving directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2' make[2]: Leaving directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2' make[1]: Leaving directory '/home/buildroot/build/instance-0/output-1/build/pax-utils-1.2.2' rm -f /home/buildroot/build/instance-0/output-1/target/usr/bin/{lddtree,symtree} rapidxml-1.13.zip: OK (sha1: f5fd4fbc5ad7e96045313697811d65ea8089a950) rapidxml-1.13.zip: OK (md5: 7b4b42c9331c90aded23bb55dc725d6a) rapidxml-1.13.zip: OK (sha256: c3f0b886374981bb20fabcf323d755db4be6dba42064599481da64a85f5b3571) >>> rapidxml 1.13 Extracting /usr/bin/unzip -q -d /home/buildroot/build/instance-0/output-1/build/rapidxml-1.13 /home/buildroot/build/instance-0/buildroot/instance-0/dl/rapidxml/rapidxml-1.13.zip mv /home/buildroot/build/instance-0/output-1/build/rapidxml-1.13/rapidxml-1.13/* /home/buildroot/build/instance-0/output-1/build/rapidxml-1.13/ rmdir /home/buildroot/build/instance-0/output-1/build/rapidxml-1.13/rapidxml-1.13 >>> rapidxml 1.13 Patching Applying 0001-ensure-internal-print-operations-are-declared-before.patch using patch: patching file rapidxml_print.hpp >>> rapidxml 1.13 Configuring >>> rapidxml 1.13 Building >>> rapidxml 1.13 Installing to staging directory mkdir -p /home/buildroot/build/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/rapidxml cp -dpfr /home/buildroot/build/instance-0/output-1/build/rapidxml-1.13/*hpp /home/buildroot/build/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/rapidxml >>> rapidxml 1.13 Fixing libtool files for la in $(find /home/buildroot/build/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/build/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/build/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot:@STAGING_DIR@:g" \ -e "s:/home/buildroot/build/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/buildroot/build/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/buildroot/build/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/build/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> 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-1/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/build/instance-0/output-1/build/packages-file-list-staging.txt Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] ./support/scripts/check-uniq-files -t host /home/buildroot/build/instance-0/output-1/build/packages-file-list-host.txt /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/build/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/build/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/build/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/build/instance-0/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/buildroot/build/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/build/instance-0/output-1/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/buildroot/build/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/build/instance-0/output-1/host/bin/arm-linux-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 `%g" -e "s%@HOST_DIR@%/home/buildroot/build/instance-0/output-1/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/build/instance-0/output-1/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/build/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/build/instance-0/output-1/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-1/target/etc/hosts mkdir -p /home/buildroot/build/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/build/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/build/instance-0/output-1/target/etc/shadow rm -f /home/buildroot/build/instance-0/output-1/target/bin/sh rm -f /home/buildroot/build/instance-0/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/build/instance-0/output-1/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-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/build/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/build/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/build/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/build/instance-0/output-1/target/usr/include /home/buildroot/build/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/build/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/build/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/build/instance-0/output-1/target/usr/lib/cmake /home/buildroot/build/instance-0/output-1/target/usr/share/cmake find /home/buildroot/build/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-0/output-1/target/lib/ /home/buildroot/build/instance-0/output-1/target/usr/lib/ /home/buildroot/build/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/buildroot/build/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/build/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/build/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/build/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/build/instance-0/output-1/target/usr/man /home/buildroot/build/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/build/instance-0/output-1/target/usr/info /home/buildroot/build/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/build/instance-0/output-1/target/usr/doc /home/buildroot/build/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/build/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/build/instance-0/output-1/target/usr/share 2>/dev/null || true find /home/buildroot/build/instance-0/output-1/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-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/build/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/build/instance-0/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/build/instance-0/output-1/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-1/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-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02.5-00005-geccfb3e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02.5"; \ echo "PRETTY_NAME=\"Buildroot 2019.02.5\"" \ ) > /home/buildroot/build/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/build/instance-0/output-1/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-1/target/usr make: Leaving directory '/home/buildroot/build/instance-0/buildroot' make: Entering directory '/home/buildroot/build/instance-0/buildroot' >>> Buildroot 2019.02.5-00005-geccfb3e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> agentpp 4.0.7 Collecting legal info ERROR: No hash found for LICENSE-2_0.txt >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> snmppp 3.3.10 Collecting legal info src/v3.cpp: OK (sha256: d00d5deb9ce44fa01ddf6f882de3ea8b9e8402f776b546dd982d55367ebbd392) >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-python 2.7.16 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> 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) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.2.7 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> hostapd 2.7 Collecting legal info README: OK (sha256: 76eeecd8fc291a71f29189ea20e6a34387b8048a959cbc6a65c41b98194643a2) >>> initscripts Collecting legal info >>> libgit2 0.27.9 Collecting legal info COPYING: OK (sha256: d9a8038088df84fde493fa33a0f1e537252eeb9642122aa4b862690197152813) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> noip 2.1.9 Collecting legal info ERROR: No hash found for COPYING >>> openipmi 2.0.24 Collecting legal info ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING ERROR: No hash found for COPYING.BSD >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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 >>> rapidxml 1.13 Collecting legal info ERROR: No hash found for license.txt WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /home/buildroot/build/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/build/instance-0/buildroot'