checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-gcc accepts -g... yes checking for /home/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-gcc option to accept ISO C89... none needed checking whether /home/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-gcc... none checking for a sed that does not truncate output... /bin/sed checking for gawk... (cached) gawk checking for xml2-config... /home/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/xml2-config configure: using libxml-2.9.8 checking for xslt-config... /home/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/xslt-config configure: using libxslt-1.1.32 checking how to run the C preprocessor... /home/buildroot/buildroot-test/instance-1/output/host/bin/arc-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 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="/home/buildroot/buildroot-test/instance-1/output/host/bin:/home/buildroot/buildroot-test/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j2 -C /home/buildroot/buildroot-test/instance-1/output/build/xmlstarlet-1.6.1/ /usr/bin/make all-am GEN src/usage.c GEN src/c14n-usage.c GEN src/depyx-usage.c GEN src/edit-usage.c GEN src/elem-usage.c GEN src/escape-usage.c GEN src/format-usage.c GEN src/ls-usage.c GEN src/pyx-usage.c GEN src/select-usage.c GEN src/trans-usage.c GEN src/unescape-usage.c GEN src/validate-usage.c CC src/trans.o CC src/xml.o CC src/xml_C14N.o CC src/xml_depyx.o CC src/xml_edit.o CC src/xml_elem.o src/xml_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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/xml_elem.c: In function 'elMain': src/xml_elem.c:271:27: warning: passing argument 2 of 'xmlHashScan' from incompatible pointer type [-Wincompatible-pointer-types] xmlHashScan(uniq, hash_key_put, &lines); ^~~~~~~~~~~~ In file included from src/xml_elem.c:32:0: /home/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/hash.h:212:4: note: expected 'xmlHashScanner {aka void (*)(void *, void *, const unsigned char *)}' but argument is of type 'void (*)(void *, void *, xmlChar *) {aka void (*)(void *, void *, unsigned char *)}' xmlHashScan (xmlHashTablePtr table, ^~~~~~~~~~~ CC src/xml_escape.o CC src/xml_format.o CC src/xml_ls.o src/xml_ls.c: In function 'xml_print_dir': src/xml_ls.c:165:62: warning: passing argument 1 of 'gmtime' from incompatible pointer type [-Wincompatible-pointer-types] strftime(atime, sizeof atime, "%Y%m%dT%H%M%SZ", gmtime(&stats.st_atime)); ^ In file included from src/xml_ls.c:38:0: /home/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/time.h:232:19: note: expected 'const time_t * {aka const long int *}' but argument is of type 'int *' extern struct tm *gmtime (const time_t *__timer) __THROW; ^~~~~~ src/xml_ls.c:166:62: warning: passing argument 1 of 'gmtime' from incompatible pointer type [-Wincompatible-pointer-types] strftime(mtime, sizeof mtime, "%Y%m%dT%H%M%SZ", gmtime(&stats.st_mtime)); ^ In file included from src/xml_ls.c:38:0: /home/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/time.h:232:19: note: expected 'const time_t * {aka const long int *}' but argument is of type 'int *' extern struct tm *gmtime (const time_t *__timer) __THROW; ^~~~~~ CC src/xml_pyx.o CC src/xml_select.o In file included from /home/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/tree.h:18:0, from src/xml_select.c:38: src/xml_select.c: In function 'selPrepareXslt': /home/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlstring.h:35:18: warning: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in signedness [-Wpointer-sign] #define BAD_CAST (xmlChar *) ^ src/xml_select.c:552:55: note: in expansion of macro 'BAD_CAST' xmlStrPrintf(num_buf, sizeof num_buf, BAD_CAST "t%d", t); ^~~~~~~~ /home/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlstring.h:98:17: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}' xmlStrPrintf (xmlChar *buf, ^~~~~~~~~~~~ CC src/xml_trans.o CC src/xml_validate.o CC src/usage.o CC src/c14n-usage.o CC src/depyx-usage.o CC src/edit-usage.o CC src/elem-usage.o CC src/escape-usage.o CC src/format-usage.o CC src/ls-usage.o CC src/pyx-usage.o CC src/select-usage.o CC src/trans-usage.o CC src/unescape-usage.o CC src/validate-usage.o CCLD xml >>> xmlstarlet 1.6.1 Installing to target PATH="/home/buildroot/buildroot-test/instance-1/output/host/bin:/home/buildroot/buildroot-test/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j2 DESTDIR=/home/buildroot/buildroot-test/instance-1/output/target install -C /home/buildroot/buildroot-test/instance-1/output/build/xmlstarlet-1.6.1/ /bin/mkdir -p '/home/buildroot/buildroot-test/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/buildroot/buildroot-test/instance-1/output/target/usr/share/doc/xmlstarlet' /bin/mkdir -p '/home/buildroot/buildroot-test/instance-1/output/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/buildroot-test/instance-1/output/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/home/buildroot/buildroot-test/instance-1/output/target/usr/share/man/man1' /usr/bin/install -c xml '/home/buildroot/buildroot-test/instance-1/output/target/usr/bin' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/buildroot-test/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'gdbm'] ./support/scripts/check-uniq-files -t staging /home/buildroot/buildroot-test/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libvorbisidec.la" is touched by more than one package: [u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libexslt.la" is touched by more than one package: [u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libibrcommon.la" is touched by more than one package: [u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'gdbm'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libthreadutil.la" is touched by more than one package: [u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libgiomm-2.4.la" is touched by more than one package: [u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/liborc-test-0.4.la" is touched by more than one package: [u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libfribidi.la" is touched by more than one package: [u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libxslt.la" is touched by more than one package: [u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libmicrohttpd.la" is touched by more than one package: [u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libass.la" is touched by more than one package: [u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libsodium.la" is touched by more than one package: [u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libcares.la" is touched by more than one package: [u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libwavpack.la" is touched by more than one package: [u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/liborc-0.4.la" is touched by more than one package: [u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libpthsem.la" is touched by more than one package: [u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libatkmm-1.6.la" is touched by more than one package: [u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libevtlog.la" is touched by more than one package: [u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libibrdtn.la" is touched by more than one package: [u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libcgicc.la" is touched by more than one package: [u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libglibmm-2.4.la" is touched by more than one package: [u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libqmi-glib.la" is touched by more than one package: [u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libsysfs.la" is touched by more than one package: [u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libupnpp.la" is touched by more than one package: [u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libatk-1.0.la" is touched by more than one package: [u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libfreeradius-client.la" is touched by more than one package: [u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libshadowsocks-libev.la" is touched by more than one package: [u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libglibmm_generate_extra_defs-2.4.la" is touched by more than one package: [u'glibmm', u'atkmm', u'boost', u'c-ares', u'libsodium', u'zeromq', u'cppzmq', u'eventlog', u'expat', u'freetype', u'libfribidi', u'libass', u'libopenssl', u'wavpack', u'ffmpeg', u'freeradius-client', u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] Warning: staging file "./usr/lib/libgdbm.la" is touched by more than one package: [u'gdbm', u'libxml2', u'ibrcommon', u'ibrdtn', u'libsysfs', u'pciutils', u'jsoncpp', u'libcgicc', u'libcurl', u'libdvdcss', u'libev', u'libusb', u'libiqrf', u'libmicrohttpd', u'libmpdclient', u'libogg', u'libpthsem', u'libqmi', u'libreplaygain', u'libsepol', u'libupnp', u'libupnpp', u'libxslt', u'mbedtls', u'tremor', u'orc', u'physfs', u'skalibs', u'shadowsocks-libev', u'sqlite', u'xerces'] ./support/scripts/check-uniq-files -t host /home/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-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-libffi', u'host-bison'] rm -f /home/buildroot/buildroot-test/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/buildroot-test/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/buildroot-test/instance-1/output/host/bin/glib-compile-schemas /home/buildroot/buildroot-test/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/buildroot-test/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/buildroot-test/instance-1/output/target/etc echo "buildroot" > /home/buildroot/buildroot-test/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/buildroot-test/instance-1/output/target/etc/hosts mkdir -p /home/buildroot/buildroot-test/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/buildroot-test/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/buildroot-test/instance-1/output/target/etc/shadow rm -f /home/buildroot/buildroot-test/instance-1/output/target/bin/sh rm -f /home/buildroot/buildroot-test/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/buildroot-test/instance-1/output/build/locales.nopurge; done for dir in /home/buildroot/buildroot-test/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/buildroot-test/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/buildroot-test/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/buildroot-test/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/buildroot-test/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/buildroot-test/instance-1/output/target/usr/include /home/buildroot/buildroot-test/instance-1/output/target/usr/share/aclocal \ /home/buildroot/buildroot-test/instance-1/output/target/usr/lib/pkgconfig /home/buildroot/buildroot-test/instance-1/output/target/usr/share/pkgconfig \ /home/buildroot/buildroot-test/instance-1/output/target/usr/lib/cmake /home/buildroot/buildroot-test/instance-1/output/target/usr/share/cmake find /home/buildroot/buildroot-test/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/buildroot-test/instance-1/output/target/lib/ /home/buildroot/buildroot-test/instance-1/output/target/usr/lib/ /home/buildroot/buildroot-test/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/buildroot-test/instance-1/output/target/usr/share/gdb rm -rf /home/buildroot/buildroot-test/instance-1/output/target/usr/share/bash-completion rm -rf /home/buildroot/buildroot-test/instance-1/output/target/usr/share/zsh rm -rf /home/buildroot/buildroot-test/instance-1/output/target/usr/man /home/buildroot/buildroot-test/instance-1/output/target/usr/share/man rm -rf /home/buildroot/buildroot-test/instance-1/output/target/usr/info /home/buildroot/buildroot-test/instance-1/output/target/usr/share/info rm -rf /home/buildroot/buildroot-test/instance-1/output/target/usr/doc /home/buildroot/buildroot-test/instance-1/output/target/usr/share/doc rm -rf /home/buildroot/buildroot-test/instance-1/output/target/usr/share/gtk-doc rmdir /home/buildroot/buildroot-test/instance-1/output/target/usr/share 2>/dev/null || true find /home/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 /home/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/buildroot-test/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/buildroot-test/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/buildroot-test/instance-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/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 /home/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 /home/buildroot/buildroot-test/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-git-00487-g534d91c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-git\"" \ ) > /home/buildroot/buildroot-test/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/buildroot-test/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/buildroot-test/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/buildroot-test/instance-1/output/target/usr make: Leaving directory `/home/buildroot/buildroot-test/instance-1/buildroot' make: Entering directory `/home/buildroot/buildroot-test/instance-1/buildroot' >>> Buildroot 2018.08-git-00487-g534d91c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> angularjs 1.6.7 Collecting legal info angular.js: OK (sha256: cec36623ceba33c503784164917c206047079159bf88f51a695a4dfb9d9b7ede) >>> atk 2.28.1 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 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 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-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> 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 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 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> atkmm 2.24.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> glibmm 2.54.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> aumix 2.9.1 Collecting legal info ERROR: No hash found for COPYING >>> boost 1.67.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> c-ares 1.14.0 Collecting legal info ERROR: No hash found for ares_mkquery.c >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> cppzmq 68a7b09cfce01c4c279fba2cf91686fcfc566848 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.2.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> eventlog 0.2.12 Collecting legal info ERROR: No hash found for COPYING >>> evtest 1.33 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> ffmpeg 3.4.2 Collecting legal info LICENSE.md: OK (sha256: 73d99bc83313fff665b426d6672b4e0479102bc402fe22314ac9ce94a38aa5ff) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libass 0.14.0 Collecting legal info COPYING: OK (sha256: f7e30699d02798351e7f839e3d3bfeb29ce65e44efa7735c225464c4fd7dfe9c) >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libfribidi 0.19.7 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> wavpack 5.1.0 Collecting legal info ERROR: No hash found for COPYING >>> freeradius-client 1.1.7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> gadgetfs-test Collecting legal info >>> gdbm 1.13 Collecting legal info ERROR: No hash found for COPYING >>> genromfs 0.5.2 Collecting legal info ERROR: No hash found for COPYING >>> ibrcommon 1.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for README >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ibrdtn 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> iprutils 2.4.15.1 Collecting legal info ERROR: No hash found for LICENSE >>> libsysfs 2.1.0 Collecting legal info ERROR: No hash found for cmd/GPL ERROR: No hash found for lib/LGPL >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> jsoncpp 1.8.4 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> kbd 2.0.4 Collecting legal info ERROR: No hash found for COPYING >>> less 487 Collecting legal info ERROR: No hash found for COPYING >>> libcgicc 3.2.19 Collecting legal info COPYING.LIB: OK (sha256: a2e480f5e8afd7c587a3c0ac2ed3b73ed4b10fa3a553dea26e7b661c7cedda72) COPYING.DOC: OK (sha256: 0fd15977dc962abf3eced509b1cf5356f9784939742d67a635671141023a11da) >>> libcurl 7.60.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libev 4.24 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libiqrf v0.1.2 Collecting legal info >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmicrohttpd 0.9.59 Collecting legal info COPYING: OK (sha256: 70e12e2a60151b9ed1a4c94a5ffeb99cd086fa94542b5a92fec581506e8d3121) >>> libmpdclient 2.14 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.46.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.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpthsem 2.0.8 Collecting legal info ERROR: No hash found for COPYING >>> libqmi 1.20.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> libupnpp 0.16.1 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> links 2.14 Collecting legal info ERROR: No hash found for COPYING >>> lsscsi 0.28 Collecting legal info ERROR: No hash found for COPYING >>> mbedtls 2.7.3 Collecting legal info apache-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mpd 0.20.20 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> orc 0.4.27 Collecting legal info ERROR: No hash found for COPYING >>> host-orc 0.4.27 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.2 Collecting legal info ERROR: No hash found for COPYING >>> physfs 3.0.1 Collecting legal info LICENSE.txt: OK (sha256: 7ce475991f6cc09958ef0d57312522eba78e36d984307c95f9a3965adf7e4e2b) >>> pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> s6-linux-utils 2.4.0.1 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> semodule-utils 2.7 Collecting legal info ERROR: No hash found for COPYING >>> shadowsocks-libev 3.2.0 Collecting legal info COPYING: OK (sha256: 736883f97d44dbec288bb82819f18f4f86d02ae3192f6a9abefa00db76bace41) libbloom/LICENSE: OK (sha256: c41a4bc2c4c43e4daa3051e77e31b2d5c8500498afaeac6d831d55a4bb8de3fb) libcork/COPYING: OK (sha256: 4fa2ada54f8c0410ec243265378242ffe862386d5ac517f8dd30a1911d25ae93) >>> smartmontools 6.5 Collecting legal info ERROR: No hash found for COPYING >>> sqlite 3240000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> syslog-ng 3.10.1 Collecting legal info ERROR: No hash found for COPYING >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> upmpdcli 1.2.16 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xerces 3.1.4 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: gadgetfs-test: cannot save license (GADGETFS_TEST_LICENSE_FILES not defined) WARNING: libiqrf-v0.1.2: cannot save license (LIBIQRF_LICENSE_FILES not defined) Legal info produced in /home/buildroot/buildroot-test/instance-1/output/legal-info make: Leaving directory `/home/buildroot/buildroot-test/instance-1/buildroot'