checking for arc-buildroot-linux-uclibc-strip... /data/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-strip checking for a thread-safe mkdir -p... /usr/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... arc-buildroot-linux-uclibc checking for arc-buildroot-linux-uclibc-gcc... /data/buildroot/buildroot-test/instance-1/output/host/bin/arc-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 /data/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-gcc accepts -g... yes checking for /data/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-gcc option to accept ISO C89... none needed checking whether /data/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /data/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for gawk... (cached) gawk checking for xml2-config... /data/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/xml2-config configure: using libxml-2.9.8 checking for xslt-config... /data/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/xslt-config configure: using libxslt-1.1.32 checking how to run the C preprocessor... /data/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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="/data/buildroot/buildroot-test/instance-1/output/host/bin:/data/buildroot/buildroot-test/instance-1/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j4 -C /data/buildroot/buildroot-test/instance-1/output/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/xmlstarlet-1.6.1' /usr/bin/make all-am make[2]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/xmlstarlet-1.6.1' GEN src/usage.c GEN src/depyx-usage.c GEN src/c14n-usage.c GEN src/edit-usage.c GEN src/elem-usage.c GEN src/escape-usage.c GEN src/ls-usage.c GEN src/format-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 CC src/xml_escape.o CC src/xml_format.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: /data/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/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_ls.o CC src/xml_pyx.o src/xml_ls.c: In function 'xml_print_dir': src/xml_ls.c:165:62: warning: passing argument 1 of 'gmtime' from incompatible pointer type [-Wincompatible-pointer-types] strftime(atime, sizeof atime, "%Y%m%dT%H%M%SZ", gmtime(&stats.st_atime)); ^ In file included from src/xml_ls.c:38:0: /data/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/time.h:232:19: note: expected 'const time_t * {aka const long int *}' but argument is of type 'int *' extern struct tm *gmtime (const time_t *__timer) __THROW; ^~~~~~ src/xml_ls.c:166:62: warning: passing argument 1 of 'gmtime' from incompatible pointer type [-Wincompatible-pointer-types] strftime(mtime, sizeof mtime, "%Y%m%dT%H%M%SZ", gmtime(&stats.st_mtime)); ^ In file included from src/xml_ls.c:38:0: /data/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/time.h:232:19: note: expected 'const time_t * {aka const long int *}' but argument is of type 'int *' extern struct tm *gmtime (const time_t *__timer) __THROW; ^~~~~~ CC src/xml_select.o CC src/xml_trans.o CC src/xml_validate.o In file included from /data/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/tree.h:18:0, from src/xml_select.c:38: src/xml_select.c: In function 'selPrepareXslt': /data/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/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); ^~~~~~~~ /data/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/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/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 make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/xmlstarlet-1.6.1' >>> xmlstarlet 1.6.1 Installing to target PATH="/data/buildroot/buildroot-test/instance-1/output/host/bin:/data/buildroot/buildroot-test/instance-1/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j4 DESTDIR=/data/buildroot/buildroot-test/instance-1/output/target install -C /data/buildroot/buildroot-test/instance-1/output/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/xmlstarlet-1.6.1' make[2]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/xmlstarlet-1.6.1' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-1/output/target/usr/share/doc/xmlstarlet' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-1/output/target/usr/share/man/man1' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-1/output/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/data/buildroot/buildroot-test/instance-1/output/target/usr/share/doc/xmlstarlet' /usr/bin/install -c xml '/data/buildroot/buildroot-test/instance-1/output/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/data/buildroot/buildroot-test/instance-1/output/target/usr/share/man/man1' make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/xmlstarlet-1.6.1' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /data/buildroot/buildroot-test/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'binutils', u'ed', u'gmp', u'mpfr', u'mpc'] ./support/scripts/check-uniq-files -t staging /data/buildroot/buildroot-test/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: [u'libconfuse', u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'binutils', u'gmp', u'mpfr', u'mpc'] Warning: staging file "./usr/lib/libxslt.la" is touched by more than one package: [u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libplist++.la" is touched by more than one package: [u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libopcodes.la" is touched by more than one package: [u'binutils', u'bzip2', u'libusb', u'pcsc-lite', u'ccid', u'ncurses', u'util-linux', u'zeromq', u'czmq', u'dhcp', u'libopenssl', u'filemq', u'flex', u'tcl', u'gmp', u'libconfuse', u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libbfd.la" is touched by more than one package: [u'binutils', u'bzip2', u'libusb', u'pcsc-lite', u'ccid', u'ncurses', u'util-linux', u'zeromq', u'czmq', u'dhcp', u'libopenssl', u'filemq', u'flex', u'tcl', u'gmp', u'libconfuse', u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libattr.la" is touched by more than one package: [u'attr', u'libzlib', u'binutils', u'bzip2', u'libusb', u'pcsc-lite', u'ccid', u'ncurses', u'util-linux', u'zeromq', u'czmq', u'dhcp', u'libopenssl', u'filemq', u'flex', u'tcl', u'gmp', u'libconfuse', u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libmpfr.la" is touched by more than one package: [u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libkcapi.la" is touched by more than one package: [u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libexslt.la" is touched by more than one package: [u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libpcsclite.la" is touched by more than one package: [u'pcsc-lite', u'ccid', u'ncurses', u'util-linux', u'zeromq', u'czmq', u'dhcp', u'libopenssl', u'filemq', u'flex', u'tcl', u'gmp', u'libconfuse', u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/liboping.la" is touched by more than one package: [u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libfilemq.la" is touched by more than one package: [u'filemq', u'flex', u'tcl', u'gmp', u'libconfuse', u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'tcl', u'gmp', u'libconfuse', u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'pcsc-lite', u'ccid', u'ncurses', u'util-linux', u'zeromq', u'czmq', u'dhcp', u'libopenssl', u'filemq', u'flex', u'tcl', u'gmp', u'libconfuse', u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libpcscspy.la" is touched by more than one package: [u'pcsc-lite', u'ccid', u'ncurses', u'util-linux', u'zeromq', u'czmq', u'dhcp', u'libopenssl', u'filemq', u'flex', u'tcl', u'gmp', u'libconfuse', u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libmpc.la" is touched by more than one package: [u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'czmq', u'dhcp', u'libopenssl', u'filemq', u'flex', u'tcl', u'gmp', u'libconfuse', u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libexif.la" is touched by more than one package: [u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libconfuse', u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/liblcms2.la" is touched by more than one package: [u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'zeromq', u'czmq', u'dhcp', u'libopenssl', u'filemq', u'flex', u'tcl', u'gmp', u'libconfuse', u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libplist.la" is touched by more than one package: [u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libart_lgpl_2.la" is touched by more than one package: [u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libilbc.la" is touched by more than one package: [u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libsbc.la" is touched by more than one package: [u'sbc', u'snappy'] Warning: staging file "./usr/lib/libite.la" is touched by more than one package: [u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libczmq.la" is touched by more than one package: [u'czmq', u'dhcp', u'libopenssl', u'filemq', u'flex', u'tcl', u'gmp', u'libconfuse', u'libite', u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libjson-c.la" is touched by more than one package: [u'json-c', u'lcms2', u'libart', u'libcue', u'libexif', u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libgta', u'libilbc', u'libkcapi', u'libloki', u'libmnl', u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libnetfilter_acct.la" is touched by more than one package: [u'libnetfilter_acct', u'libnl', u'liboping', u'libplist', u'libsndfile', u'libubox', u'libxml2', u'libxslt', u'mbedtls', u'mpfr', u'mpc', u'norm', u'popt', u'perl', u'sbc', u'snappy'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'perl', u'sbc', u'snappy'] ./support/scripts/check-uniq-files -t host /data/buildroot/buildroot-test/instance-1/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-bison', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-openocd'] rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/lib/perl5/5.26.2/pod rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/lib/perl5/5.26.2/arc-linux/CORE find /data/buildroot/buildroot-test/instance-1/output/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /data/buildroot/buildroot-test/instance-1/output/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /data/buildroot/buildroot-test/instance-1/output/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /data/buildroot/buildroot-test/instance-1/output/target/etc echo "buildroot" > /data/buildroot/buildroot-test/instance-1/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /data/buildroot/buildroot-test/instance-1/output/target/etc/hosts mkdir -p /data/buildroot/buildroot-test/instance-1/output/target/etc echo "Welcome to Buildroot" > /data/buildroot/buildroot-test/instance-1/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /data/buildroot/buildroot-test/instance-1/output/target/etc/shadow rm -f /data/buildroot/buildroot-test/instance-1/output/target/bin/sh rm -f /data/buildroot/buildroot-test/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /data/buildroot/buildroot-test/instance-1/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /data/buildroot/buildroot-test/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /data/buildroot/buildroot-test/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /data/buildroot/buildroot-test/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /data/buildroot/buildroot-test/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/include /data/buildroot/buildroot-test/instance-1/output/target/usr/share/aclocal \ /data/buildroot/buildroot-test/instance-1/output/target/usr/lib/pkgconfig /data/buildroot/buildroot-test/instance-1/output/target/usr/share/pkgconfig \ /data/buildroot/buildroot-test/instance-1/output/target/usr/lib/cmake /data/buildroot/buildroot-test/instance-1/output/target/usr/share/cmake find /data/buildroot/buildroot-test/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /data/buildroot/buildroot-test/instance-1/output/target/lib/ /data/buildroot/buildroot-test/instance-1/output/target/usr/lib/ /data/buildroot/buildroot-test/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/share/gdb rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/share/bash-completion rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/share/zsh rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/man /data/buildroot/buildroot-test/instance-1/output/target/usr/share/man rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/info /data/buildroot/buildroot-test/instance-1/output/target/usr/share/info rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/doc /data/buildroot/buildroot-test/instance-1/output/target/usr/share/doc rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/share/gtk-doc rmdir /data/buildroot/buildroot-test/instance-1/output/target/usr/share 2>/dev/null || true find /data/buildroot/buildroot-test/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /data/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /data/buildroot/buildroot-test/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /data/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /data/buildroot/buildroot-test/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /data/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /data/buildroot/buildroot-test/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /data/buildroot/buildroot-test/instance-1/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 /data/buildroot/buildroot-test/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-rc1-00202-gc2ea056a1b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-rc1\"" \ ) > /data/buildroot/buildroot-test/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /data/buildroot/buildroot-test/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /data/buildroot/buildroot-test/instance-1/buildroot/support/scripts/fix-rpath target touch /data/buildroot/buildroot-test/instance-1/output/target/usr make: Leaving directory '/data/buildroot/buildroot-test/instance-1/buildroot' make: Entering directory '/data/buildroot/buildroot-test/instance-1/buildroot' >>> Buildroot 2018.11-rc1-00202-gc2ea056a1b 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 >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> attr 2.4.48 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> binutils arc-2018.09 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> 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) ERROR: No hash found for libltdl/COPYING.LIB >>> 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 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> ccid 1.4.29 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.8.23 Collecting legal info COPYING: OK (sha256: 2ce8f52bc5afa74f223121955e4e6328c432b16044ea535acd550435dda2b5db) >>> chrony 3.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> czmq 4.1.1 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.2.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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 >>> dhcp 4.3.6 Collecting legal info LICENSE: OK (sha256: dd7ae2201c0c11c3c1e2510d731c67b2f4bc8ba735707d7348ddd65f7b598562) >>> ed 1.14.2 Collecting legal info ERROR: No hash found for COPYING >>> ethtool 4.19 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> filemq 8940f34e0f1c8f25c1c693ed8db069f58fbc5ad0 Collecting legal info ERROR: No hash found for LICENSE >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> gadgetfs-test Collecting legal info >>> host-gdb arc-2018.09-gdb Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> git-crypt 0.6.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) parse_options.hpp: OK (sha256: 506657e7a381165550e6c33e35b3b03bbef3e1feb68ba5529e264bd75ed2dc64) >>> git 2.16.5 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> tcl 8.6.6 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> hdparm 9.56 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> inadyn 2.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libite v2.0.1 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) src/chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lcms2 2.9 Collecting legal info COPYING: OK (sha256: c725daac91a9259ce5e195683c0eeb797d345035c36ac5ba114c9fa80e11639a) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libcue v2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libexif 0.6.21 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libgta 1.0.8 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> 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 >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libkcapi 1.1.3 Collecting legal info COPYING: OK (sha256: b0336f8f07a6abf8b0a59d961f53601d7c4a7c09a8137805b730a34a976039f8) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libloki 0.1.7 Collecting legal info >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libplist 2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linuxconsoletools 1.6.0 Collecting legal info ERROR: No hash found for COPYING >>> lsof 4.89 Collecting legal info ERROR: No hash found for dialects/linux/dproto.h >>> mbedtls 2.7.5 Collecting legal info apache-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> monkey 1.6.9 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> mpc 1.0.3 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> mpfr 3.1.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> mtr 66de3ecbab28b054b868a73fbb57f30549d770ac Collecting legal info ERROR: No hash found for COPYING >>> nfacct 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> norm 1.5r6 Collecting legal info ERROR: No hash found for LICENSE.TXT >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> nvme v1.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-openocd 0.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libftdi 0.20 Collecting legal info >>> host-libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> oprofile 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-class-std-fast v0.0.8 Collecting legal info README: OK (sha256: aa1ab90c498aee078076e9a1f83e5f14bbfd841509582795ab5a9571428c0c38) >>> host-perl 5.26.2 Collecting legal info ERROR: No hash found for Artistic ERROR: No hash found for Copying ERROR: No hash found for README >>> host-perl-module-build 0.4224 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl 5.26.2 Collecting legal info ERROR: No hash found for Artistic ERROR: No hash found for Copying ERROR: No hash found for README >>> perl-class-std 0.013 Collecting legal info README: OK (sha256: b8175bf3750dc54096bf1506c681b4f13262e5b82e40244e9a77730c6b72e4d6) >>> perl-crypt-openssl-random 0.15 Collecting legal info LICENSE: OK (sha256: fdaba2134145d3e252c5930180b2bcb13b5367ad5a8713d6868f014cd25c496f) >>> host-perl-crypt-openssl-guess 0.11 Collecting legal info LICENSE: OK (sha256: 5c739f181ce7aa31d739277996ff230067dad39332e5597c0dffd36e5d784072) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> sbc 1.3 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> ser2net 3.5 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> smstools3 3.1.15 Collecting legal info ERROR: No hash found for doc/license.html ERROR: No hash found for LICENSE >>> snappy 1.1.7 Collecting legal info COPYING: OK (sha256: 55172044f7e241207117448a4d9d6ba1d0925c8ad66b5d4c08c70adfa9cc3de6) >>> uhttpd a8bf9c00842224edb394e79909053f7628ee6a82 Collecting legal info ERROR: No hash found for uhttpd.h >>> vim v8.1.0133 Collecting legal info ERROR: No hash found for README.txt >>> wavemon v0.8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wireless-regdb 2018.09.07 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> 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: gadgetfs-test: cannot save license (GADGETFS_TEST_LICENSE_FILES not defined) WARNING: libloki-0.1.7: cannot save license (LIBLOKI_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: libftdi-0.20: cannot save license (HOST_LIBFTDI_LICENSE_FILES not defined) Legal info produced in /data/buildroot/buildroot-test/instance-1/output/legal-info make: Leaving directory '/data/buildroot/buildroot-test/instance-1/buildroot'