checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/xtensa-linux-gcc accepts -g... yes checking for /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/xtensa-linux-gcc option to accept ISO C89... none needed checking whether /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/xtensa-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/xtensa-linux-gcc... none checking for a sed that does not truncate output... /bin/sed checking for gawk... (cached) gawk checking for xml2-config... /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/bin/xml2-config configure: using libxml-2.9.8 checking for xslt-config... /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/bin/xslt-config configure: using libxslt-1.1.32 checking how to run the C preprocessor... /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/xtensa-linux-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether lstat correctly handles trailing slash... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking for mode_t... yes checking for size_t... yes checking for lstat... yes checking for stat... yes checking for setmode... no checking whether O_BINARY is declared... no checking whether exsltDateXpathCtxtRegister is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xmlstarlet.spec config.status: creating Makefile config.status: creating solaris/package/sol8-sparc/pkginfo config.status: creating solaris/package/sol9-sparc/pkginfo config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> xmlstarlet 1.6.1 Building PATH="/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin:/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j2 -C /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' /usr/bin/make all-am make[2]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/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/format-usage.c GEN src/escape-usage.c GEN src/ls-usage.c GEN src/pyx-usage.c GEN src/select-usage.c GEN src/trans-usage.c GEN src/unescape-usage.c GEN src/validate-usage.c CC src/trans.o CC src/xml.o CC src/xml_C14N.o CC src/xml_depyx.o CC src/xml_edit.o CC src/xml_elem.o src/xml_elem.c: In function 'elMain': src/xml_elem.c:271:27: warning: passing argument 2 of 'xmlHashScan' from incompatible pointer type [-Wincompatible-pointer-types] xmlHashScan(uniq, hash_key_put, &lines); ^~~~~~~~~~~~ In file included from src/xml_elem.c:32:0: /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/xtensa-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_escape.o CC src/xml_format.o CC src/xml_ls.o CC src/xml_pyx.o CC src/xml_select.o In file included from /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/xtensa-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': /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/xtensa-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); ^~~~~~~~ /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/xtensa-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/xml_trans.o CC src/xml_validate.o CC src/usage.o CC src/c14n-usage.o CC src/depyx-usage.o CC src/edit-usage.o CC src/elem-usage.o CC src/escape-usage.o CC src/format-usage.o CC src/ls-usage.o CC src/pyx-usage.o CC src/select-usage.o CC src/trans-usage.o CC src/unescape-usage.o CC src/validate-usage.o CCLD xml make[2]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' >>> xmlstarlet 1.6.1 Installing to target PATH="/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin:/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j2 DESTDIR=/home/rclinux/rc-buildroot-test/scripts/instance-1/output/target install -C /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' make[2]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' /bin/mkdir -p '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/doc/xmlstarlet' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/doc/xmlstarlet' /bin/mkdir -p '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/man/man1' /bin/mkdir -p '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/man/man1' /usr/bin/install -c xml '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/bin' make[2]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/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 /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/lib/luarocks/rocks-5.3/manifest" is touched by more than one package: [u'lua-iconv', u'lua-stdlib'] ./support/scripts/check-uniq-files -t staging /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libexslt.la" is touched by more than one package: [u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'iptables', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libxtables.la" is touched by more than one package: [u'iptables', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libeXosip2.la" is touched by more than one package: [u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libprotobuf.la" is touched by more than one package: [u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libpcre2-8.la" is touched by more than one package: [u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libnftnl.la" is touched by more than one package: [u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libthreadutil.la" is touched by more than one package: [u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libosipparser2.la" is touched by more than one package: [u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libortp.la" is touched by more than one package: [u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libthrift_c_glib.la" is touched by more than one package: [u'thrift', u'valijson'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libiptc.la" is touched by more than one package: [u'iptables', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libthriftnb.la" is touched by more than one package: [u'thrift', u'valijson'] Warning: staging file "./usr/lib/libprotobuf-lite.la" is touched by more than one package: [u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libpcre2-posix.la" is touched by more than one package: [u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libxslt.la" is touched by more than one package: [u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libthriftz.la" is touched by more than one package: [u'thrift', u'valijson'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libspeex.la" is touched by more than one package: [u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libip6tc.la" is touched by more than one package: [u'iptables', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libprotoc.la" is touched by more than one package: [u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libosip2.la" is touched by more than one package: [u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/liblpc2xml.la" is touched by more than one package: [u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libspeexdsp.la" is touched by more than one package: [u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'iptables', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libmediastreamer_base.la" is touched by more than one package: [u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/liblinphone.la" is touched by more than one package: [u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libmediastreamer_voip.la" is touched by more than one package: [u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libestr.la" is touched by more than one package: [u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libip4tc.la" is touched by more than one package: [u'iptables', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'connman', u'dhcp', u'duktape', u'flex', u'lua', u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libthrift.la" is touched by more than one package: [u'thrift', u'valijson'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libxml2lpc.la" is touched by more than one package: [u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libxml2', u'libopenssl', u'libarchive', u'libosip2', u'libeXosip2', u'libestr', u'libevent', u'libgit2', u'libmnl', u'libmpdclient', u'libnftnl', u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libserial.la" is touched by more than one package: [u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libogg', u'libserial', u'libsigc', u'libupnp', u'libxslt', u'speexdsp', u'speex', u'linphone', u'protobuf', u'pcre2', u'thrift', u'valijson'] ./support/scripts/check-uniq-files -t host /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-libffi', u'host-bison', u'host-autoconf-archive'] grep -qsE '^/bin/dash$' /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells || echo "/bin/dash" >> /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells rm -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/glib-compile-schemas /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/lua/5.3/doc rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/luarocks mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc echo "buildroot" > /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/hosts mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shadow rm -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/sh rm -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/locales.nopurge; done for dir in /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/include /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/aclocal \ /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/pkgconfig /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/pkgconfig \ /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/cmake /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/cmake find /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/ /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/ /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/gdb rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/bash-completion rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/zsh rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/man /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/man rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/info /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/info rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/doc /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/doc rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/gtk-doc rmdir /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share 2>/dev/null || true find /home/rclinux/rc-buildroot-test/scripts/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 /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/rclinux/rc-buildroot-test/scripts/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 /home/rclinux/rc-buildroot-test/scripts/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 /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-git-00463-gf8f8ff3347"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-git\"" \ ) > /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/rclinux/rc-buildroot-test/scripts/instance-1/buildroot/support/scripts/fix-rpath target touch /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr make: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/buildroot' make: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/buildroot' >>> Buildroot 2018.11-git-00463-gf8f8ff3347 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> 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.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 015 Collecting legal info ERROR: No hash found for COPYING >>> boa 0.94.14rc21 Collecting legal info ERROR: No hash found for COPYING >>> boost 1.68.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> connman 1.36 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> iptables 1.6.2 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.32.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) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.32.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.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> daemon 0.6.4 Collecting legal info ERROR: No hash found for LICENSE >>> dash 0.5.10.2 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dhcp 4.3.6 Collecting legal info LICENSE: OK (sha256: dd7ae2201c0c11c3c1e2510d731c67b2f4bc8ba735707d7348ddd65f7b598562) >>> duktape v2.3.0 Collecting legal info LICENSE.txt: OK (sha256: 9aabee442709a6e7652348b9617ae26d26da6b270c1f4b6fce4a1e746acb3df0) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info ERROR: No hash found for COPYING >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flot 0.8.3 Collecting legal info ERROR: No hash found for LICENSE.txt >>> google-material-design-icons 2.2.3 Collecting legal info ERROR: No hash found for LICENSE >>> igmpproxy f47644d8fa7266a784f3ec7b251e7d318bc2f0a9 Collecting legal info ERROR: No hash found for COPYING >>> jquery 1.11.2 Collecting legal info >>> lbase64 20120820 Collecting legal info ERROR: No hash found for README >>> luainterpreter Collecting legal info >>> lua 5.3.5 Collecting legal info ERROR: No hash found for doc/readme.html >>> libarchive 3.3.2 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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 >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libeXosip2 3.6.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 3.6.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libestr 0.1.10 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgit2 v0.27.4 Collecting legal info COPYING: OK (sha256: d9a8038088df84fde493fa33a0f1e537252eeb9642122aa4b862690197152813) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.15 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.47.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python-setuptools 40.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.7.0 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> libnftnl 1.0.9 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libserial 0.6.0rc2 Collecting legal info ERROR: No hash found for COPYING >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linphone 3.6.1 Collecting legal info ERROR: No hash found for COPYING >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> speexdsp 20ed3452074664ad07e380e51321b148acebdf20 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> linux-zigbee v0.3.1 Collecting legal info WARNING: no hash file for COPYING >>> lua-iconv 7-1 Collecting legal info ERROR: No hash found for lua-iconv-7/COPYING >>> host-luarocks 3.0.3 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.3.5 Collecting legal info ERROR: No hash found for doc/readme.html >>> lua-stdlib 41.2.1-1 Collecting legal info ERROR: No hash found for lua-stdlib-release-v41.2.1/COPYING >>> monit 5.25.2 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> mosh 1.3.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.iOS: OK (sha256: 8042495ddc8d99b883335d53552554eccf825fc1f0ba487d0f8e6656baaa8199) >>> protobuf 3.6.0 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> host-protobuf 3.6.0 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> ntp 4.2.8p11 Collecting legal info COPYRIGHT: OK (sha256: 62c87b269365b38b55359b16dfde7ec28c683c722ef489db90afd0f2e478e4a1) >>> open-plc-utils 1be781d1ea81827e5f6c1a35961c65dd4d15472c Collecting legal info ERROR: No hash found for LICENSE >>> openssh 7.8p1 Collecting legal info LICENCE: OK (sha256: 05a4c25ef464e19656c5259bd4f4da8428efab01044f3541b79fbb3ff209350f) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.31 Collecting legal info LICENCE: OK (sha256: 4806d1c067bffe106d97dac68744373a866bfdd65486c0532ed1b41595ec4b64) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> pixz 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> host-sam-ba 2.18 Collecting legal info doc/license.txt: OK (sha256: f9cac240acadbfd8f4f1c0d65132f85427384697bd6337da6444c531138d56ee) tcl_lib/boards.tcl: OK (sha256: 255564ff8953ea95c11a4ab1d56f1edf332298faad209ca80daf745c7ed95124) applets/sam4c/libraries/libchip_sam4c/include/sam4c/sam4c32e-1.h: OK (sha256: 74ae62858139cb4e18acc3448483be80ea6b36fdb87260b665f43762ca354ede) >>> shellinabox v2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sshpass 1.06 Collecting legal info ERROR: No hash found for COPYING >>> tcping 1.3.5 Collecting legal info ERROR: No hash found for LICENSE >>> thrift 0.9.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-autoconf-archive 2017.03.21 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.EXCEPTION >>> host-thrift 0.9.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-boost 1.68.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> tor 0.3.4.8 Collecting legal info LICENSE: OK (sha256: f9a4f724d8037711dde7d3f1d17094fb7d211545b3a3bbb1b03e769e13ca5608) >>> ushare 1.1a Collecting legal info ERROR: No hash found for COPYING >>> valijson 424b706f990a9eb96dfc19cc8e54f2cd6ce5e186 Collecting legal info ERROR: No hash found for LICENSE >>> 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: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-1.11.2: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/rclinux/rc-buildroot-test/scripts/instance-1/output/legal-info make: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/buildroot'