checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for i686-buildroot-linux-uclibc-strip... /data/buildroot/buildroot-test/instance-1/output/host/bin/i686-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... i686-buildroot-linux-uclibc checking for i686-buildroot-linux-uclibc-gcc... /data/buildroot/buildroot-test/instance-1/output/host/bin/i686-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/i686-linux-gcc accepts -g... yes checking for /data/buildroot/buildroot-test/instance-1/output/host/bin/i686-linux-gcc option to accept ISO C89... none needed checking whether /data/buildroot/buildroot-test/instance-1/output/host/bin/i686-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/i686-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/i686-buildroot-linux-uclibc/sysroot/usr/bin/xml2-config configure: using libxml-2.9.7 checking for xslt-config... /data/buildroot/buildroot-test/instance-1/output/host/i686-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/i686-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 library containing dlopen... none required checking for library containing sqrt... none required checking for library containing iconv_open... none required checking for library containing clock_gettime... none required checking for library containing deflate... -lz checking for library containing gcry_cipher_encrypt... no checking for library containing gethostent... none required checking for library containing setsockopt... none required checking for library containing connect... none required 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, --enable-static, --disable-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/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/pyx-usage.c GEN src/ls-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_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 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/i686-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/i686-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/i686-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/bin/dc" is touched by more than one package: [u'busybox', u'bc'] Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'check', u'libtool', u'libffi', u'gdbm', u'libconfig'] Warning: target file "./usr/bin/mesg" is touched by more than one package: [u'busybox', u'util-linux'] ./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/libblkid.la" is touched by more than one package: [u'util-linux', u'zeromq', u'czmq', u'libffi', u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/enchant/libenchant_myspell.la" is touched by more than one package: [u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'check', u'libtool', u'libffi', u'gdbm', u'libconfig'] Warning: staging file "./usr/lib/libxslt.la" is touched by more than one package: [u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: [u'check', u'libtool', u'libzlib', u'libxml2', u'libopenssl', u'pcre', u'ncurses', u'util-linux', u'zeromq', u'czmq', u'libffi', u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libfreeradius-client.la" is touched by more than one package: [u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libmbus.la" is touched by more than one package: [u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'zeromq', u'czmq', u'libffi', u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libexslt.la" is touched by more than one package: [u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libv4l2rds.la" is touched by more than one package: [u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libpoppler-cpp.la" is touched by more than one package: [u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/enchant/libenchant_ispell.la" is touched by more than one package: [u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libiptc.la" is touched by more than one package: [u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'zeromq', u'czmq', u'libffi', u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libv4lconvert.la" is touched by more than one package: [u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'zeromq', u'czmq', u'libffi', u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'zeromq', u'czmq', u'libffi', u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libxkbcommon.la" is touched by more than one package: [u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libmpeg2.la" is touched by more than one package: [u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libv4l1.la" is touched by more than one package: [u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'zeromq', u'czmq', u'libffi', u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libopenssl', u'pcre', u'ncurses', u'util-linux', u'zeromq', u'czmq', u'libffi', u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libdaemon.la" is touched by more than one package: [u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libilbc.la" is touched by more than one package: [u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libenchant.la" is touched by more than one package: [u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libltdl.la" is touched by more than one package: [u'libtool', u'libzlib', u'libxml2', u'libopenssl', u'pcre', u'ncurses', u'util-linux', u'zeromq', u'czmq', u'libffi', u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'czmq', u'libffi', u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libpoppler.la" is touched by more than one package: [u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libipset.la" is touched by more than one package: [u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libfastjson.la" is touched by more than one package: [u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libip4tc.la" is touched by more than one package: [u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'argp-standalone', u'check', u'libtool', u'libzlib', u'libxml2', u'libopenssl', u'pcre', u'ncurses', u'util-linux', u'zeromq', u'czmq', u'libffi', u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libv4l2.la" is touched by more than one package: [u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libxtables.la" is touched by more than one package: [u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libnetfilter_cthelper.la" is touched by more than one package: [u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libczmq.la" is touched by more than one package: [u'czmq', u'libffi', u'libglib2', u'enchant', u'skalibs', u'execline', u'expat', u'libpng', u'freetype', u'fontconfig', u'freeradius-client', u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libip6tc.la" is touched by more than one package: [u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libportaudio.la" is touched by more than one package: [u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/liblogging-stdlog.la" is touched by more than one package: [u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libgdbm.la" is touched by more than one package: [u'gdbm', u'libmnl', u'ipset', u'libnfnetlink', u'iptables', u'libconfig', u'libdaemon', u'libfastjson', u'libilbc', u'liblogging', u'libmbus', u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libmpeg2convert.la" is touched by more than one package: [u'libmpeg2', u'libnetfilter_cthelper', u'libsrtp', u'libpjsip', u'libv4l', u'libxkbcommon', u'libxslt', u'poppler', u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'portaudio', u's6', u's6-rc', u'sqlcipher'] ./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-libffi'] Warning: host file "./share/man/man8/fsck.8" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] Warning: host file "./sbin/fsck" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /data/buildroot/buildroot-test/instance-1/output/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /data/buildroot/buildroot-test/instance-1/output/target/etc/inittab rm -f /data/buildroot/buildroot-test/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /data/buildroot/buildroot-test/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /data/buildroot/buildroot-test/instance-1/output/host/bin/glib-compile-schemas /data/buildroot/buildroot-test/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/data/buildroot/buildroot-test/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. 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 /data/buildroot/buildroot-test/instance-1/output/target/usr/share/locale; 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/i686-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/i686-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/i686-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.02.8-00055-gc5b37e0bf1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02.8"; \ echo "PRETTY_NAME=\"Buildroot 2018.02.8\"" \ ) > /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.02.8-00055-gc5b37e0bf1 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external 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 >>> acpica 20170531 Collecting legal info ERROR: No hash found for source/include/acpi.h >>> 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.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> alsa-lib 1.1.5 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> argp-standalone 1.3 Collecting legal info >>> bc 1.06.95 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> busybox 1.27.2 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> clamav 0.100.2 Collecting legal info COPYING: OK (sha256: 0c4fd2fa9733fc9122503797648710851e4ee6d9e4969dd33fcbd8c63cd2f584) COPYING.bzip2: OK (sha256: d72a145c90918184a05ef65a04c9e6f7466faa59bc1b82c8f6a8ddc7ddcb9bed) COPYING.file: OK (sha256: dfb818a0d41411c6fb1c193c68b73018ceadd1994bda41ad541cbff292894bc6) COPYING.getopt: OK (sha256: 6dce638b76399e7521ad8e182d3e33e4496c85b3b69b6ff434b53017101e82ad) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.llvm: OK (sha256: e3a9b913515a42f8ff3ef1551c3a2cdba383c39ed959729e0e2911219496ad74) COPYING.lzma: OK (sha256: d96d71b66aa32c4a2d1619b9ca3347dafa9460bcf0fb5ac2408916067ad31dfc) COPYING.pcre: OK (sha256: accdcf2455c07b99abea59016b3663eaef926a92092d103bfaa25fed27cf6b24) COPYING.regex: OK (sha256: e2c1395a3d9fea6d5d25847c9d783db6e2cc8b085b4025861f459139c5dfd90b) COPYING.unrar: OK (sha256: 1faccc6b5c7b958fb807a3f573d5be9bf7889fe898f7e0617c544b05a81bfd00) COPYING.zlib: OK (sha256: c2f77553f8d870c5635b0dace0519253233f172b33ce1fdf6578610706294eee) >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> openssl Collecting legal info >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> czmq 5205ec201e97c3a652c17eb86b18b70350b54512 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.1.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> util-linux 2.31.1 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) >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> docker-proxy 7b2b1feb1de4817d522cc372af149ff48d25028e Collecting legal info ERROR: No hash found for LICENSE >>> host-go 1.9.7 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-e2fsprogs 1.43.9 Collecting legal info NOTICE: OK (sha256: 680f852df303874fe9c722283a7da571ae9a0477768df8af1e363298e2adc51e) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.31.1 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-e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> enchant 1.6.0 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> execline 2.3.0.4 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> skalibs 2.6.3.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info ERROR: No hash found for COPYING >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info ERROR: No hash found for COPYING >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> freeradius-client 1.1.7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> gdbm 1.13 Collecting legal info ERROR: No hash found for COPYING >>> genext2fs 1.4.1 Collecting legal info ERROR: No hash found for COPYING >>> initscripts Collecting legal info >>> ipset 6.34 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> iptables 1.6.1 Collecting legal info ERROR: No hash found for COPYING >>> libnfnetlink 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libconfig 1.5 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libdaemon 0.14 Collecting legal info ERROR: No hash found for LICENSE >>> libfastjson v0.99.4 Collecting legal info ERROR: No hash found for COPYING >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info ERROR: No hash found for gips_iLBClicense.pdf >>> liblogging 1.0.5 Collecting legal info ERROR: No hash found for COPYING >>> libmbus 0.8.0 Collecting legal info ERROR: No hash found for COPYING >>> libmpeg2 0.5.1 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_cthelper 1.0.0 Collecting legal info ERROR: No hash found for COPYING >>> libpjsip 2.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libsrtp v1.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> libv4l 1.14.1 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 37d0f2c8dc3f267d864cb39d54f82c5092a599beb29cb5caa96d50d27e069a44) >>> libxkbcommon 0.7.1 Collecting legal info ERROR: No hash found for LICENSE >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-lpc3250loader 1.0 Collecting legal info ERROR: No hash found for LPC3250loader.py >>> host-mtd 2.0.2 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pngquant 2.10.1 Collecting legal info ERROR: No hash found for COPYRIGHT >>> poppler 0.59.0 Collecting legal info ERROR: No hash found for COPYING >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> portaudio v190600_20161030 Collecting legal info ERROR: No hash found for LICENSE.txt >>> ramspeed 2.6.0 Collecting legal info ERROR: No hash found for LICENCE >>> read-edid 3.0.2 Collecting legal info ERROR: No hash found for LICENSE >>> s6-rc 0.4.0.0 Collecting legal info COPYING: OK (sha256: 1377d3b18a31de11e8bb06f0f46888a23bc16cbc57285035793bf7e7943bbcb3) >>> s6 2.7.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> shairport-sync 3.1.6 Collecting legal info ERROR: No hash found for LICENSES >>> sl 5.02 Collecting legal info ERROR: No hash found for LICENSE >>> spidev_test v3.0 Collecting legal info >>> sqlcipher v3.2.0 Collecting legal info >>> host-tcl 8.6.6 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> sredird 2.2.2 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: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: spidev_test-v3.0: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) WARNING: sqlcipher-v3.2.0: cannot save license (SQLCIPHER_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'