checking whether build environment is sane... yes checking for aarch64-buildroot-linux-gnu-strip... /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... aarch64-buildroot-linux-gnu checking for aarch64-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-gcc... none checking for a sed that does not truncate output... /bin/sed checking for gawk... (cached) mawk checking for xml2-config... /home/buildroot/autobuild/run/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin/xml2-config configure: using libxml-2.9.8 checking for xslt-config... /home/buildroot/autobuild/run/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin/xslt-config configure: using libxslt-1.1.32 checking how to run the C preprocessor... /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether lstat correctly handles trailing slash... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking for mode_t... yes checking for size_t... yes checking for lstat... yes checking for stat... yes checking for setmode... no checking whether O_BINARY is declared... no checking whether exsltDateXpathCtxtRegister is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xmlstarlet.spec config.status: creating Makefile config.status: creating solaris/package/sol8-sparc/pkginfo config.status: creating solaris/package/sol9-sparc/pkginfo config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> xmlstarlet 1.6.1 Building PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-0/output/build/xmlstarlet-1.6.1/ /usr/bin/make all-am GEN src/usage.c GEN src/c14n-usage.c GEN src/depyx-usage.c GEN src/edit-usage.c GEN src/elem-usage.c GEN src/escape-usage.c GEN src/format-usage.c GEN src/ls-usage.c GEN src/pyx-usage.c GEN src/select-usage.c GEN src/trans-usage.c GEN src/unescape-usage.c GEN src/validate-usage.c CC src/trans.o CC src/xml.o CC src/xml_C14N.o CC src/xml_depyx.o CC src/xml_edit.o CC src/xml_elem.o CC src/xml_escape.o src/xml_elem.c: In function 'elMain': src/xml_elem.c:271:27: warning: passing argument 2 of 'xmlHashScan' from incompatible pointer type [-Wincompatible-pointer-types] xmlHashScan(uniq, hash_key_put, &lines); ^~~~~~~~~~~~ In file included from src/xml_elem.c:32:0: /home/buildroot/autobuild/run/instance-0/output/host/aarch64-buildroot-linux-gnu/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_format.o src/xml_edit.c: In function 'edInsert': src/xml_edit.c:371:9: warning: 'node' may be used uninitialized in this function [-Wmaybe-uninitialized] xmlXPathNodeSetAdd(previous_insertion, node); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/xml_ls.o CC src/xml_pyx.o CC src/xml_select.o CC src/xml_trans.o CC src/xml_validate.o In file included from /home/buildroot/autobuild/run/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/tree.h:18:0, from src/xml_select.c:38: src/xml_select.c: In function 'selPrepareXslt': /home/buildroot/autobuild/run/instance-0/output/host/aarch64-buildroot-linux-gnu/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/autobuild/run/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlstring.h:98:17: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}' xmlStrPrintf (xmlChar *buf, ^~~~~~~~~~~~ CC src/usage.o CC src/c14n-usage.o CC src/depyx-usage.o CC src/edit-usage.o CC src/elem-usage.o CC src/escape-usage.o CC src/format-usage.o CC src/ls-usage.o CC src/pyx-usage.o CC src/select-usage.o CC src/trans-usage.o CC src/unescape-usage.o CC src/validate-usage.o CCLD xml >>> xmlstarlet 1.6.1 Installing to target PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-0/output/target install -C /home/buildroot/autobuild/run/instance-0/output/build/xmlstarlet-1.6.1/ /bin/mkdir -p '/home/buildroot/autobuild/run/instance-0/output/target/usr/share/doc/xmlstarlet' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-0/output/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-0/output/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/home/buildroot/autobuild/run/instance-0/output/target/usr/share/doc/xmlstarlet' /usr/bin/install -c xml '/home/buildroot/autobuild/run/instance-0/output/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/home/buildroot/autobuild/run/instance-0/output/target/usr/share/man/man1' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgstrtp-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libvorbisidec.la" is touched by more than one package: [u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libcap-ng.la" is touched by more than one package: [u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-via.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libxslt.la" is touched by more than one package: [u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-ublox.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgstaudio-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-iridium.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-zte.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgstallocators-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libuv.la" is touched by more than one package: [u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-anydata.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-nokia-icera.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgstriff-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libthreadutil.la" is touched by more than one package: [u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libexslt.la" is touched by more than one package: [u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-simtech.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-thuraya.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-novatel-lte.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-linktop.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-pantech.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-telit.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgstbase-1.0.la" is touched by more than one package: [u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-option.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-dell.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libffi', u'pcre', u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-x22x.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgstfft-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-mtk.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libmodbus.la" is touched by more than one package: [u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgstnet-1.0.la" is touched by more than one package: [u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-huawei.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/gstreamer-1.0/libgstgio.la" is touched by more than one package: [u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-quectel.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-longcheer.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgsttag-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgstapp-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/gstreamer-1.0/libgstcoretracers.la" is touched by more than one package: [u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgstcontroller-1.0.la" is touched by more than one package: [u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-sierra-legacy.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-haier.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgstpbutils-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/gstreamer-1.0/libgstcoreelements.la" is touched by more than one package: [u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgstvideo-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'libffi', u'pcre', u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgstsdp-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-novatel.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/gstreamer-1.0/libgstpbtypes.la" is touched by more than one package: [u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libsqlcipher.la" is touched by more than one package: [u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'lzo', u'pixman', u'cairo', u'dbus', u'libpcap', u'faifa', u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-option-hso.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-nokia.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-motorola.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-wavecom.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-ericsson-mbm.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libmm-glib.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-samsung.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-altair-lte.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-cinterion.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgstrtsp-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/libgstreamer-1.0.la" is touched by more than one package: [u'gstreamer1', u'libupnp', u'gst1-plugins-base', u'jpeg-turbo', u'sdl', u'libcap', u'libmodbus', u'libogg', u'libopenssl', u'libuv', u'libxml2', u'libxslt', u'llvm', u'lockdev', u'lz4', u'mobile-broadband-provider-info', u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-sierra.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-generic.la" is touched by more than one package: [u'modem-manager', u'slang', u'sqlcipher', u'tremor', u'ustr', u'vdr'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-host.txt rm -f /home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-0/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. grep -qsE '^/usr/bin/screen$' /home/buildroot/autobuild/run/instance-0/output/target/etc/shells || echo "/usr/bin/screen" >> /home/buildroot/autobuild/run/instance-0/output/target/etc/shells mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-0/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-0/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/include /home/buildroot/autobuild/run/instance-0/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-0/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-0/output/target/lib/ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/man /home/buildroot/autobuild/run/instance-0/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/info /home/buildroot/autobuild/run/instance-0/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/doc /home/buildroot/autobuild/run/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-git-00988-gbf9ccfc"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-git\"" \ ) > /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-0/output/target/usr make: Leaving directory `/home/buildroot/autobuild/run/instance-0/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-0/buildroot' >>> Buildroot 2018.11-git-00988-gbf9ccfc 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-linaro-aarch64 2018.05 Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.62.4 Collecting legal info ERROR: No hash found for COPYING >>> host-4th 3.62.4 Collecting legal info ERROR: No hash found for COPYING >>> at release_3.1.23 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> 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-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> cairo 1.15.12 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-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.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) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> 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 >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> corkscrew a94f745b40077172b8fe7d77e2d583b9cf900281 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dtc 1.4.7 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> faifa v0.1 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> gmrender-resurrect 33600ab663f181c4f4f5c48aba25bf961760a300 Collecting legal info ERROR: No hash found for COPYING >>> gstreamer1 1.14.4 Collecting legal info COPYING: OK (sha256: f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> gst1-plugins-base 1.14.4 Collecting legal info COPYING.LIB: OK (sha256: f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a) >>> hicolor-icon-theme 0.15 Collecting legal info ERROR: No hash found for COPYING >>> host-imx-usb-loader e5394615dd413c3823d5bd1de340933e16a8c07c Collecting legal info ERROR: No hash found for COPYING >>> host-libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> input-event-daemon v0.1.3 Collecting legal info ERROR: No hash found for README >>> jpeg-turbo 2.0.0 Collecting legal info LICENSE.md: OK (sha256: 8412238c5ad95965cf3c3197791e9dea8b5fae505d133449e33ee2fa754fe61e) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> jpeg Collecting legal info >>> lbreakout2 2.6.5 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> libmodbus 3.1.4 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libuv v1.23.2 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> llvm 7.0.0 Collecting legal info LICENSE.TXT: OK (sha256: 0303dfeaac87b80d2d1e543aa38d5be77b0eac93c3d04fe7e3c8eaa71a778667) >>> host-llvm 7.0.0 Collecting legal info LICENSE.TXT: OK (sha256: 0303dfeaac87b80d2d1e543aa38d5be77b0eac93c3d04fe7e3c8eaa71a778667) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> lockdev 1.0.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-lpc3250loader 1.0 Collecting legal info ERROR: No hash found for LPC3250loader.py >>> lz4 v1.8.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mobile-broadband-provider-info 20151214 Collecting legal info ERROR: No hash found for COPYING >>> modem-manager 1.8.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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 >>> nmon 16g Collecting legal info lmon16g.c: OK (md5: 246ccfc74d5af55d992601fc4d3d4a72) lmon16g.c: OK (sha1: 926217a98f78dd398d4d5690d7b10b8b2b620168) lmon16g.c: OK (sha256: da82dd693b503b062854dfe7dbb5d36b347872ab44a4aa05b97e9d577747f688) >>> ofono 1.21 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.4 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> screen 4.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> smartmontools 6.5 Collecting legal info ERROR: No hash found for COPYING >>> sqlcipher v3.2.0 Collecting legal info >>> host-tcl 8.6.6 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> statserial 1.1 Collecting legal info ERROR: No hash found for COPYING >>> strace 4.23 Collecting legal info COPYING: OK (sha256: df862ba273812c589fd69acc74197a25d38c5295baccab00a62d39d1894c0253) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> ustr 1.0.4 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE_BSD ERROR: No hash found for LICENSE_LGPL ERROR: No hash found for LICENSE_MIT >>> vdr 2.3.5 Collecting legal info ERROR: No hash found for COPYING >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> 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-linaro-aarch64-2018.05: cannot save license (TOOLCHAIN_EXTERNAL_LINARO_AARCH64_LICENSE_FILES not defined) WARNING: sqlcipher-v3.2.0: cannot save license (SQLCIPHER_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-0/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-0/buildroot'