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) gawk 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:/snap/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-0/output/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/xmlstarlet-1.6.1' /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/xmlstarlet-1.6.1' GEN src/usage.c GEN src/c14n-usage.c GEN src/depyx-usage.c GEN src/elem-usage.c GEN src/edit-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_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_format.o src/xml_elem.c: In function 'elMain': src/xml_elem.c:271:27: warning: passing argument 2 of 'xmlHashScan' from incompatible pointer type [-Wincompatible-pointer-types] xmlHashScan(uniq, hash_key_put, &lines); ^~~~~~~~~~~~ In file included from src/xml_elem.c:32: /home/buildroot/autobuild/run/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/hash.h:213:22: 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 *)'} xmlHashScanner f, ~~~~~~~~~~~~~~~^ CC src/xml_ls.o CC src/xml_pyx.o CC src/xml_select.o CC src/xml_trans.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, 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/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/unescape-usage.o CC src/trans-usage.o CC src/validate-usage.o CCLD xml make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/xmlstarlet-1.6.1' >>> 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:/snap/bin" /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/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/xmlstarlet-1.6.1' make[2]: Entering directory '/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 -m 644 doc/xmlstarlet.1 '/home/buildroot/autobuild/run/instance-0/output/target/usr/share/man/man1' /usr/bin/install -c xml '/home/buildroot/autobuild/run/instance-0/output/target/usr/bin' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/xmlstarlet-1.6.1' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'gsl'] ./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/libcapnpc.la" is touched by more than one package: [u'capnproto', u'libogg', u'celt051', u'llvm', u'clang', u'libzlib', u'libopenssl', u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_xml_scgi.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_db.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'gsl'] Warning: staging file "./usr/lib/libxslt.la" is touched by more than one package: [u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_pl.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_nl.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_avmd.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_spandsp.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_local_stream.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_directory.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_lcr.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_voicemail.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_es_ar.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_native_file.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_expr.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libkj-http.la" is touched by more than one package: [u'capnproto', u'libogg', u'celt051', u'llvm', u'clang', u'libzlib', u'libopenssl', u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'celt051', u'llvm', u'clang', u'libzlib', u'libopenssl', u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_syslog.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_hr.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_rtmp.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_commands.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libcapnp-json.la" is touched by more than one package: [u'capnproto', u'libogg', u'celt051', u'llvm', u'clang', u'libzlib', u'libopenssl', u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libspeex.la" is touched by more than one package: [u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libexslt.la" is touched by more than one package: [u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libdb_cxx-5.3.la" is touched by more than one package: [u'berkeleydb', u'capnproto', u'libogg', u'celt051', u'llvm', u'clang', u'libzlib', u'libopenssl', u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_cdr_csv.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_ja.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_curl.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libgslcblas.la" is touched by more than one package: [u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_th.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libMagick++-7.Q16HDRI.la" is touched by more than one package: [u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_httapi.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libdb-5.3.la" is touched by more than one package: [u'berkeleydb', u'capnproto', u'libogg', u'celt051', u'llvm', u'clang', u'libzlib', u'libopenssl', u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libprocps.la" is touched by more than one package: [u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_g729.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libserialport.la" is touched by more than one package: [u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_hu.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_he.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_hash.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_callcenter.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libkj.la" is touched by more than one package: [u'capnproto', u'libogg', u'celt051', u'llvm', u'clang', u'libzlib', u'libopenssl', u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_es.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_zh.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_esf.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_event_socket.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_logfile.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libcapnp.la" is touched by more than one package: [u'capnproto', u'libogg', u'celt051', u'llvm', u'clang', u'libzlib', u'libopenssl', u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_verto.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libcelt051.la" is touched by more than one package: [u'celt051', u'llvm', u'clang', u'libzlib', u'libopenssl', u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libbdplus.la" is touched by more than one package: [u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_easyroute.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: [u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libdaemon.la" is touched by more than one package: [u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_dptools.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libgsl.la" is touched by more than one package: [u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_xml_cdr.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libdvbsi++.la" is touched by more than one package: [u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_fa.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_loopback.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_conference.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_fifo.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libspeexdsp.la" is touched by more than one package: [u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_timerfd.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libMagickCore-7.Q16HDRI.la" is touched by more than one package: [u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_valet_parking.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_ru.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libkj-async.la" is touched by more than one package: [u'capnproto', u'libogg', u'celt051', u'llvm', u'clang', u'libzlib', u'libopenssl', u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_sofia.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libiscsi.la" is touched by more than one package: [u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_esl.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libgcrypt.la" is touched by more than one package: [u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_rtc.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_sv.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libcapnp-rpc.la" is touched by more than one package: [u'capnproto', u'libogg', u'celt051', u'llvm', u'clang', u'libzlib', u'libopenssl', u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_it.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libkj-test.la" is touched by more than one package: [u'capnproto', u'libogg', u'celt051', u'llvm', u'clang', u'libzlib', u'libopenssl', u'pcre', u'jpeg-turbo', u'libcurl', u'speexdsp', u'speex', u'ncurses', u'readline', u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libfreeswitch.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libcsv.la" is touched by more than one package: [u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_dialplan_xml.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_pt.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_xml_rpc.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_de.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_tone_stream.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_cdr_sqlite.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libMagickWand-7.Q16HDRI.la" is touched by more than one package: [u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_console.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_snom.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_fsk.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_sms.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_g723_1.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_fr.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libtiff.la" is touched by more than one package: [u'tiff', u'util-linux', u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_dialplan_asterisk.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_blacklist.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_say_en.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] Warning: staging file "./usr/lib/freeswitch/mod/mod_spy.la" is touched by more than one package: [u'freeswitch', u'gsl', u'libnl', u'libxml2', u'imagemagick', u'libarchive', u'libgpg-error', u'libgcrypt', u'libbdplus', u'libconfig', u'libcsv', u'libdaemon', u'libdvbsi', u'libhdhomerun', u'libiscsi', u'libserialport', u'libupnp18', u'liburiparser', u'libxslt', u'procps-ng', u'rhash'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-0/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-bison', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext'] 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 ; 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-rc1-00021-gebffca8ba4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-rc1\"" \ ) > /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-rc1-00021-gebffca8ba4 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-arm-aarch64 2018.08 Collecting legal info >>> toolchain Collecting legal info >>> acpica 20170531 Collecting legal info ERROR: No hash found for source/include/acpi.h >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 015 Collecting legal info ERROR: No hash found for COPYING >>> bc 1.06.95 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> capnproto v0.6.1 Collecting legal info LICENSE: OK (sha256: 16194222e9412c3aa14d2287953f7fc89a1dcbcdd266d1534ba35060d4cde5b6) >>> host-capnproto v0.6.1 Collecting legal info LICENSE: OK (sha256: 16194222e9412c3aa14d2287953f7fc89a1dcbcdd266d1534ba35060d4cde5b6) >>> celt051 0.5.1.3 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> clang 7.0.0 Collecting legal info LICENSE.TXT: OK (sha256: 3f3f2e96e3b7319d2b4b49227d6da624a717340107ce2ca5342a25e0e57dfd35) >>> host-clang 7.0.0 Collecting legal info LICENSE.TXT: OK (sha256: 3f3f2e96e3b7319d2b4b49227d6da624a717340107ce2ca5342a25e0e57dfd35) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> llvm 7.0.0 Collecting legal info LICENSE.TXT: OK (sha256: 0303dfeaac87b80d2d1e543aa38d5be77b0eac93c3d04fe7e3c8eaa71a778667) >>> exim 4.89.1 Collecting legal info ERROR: No hash found for LICENCE >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info ERROR: No hash found for COPYING >>> fbset 2.1 Collecting legal info >>> flannel v0.5.5 Collecting legal info ERROR: No hash found for LICENSE >>> host-go 1.11.2 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info ERROR: No hash found for LICENSE >>> freeswitch 1.8.2 Collecting legal info COPYING: OK (sha256: 10299420c1e8602c0daf5a59d022621cd72a9148d1f0f33501edb3db3445c7fe) libs/apr/LICENSE: OK (sha256: e8e26b16da14aa3e6ed5c22c705fdc1f45d6225fca461ea9f7314bcdfdc414c4) libs/apr-util/LICENSE: OK (sha256: 1eefb2ea1db0af7729a9d8a27d7c65d8a37ab185393f935b029aac6828ce315a) libs/sofia-sip/COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) libs/sofia-sip/COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) libs/spandsp/COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) libs/srtp/LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) libs/libzrtp/src/zrtp_legal.c: OK (sha256: 7d72a8aee2c4b1a084200487992a5d86f5df6b535727a14c1874918e99d24600) >>> jpeg Collecting legal info >>> jpeg-turbo 2.0.0 Collecting legal info LICENSE.md: OK (sha256: 8412238c5ad95965cf3c3197791e9dea8b5fae505d133449e33ee2fa754fe61e) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> libcurl 7.62.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> speexdsp 20ed3452074664ad07e380e51321b148acebdf20 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> sqlite 3250200 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> 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 >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> tiff 4.0.8 Collecting legal info ERROR: No hash found for COPYRIGHT >>> 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-genext2fs 1.4.1 Collecting legal info ERROR: No hash found for COPYING >>> gsl 2.3 Collecting legal info ERROR: No hash found for COPYING >>> hostapd 2.6 Collecting legal info ERROR: No hash found for README >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> imagemagick 7.0.7-39 Collecting legal info LICENSE: OK (sha256: 2318cc05bbd2c25c1b2d13af1aadccc45b9cf6f94757421ae59a3c8ea9064f1c) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libarchive 3.3.3 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> libbdplus 0.1.2 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libgcrypt 1.8.4 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.32 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libconfig v1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdvbsi 0.3.7 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libhdhomerun 20180817 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libiscsi 1.18.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libserialport 0.1.1 Collecting legal info ERROR: No hash found for COPYING >>> libupnp18 1.8.4 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> liburiparser 0.9.0 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> odroid-scripts cfd289b1d69136b8bfd725d90cd648da4654f2bd Collecting legal info >>> open-lldp 036e314bd93602f7388262cc37faf8b626980af1 Collecting legal info COPYING: OK (sha256: 67af5abeb092213cd9c53781503320f635ba28b641e0c3f24d367e8e93a9839b) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> procps-ng 3.3.15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> proxychains-ng 4.11 Collecting legal info ERROR: No hash found for COPYING >>> host-pwgen 2.07 Collecting legal info ERROR: No hash found for debian/copyright >>> rhash 1.3.5 Collecting legal info COPYING: OK (sha256: 8cf876d3406a2eed6c17ae804c8958bd78d3a0f63c30d6e2e789ab575e9fde40) >>> squashfs e38956b92f738518c29734399629e7cdb33072d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sslh v1.18 Collecting legal info ERROR: No hash found for COPYING >>> xmlstarlet 1.6.1 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-arm-aarch64-2018.08: cannot save license (TOOLCHAIN_EXTERNAL_ARM_AARCH64_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: fbset-2.1: cannot save license (FBSET_LICENSE_FILES not defined) WARNING: odroid-scripts-cfd289b1d69136b8bfd725d90cd648da4654f2bd: cannot save license (ODROID_SCRIPTS_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'