checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-buildroot-linux-uclibcgnueabi-strip... /home/buildroot/buildroot-test/instance-0/output/host/bin/arm-linux-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... arm-buildroot-linux-uclibcgnueabi checking for arm-buildroot-linux-uclibcgnueabi-gcc... /home/buildroot/buildroot-test/instance-0/output/host/bin/arm-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/buildroot-test/instance-0/output/host/bin/arm-linux-gcc accepts -g... yes checking for /home/buildroot/buildroot-test/instance-0/output/host/bin/arm-linux-gcc option to accept ISO C89... none needed checking whether /home/buildroot/buildroot-test/instance-0/output/host/bin/arm-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/buildroot/buildroot-test/instance-0/output/host/bin/arm-linux-gcc... none checking for a sed that does not truncate output... /bin/sed checking for gawk... (cached) gawk checking for xml2-config... /home/buildroot/buildroot-test/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin/xml2-config configure: using libxml-2.9.8 checking for xslt-config... /home/buildroot/buildroot-test/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin/xslt-config configure: using libxslt-1.1.32 checking how to run the C preprocessor... /home/buildroot/buildroot-test/instance-0/output/host/bin/arm-linux-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether lstat correctly handles trailing slash... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking for mode_t... yes checking for size_t... yes checking for lstat... yes checking for stat... yes checking for setmode... no checking whether O_BINARY is declared... no checking whether exsltDateXpathCtxtRegister is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xmlstarlet.spec config.status: creating Makefile config.status: creating solaris/package/sol8-sparc/pkginfo config.status: creating solaris/package/sol9-sparc/pkginfo config.status: creating config.h config.status: executing depfiles 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, --disable-static, --enable-shared >>> xmlstarlet 1.6.1 Building PATH="/home/buildroot/buildroot-test/instance-0/output/host/bin:/home/buildroot/buildroot-test/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j2 -C /home/buildroot/buildroot-test/instance-0/output/build/xmlstarlet-1.6.1/ /usr/bin/make all-am GEN src/usage.c GEN src/c14n-usage.c GEN src/depyx-usage.c GEN src/edit-usage.c GEN src/elem-usage.c GEN src/escape-usage.c GEN src/format-usage.c GEN src/ls-usage.c GEN src/pyx-usage.c GEN src/select-usage.c GEN src/trans-usage.c GEN src/unescape-usage.c GEN src/validate-usage.c CC src/trans.o CC src/xml.o CC src/xml_C14N.o CC src/xml_depyx.o CC src/xml_edit.o CC src/xml_elem.o src/xml_elem.c: In function 'elMain': src/xml_elem.c:271:27: warning: passing argument 2 of 'xmlHashScan' from incompatible pointer type [-Wincompatible-pointer-types] xmlHashScan(uniq, hash_key_put, &lines); ^~~~~~~~~~~~ In file included from src/xml_elem.c:32:0: /home/buildroot/buildroot-test/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/libxml2/libxml/hash.h:212:4: note: expected 'xmlHashScanner {aka void (*)(void *, void *, const unsigned char *)}' but argument is of type 'void (*)(void *, void *, xmlChar *) {aka void (*)(void *, void *, unsigned char *)}' xmlHashScan (xmlHashTablePtr table, ^~~~~~~~~~~ src/xml_edit.c: In function 'edInsert': src/xml_edit.c:371:9: warning: 'node' may be used uninitialized in this function [-Wmaybe-uninitialized] xmlXPathNodeSetAdd(previous_insertion, node); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/xml_escape.o CC src/xml_format.o CC src/xml_ls.o CC src/xml_pyx.o CC src/xml_select.o In file included from /home/buildroot/buildroot-test/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/libxml2/libxml/tree.h:18:0, from src/xml_select.c:38: src/xml_select.c: In function 'selPrepareXslt': /home/buildroot/buildroot-test/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/libxml2/libxml/xmlstring.h:35:18: warning: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in signedness [-Wpointer-sign] #define BAD_CAST (xmlChar *) ^ src/xml_select.c:552:55: note: in expansion of macro 'BAD_CAST' xmlStrPrintf(num_buf, sizeof num_buf, BAD_CAST "t%d", t); ^~~~~~~~ /home/buildroot/buildroot-test/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/libxml2/libxml/xmlstring.h:98:17: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}' xmlStrPrintf (xmlChar *buf, ^~~~~~~~~~~~ CC src/xml_trans.o CC src/xml_validate.o CC src/usage.o CC src/c14n-usage.o CC src/depyx-usage.o CC src/edit-usage.o CC src/elem-usage.o CC src/escape-usage.o CC src/format-usage.o CC src/ls-usage.o CC src/pyx-usage.o CC src/select-usage.o CC src/trans-usage.o CC src/unescape-usage.o CC src/validate-usage.o CCLD xml >>> xmlstarlet 1.6.1 Installing to target PATH="/home/buildroot/buildroot-test/instance-0/output/host/bin:/home/buildroot/buildroot-test/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j2 DESTDIR=/home/buildroot/buildroot-test/instance-0/output/target install -C /home/buildroot/buildroot-test/instance-0/output/build/xmlstarlet-1.6.1/ /bin/mkdir -p '/home/buildroot/buildroot-test/instance-0/output/target/usr/share/doc/xmlstarlet' /bin/mkdir -p '/home/buildroot/buildroot-test/instance-0/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/home/buildroot/buildroot-test/instance-0/output/target/usr/share/doc/xmlstarlet' /bin/mkdir -p '/home/buildroot/buildroot-test/instance-0/output/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/home/buildroot/buildroot-test/instance-0/output/target/usr/share/man/man1' /usr/bin/install -c xml '/home/buildroot/buildroot-test/instance-0/output/target/usr/bin' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/buildroot-test/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/lib/libssl.a" is touched by more than one package: [u'libopenssl', u'libnss'] ./support/scripts/check-uniq-files -t staging /home/buildroot/buildroot-test/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libnetsnmpagent.la" is touched by more than one package: [u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libmagic.la" is touched by more than one package: [u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libexslt.la" is touched by more than one package: [u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libnetsnmpmibs.la" is touched by more than one package: [u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'gd', u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libulockmgr.la" is touched by more than one package: [u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libfuse.la" is touched by more than one package: [u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libbdplus.la" is touched by more than one package: [u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'aubio', u'avahi', u'libiconv', u'libzlib', u'libpng', u'gd', u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libssl.a" is touched by more than one package: [u'libopenssl', u'libnss'] Warning: staging file "./usr/lib/libcharset.la" is touched by more than one package: [u'libiconv', u'libzlib', u'libpng', u'gd', u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libssh2.la" is touched by more than one package: [u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libxslt.la" is touched by more than one package: [u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: [u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'aubio', u'avahi', u'libiconv', u'libzlib', u'libpng', u'gd', u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libao.la" is touched by more than one package: [u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'gd', u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libcsv.la" is touched by more than one package: [u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libgd.la" is touched by more than one package: [u'gd', u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libgcrypt.la" is touched by more than one package: [u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libuv.la" is touched by more than one package: [u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'aubio', u'avahi', u'libiconv', u'libzlib', u'libpng', u'gd', u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'aubio', u'avahi', u'libiconv', u'libzlib', u'libpng', u'gd', u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libminizip.la" is touched by more than one package: [u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libavahi-core.la" is touched by more than one package: [u'avahi', u'libiconv', u'libzlib', u'libpng', u'gd', u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libiconv.la" is touched by more than one package: [u'libiconv', u'libzlib', u'libpng', u'gd', u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libnetsnmp.la" is touched by more than one package: [u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libatomic_ops_gpl.la" is touched by more than one package: [u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/ao/plugins-4/liboss.la" is touched by more than one package: [u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libMagickWand-7.Q16HDRI.la" is touched by more than one package: [u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'aubio', u'avahi', u'libiconv', u'libzlib', u'libpng', u'gd', u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libspeexdsp.la" is touched by more than one package: [u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libatomic_ops.la" is touched by more than one package: [u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libenca.la" is touched by more than one package: [u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libnetsnmphelpers.la" is touched by more than one package: [u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libMagickCore-7.Q16HDRI.la" is touched by more than one package: [u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'aubio', u'avahi', u'libiconv', u'libzlib', u'libpng', u'gd', u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libfribidi.la" is touched by more than one package: [u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] Warning: staging file "./usr/lib/libavahi-common.la" is touched by more than one package: [u'avahi', u'libiconv', u'libzlib', u'libpng', u'gd', u'libusb', u'libpcap', u'libopenssl', u'postgresql', u'cgic', u'file', u'flatcc', u'libxml2', u'imagemagick', u'libao', u'libatomic_ops', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libcsv', u'libdvdcss', u'libenca', u'libev', u'libfribidi', u'libfuse', u'libnspr', u'sqlite', u'libnss', u'librtlsdr', u'libssh2', u'libtommath', u'liburiparser', u'libuv', u'libxslt', u'lz4', u'minizip', u'moarvm', u'mosquitto', u'netsnmp', u'openjpeg', u'rhash', u'skalibs', u's6-dns', u'speexdsp', u'wireless_tools'] ./support/scripts/check-uniq-files -t host /home/buildroot/buildroot-test/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-bison', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-gnupg', u'host-libffi'] mkdir -p /home/buildroot/buildroot-test/instance-0/output/target/etc echo "buildroot" > /home/buildroot/buildroot-test/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/buildroot-test/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/buildroot-test/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/buildroot-test/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/buildroot-test/instance-0/output/target/etc/shadow rm -f /home/buildroot/buildroot-test/instance-0/output/target/bin/sh rm -f /home/buildroot/buildroot-test/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/buildroot-test/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/buildroot-test/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/buildroot-test/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/include /home/buildroot/buildroot-test/instance-0/output/target/usr/share/aclocal \ /home/buildroot/buildroot-test/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/buildroot-test/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/buildroot-test/instance-0/output/target/usr/lib/cmake /home/buildroot/buildroot-test/instance-0/output/target/usr/share/cmake find /home/buildroot/buildroot-test/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/buildroot-test/instance-0/output/target/lib/ /home/buildroot/buildroot-test/instance-0/output/target/usr/lib/ /home/buildroot/buildroot-test/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/man /home/buildroot/buildroot-test/instance-0/output/target/usr/share/man rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/info /home/buildroot/buildroot-test/instance-0/output/target/usr/share/info rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/doc /home/buildroot/buildroot-test/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/buildroot-test/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/buildroot-test/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/buildroot-test/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/buildroot-test/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/buildroot-test/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/buildroot-test/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/buildroot-test/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/buildroot-test/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/buildroot-test/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/buildroot-test/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-git-00478-g17c9810"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-git\"" \ ) > /home/buildroot/buildroot-test/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/buildroot-test/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/buildroot-test/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/buildroot-test/instance-0/output/target/usr make: Leaving directory `/home/buildroot/buildroot-test/instance-0/buildroot' make: Entering directory `/home/buildroot/buildroot-test/instance-0/buildroot' >>> Buildroot 2018.08-git-00478-g17c9810 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 >>> 18xx-ti-utils R8.7_SP3 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-android-tools 4.2.2+git20130218 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> aubio 0.4.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> avahi 0.7 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> bandwidthd v2.0.1-auto-r11 Collecting legal info >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> postgresql 10.3 Collecting legal info COPYRIGHT: OK (sha256: 24cfc70cf16b3a23242c49ffce39510683bdd48cbedb8a46fe03976ee5f5c21e) >>> host-zic 2018e Collecting legal info >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> cgic 2.07 Collecting legal info ERROR: No hash found for license.txt >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> dnsmasq 2.79 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> docker-engine v17.05.0-ce Collecting legal info ERROR: No hash found for LICENSE >>> host-go 1.10.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-go-bootstrap 1.4.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-dosfstools 4.1 Collecting legal info ERROR: No hash found for COPYING >>> edid-decode f56f329ed23a25d002352dedba1e8f092a47286f Collecting legal info ERROR: No hash found for edid-decode.c >>> empty 0.6.20b Collecting legal info ERROR: No hash found for COPYRIGHT >>> file 5.33 Collecting legal info COPYING: OK (sha256: 3c0ad13c36f891a9b4f951e59eb2fc108065a46f849697cc6fd3cdb41cc23a3d) src/mygetopt.h: OK (sha256: d98ee4d8d95e7d021a5dfc41f137ecc3b624a7b98e8bd793130202d12a21ed57) src/vasprintf.c: OK (sha256: 85e358d575ad4ac5b38b623a25b24246ccff3c7e680d930c0a9ff5228fe434b6) >>> host-file 5.33 Collecting legal info COPYING: OK (sha256: 3c0ad13c36f891a9b4f951e59eb2fc108065a46f849697cc6fd3cdb41cc23a3d) src/mygetopt.h: OK (sha256: d98ee4d8d95e7d021a5dfc41f137ecc3b624a7b98e8bd793130202d12a21ed57) src/vasprintf.c: OK (sha256: 85e358d575ad4ac5b38b623a25b24246ccff3c7e680d930c0a9ff5228fe434b6) >>> flatcc v0.5.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-flatcc v0.5.1 Collecting legal info ERROR: No hash found for LICENSE >>> fxload 2008_10_13 Collecting legal info ERROR: No hash found for COPYING >>> host-gnupg 1.4.23 Collecting legal info ERROR: No hash found for COPYING >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> haserl 0.9.35 Collecting legal info ERROR: No hash found for COPYING >>> imagemagick 7.0.7-38 Collecting legal info LICENSE: OK (sha256: 2318cc05bbd2c25c1b2d13af1aadccc45b9cf6f94757421ae59a3c8ea9064f1c) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> iodine 0.7.0 Collecting legal info ERROR: No hash found for README >>> kexec 2.0.17 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> lft 3.79 Collecting legal info ERROR: No hash found for COPYING >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libatomic_ops v7.4.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libbdplus 0.1.2 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libgcrypt 1.8.3 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.31 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libev 4.24 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfribidi 0.19.7 Collecting legal info ERROR: No hash found for COPYING >>> libfuse 2.9.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnspr 4.19 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libnss 3.38 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> sqlite 3240000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> librtlsdr v0.5.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libssh2 616fd4d1b3e4a55de67c48819fefca83132126b5 Collecting legal info ERROR: No hash found for COPYING >>> libtommath 1.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> liburiparser 0.8.5 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> libuv v1.21.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lz4 v1.8.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memtester 4.3.0 Collecting legal info ERROR: No hash found for COPYING >>> memtool 2016.10.0 Collecting legal info ERROR: No hash found for COPYING >>> mender 1.4.0 Collecting legal info >>> minizip 1.1 Collecting legal info ERROR: No hash found for LICENSE >>> moarvm 2017.05 Collecting legal info ERROR: No hash found for Artistic2.txt >>> host-lua 5.1.5 Collecting legal info ERROR: No hash found for COPYRIGHT >>> mosquitto 1.5 Collecting legal info LICENSE.txt: OK (sha256: cc77e25bafd40637b7084f04086d606f0a200051b61806f97c93405926670bc1) epl-v10: OK (sha256: 3b9be6b894d0769de796e653571ff6cef494913c0ce78c35a97db939e7d9087c) edl-v10: OK (sha256: e8cf7d54ea46c19aba793983889b7f7425e1ebfcaaccec764a7db091646e203c) >>> mrouted 3.9.7 Collecting legal info ERROR: No hash found for LICENSE >>> netsnmp 5.7.3 Collecting legal info ERROR: No hash found for COPYING >>> nginx 1.12.2 Collecting legal info LICENSE: OK (sha256: 75820469c890db641e54078df018e497fde0542211aa704e15320316a2175780) >>> nuttcp 6.1.2 Collecting legal info ERROR: No hash found for LICENSE >>> openjpeg 2.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> 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) >>> pure-ftpd 1.0.47 Collecting legal info COPYING: OK (sha256: e724ba991d8efa4c963e84ec31314c532dab00ac455ef77020fe60e78177bf23) >>> host-rauc 0.4 Collecting legal info >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-squashfs e38956b92f738518c29734399629e7cdb33072d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 v1.8.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> host-xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> host-zstd v1.3.4 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rhash 1.3.5 Collecting legal info COPYING: OK (sha256: 8cf876d3406a2eed6c17ae804c8958bd78d3a0f63c30d6e2e789ab575e9fde40) >>> s6-dns 2.3.0.0 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> shellinabox v2.19 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for GPL-2 >>> speexdsp 20ed3452074664ad07e380e51321b148acebdf20 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info ERROR: No hash found for uim.h >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> unzip 60 Collecting legal info ERROR: No hash found for LICENSE >>> wireless_tools 30.pre9 Collecting legal info ERROR: No hash found for COPYING >>> xmlstarlet 1.6.1 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: bandwidthd-v2.0.1-auto-r11: cannot save license (BANDWIDTHD_LICENSE_FILES not defined) WARNING: zic-2018e: cannot save license (HOST_ZIC_LICENSE_FILES not defined) WARNING: mender-1.4.0: cannot save license (MENDER_LICENSE_FILES not defined) WARNING: rauc-0.4: cannot save license (HOST_RAUC_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/buildroot-test/instance-0/output/legal-info make: Leaving directory `/home/buildroot/buildroot-test/instance-0/buildroot'