-- Installing: /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/libtag_c.so -- Set runtime path of "/home/buildroot/autobuild/run/instance-0/output/target/usr/lib/libtag_c.so.0.0.0" to "" -- Installing: /home/buildroot/autobuild/run/instance-0/output/target/usr/include/taglib/tag_c.h -- Installing: /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/pkgconfig/taglib_c.pc make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/taglib-1.11.1' rm -f /home/buildroot/autobuild/run/instance-0/output/target/usr/bin/taglib-config vsftpd-3.0.3.tar.gz: OK (sha256: 9d4d2bf6e6e2884852ba4e69e157a2cecd68c5a7635d66a3a8cf8d898c955ef7) >>> vsftpd 3.0.3 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-0/dl/vsftpd/vsftpd-3.0.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-0/output/build/vsftpd-3.0.3 -xf - >>> vsftpd 3.0.3 Patching Applying 0001-utmpx-builddef.patch using patch: patching file builddefs.h patching file sysdeputil.c Applying 0003-fix-CVE-2015-1419.patch using patch: patching file ls.c patching file str.c Hunk #1 succeeded at 711 (offset -59 lines). patching file str.h Hunk #1 succeeded at 100 (offset -1 lines). >>> vsftpd 3.0.3 Configuring /bin/sed -i -e 's/.*VSF_BUILD_UTMPX/#undef VSF_BUILD_UTMPX/' /home/buildroot/autobuild/run/instance-0/output/build/vsftpd-3.0.3/builddefs.h >>> vsftpd 3.0.3 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 CC="/home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" LIBS="-lcrypt" -C /home/buildroot/autobuild/run/instance-0/output/build/vsftpd-3.0.3 make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/vsftpd-3.0.3' /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c main.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c utility.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c prelogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c ftpcmdio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c postlogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c privsock.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c tunables.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c ftpdataio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c secbuf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c ls.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c postprivparent.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc ls.c: In function 'vsf_filename_passes_filter': ls.c:395:3: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [enabled by default] free(normname); ^ In file included from ls.c:10:0: /home/buildroot/autobuild/run/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/stdlib.h:483:13: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ^ ls.c:396:3: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [enabled by default] free(path); ^ In file included from ls.c:10:0: /home/buildroot/autobuild/run/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/stdlib.h:483:13: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ^ /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c logging.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c str.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c netstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c sysstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c strlist.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c banner.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c filestr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c parseconf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c secutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c ascii.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c oneprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c twoprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c privops.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c standalone.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c hash.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c tcpwrap.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c ipaddrparse.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c access.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c features.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c readwrite.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c opts.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c ssl.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c sslslave.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c ptracesandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c ftppolicy.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c sysutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c sysdeputil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c seccompsandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/buildroot/autobuild/run/instance-0/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -o vsftpd main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o tunables.o ftpdataio.o secbuf.o ls.o postprivparent.o logging.o str.o netstr.o sysstr.o strlist.o banner.o filestr.o parseconf.o secutil.o ascii.o oneprocess.o twoprocess.o privops.o standalone.o hash.o tcpwrap.o ipaddrparse.o access.o features.o readwrite.o opts.o ssl.o sslslave.o ptracesandbox.o ftppolicy.o sysutil.o sysdeputil.o seccompsandbox.o -Wl,-s -lcrypt make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/vsftpd-3.0.3' >>> vsftpd 3.0.3 Installing to target /usr/bin/install -D -m 755 /home/buildroot/autobuild/run/instance-0/output/build/vsftpd-3.0.3/vsftpd /home/buildroot/autobuild/run/instance-0/output/target/usr/sbin/vsftpd test -f /home/buildroot/autobuild/run/instance-0/output/target/etc/vsftpd.conf || /usr/bin/install -D -m 644 /home/buildroot/autobuild/run/instance-0/output/build/vsftpd-3.0.3/vsftpd.conf /home/buildroot/autobuild/run/instance-0/output/target/etc/vsftpd.conf /usr/bin/install -d -m 700 /home/buildroot/autobuild/run/instance-0/output/target/usr/share/empty /usr/bin/install -d -m 555 /home/buildroot/autobuild/run/instance-0/output/target/home/ftp /usr/bin/install -D -m 755 package/vsftpd/S70vsftpd /home/buildroot/autobuild/run/instance-0/output/target/etc/init.d/S70vsftpd >>> 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'gmp', u'gnuchess'] ./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/openmpi/mca_rmaps_round_robin.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'nettle', u'pcre', u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_routed_binomial.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_fcoll_dynamic.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_iof_orted.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_ess_tool.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_sharedfp_lockedfile.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-via.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'expat', u'dbus', u'flex', u'libtasn1', u'gmp', u'nettle', u'pcre', u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_fcoll_two_phase.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libsoup-2.4.la" is touched by more than one package: [u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'expat', u'dbus', u'flex', u'libtasn1', u'gmp', u'nettle', u'pcre', u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_scoll_mpi.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_memheap_ptmalloc.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-sierra-legacy.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libgnutls-openssl.la" is touched by more than one package: [u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_iof_tool.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-simtech.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_dfs_app.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_allocator_basic.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_coll_self.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_errmgr_default_app.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_odls_default.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libmm-glib.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_allocator_bucket.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_rcache_vma.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_routed_direct.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_spml_yoda.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libspeex.la" is touched by more than one package: [u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-ublox.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-zte.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_db_hash.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_ess_hnp.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-iridium.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_dfs_orted.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_coll_sm.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_fcoll_individual.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_state_staged_hnp.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_osc_sm.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_iof_mr_hnp.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libopen-rte.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_io_romio.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-novatel-lte.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_shmem_posix.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_state_tool.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_sbgp_p2p.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-linktop.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_ras_loadleveler.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-cinterion.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_sharedfp_sm.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_routed_radix.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_routed_debruijn.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libgnutls.la" is touched by more than one package: [u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_sshmem_sysv.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_pstat_test.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_io_ompio.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_memheap_buddy.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-mtk.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_mpool_grdma.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_fs_ufs.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_osc_pt2pt.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-option-hso.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_sharedfp_individual.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-huawei.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_btl_self.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_bcol_basesmuma.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_dpm_orte.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'expat', u'dbus', u'flex', u'libtasn1', u'gmp', u'nettle', u'pcre', u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'libtasn1', u'gmp', u'nettle', u'pcre', u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_sshmem_mmap.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_pml_ob1.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_errmgr_default_hnp.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-nokia.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_ess_singleton.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-telit.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_state_orted.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_pubsub_orte.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-quectel.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-motorola.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_db_print.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_pml_bfo.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_compress_bzip.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_state_novm.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_coll_libnbc.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_shmem_mmap.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_btl_vader.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_state_hnp.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-anydata.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_state_app.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-longcheer.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_coll_hierarch.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-samsung.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libattr.la" is touched by more than one package: [u'attr', u'libzlib', u'util-linux', u'expat', u'dbus', u'flex', u'libtasn1', u'gmp', u'nettle', u'pcre', u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libgssdp-1.0.la" is touched by more than one package: [u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_mpool_sm.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_grpcomm_bad.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_coll_inter.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-ericsson-mbm.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_fcoll_ylib.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'gmp', u'nettle', u'pcre', u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_coll_sync.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_rml_oob.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_sec_basic.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_fcoll_static.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_scoll_basic.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-altair-lte.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_ras_simulator.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/liboshmem.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/gio/modules/libgiognutls.la" is touched by more than one package: [u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_btl_tcp.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_vprotocol_pessimist.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_compress_gzip.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_rmaps_ppr.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_rmaps_mindist.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_shmem_sysv.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libopen-pal.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_iof_mr_orted.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_plm_isolated.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/liblept.la" is touched by more than one package: [u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_atomic_basic.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_coll_tuned.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_dfs_test.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_iof_hnp.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_state_dvm.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_bcol_ptpcoll.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'flex', u'libtasn1', u'gmp', u'nettle', u'pcre', u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libompitrace.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-nokia-icera.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libgnutlsxx.la" is touched by more than one package: [u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-option.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_filem_raw.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_ras_slurm.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-haier.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_sbgp_basesmsocket.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_bml_r2.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_plm_rsh.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_crs_none.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'flex', u'libtasn1', u'gmp', u'nettle', u'pcre', u'gnutls', u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_ess_slurm.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-novatel.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libmca_common_sm.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/liblog4cplus.la" is touched by more than one package: [u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_rmaps_seq.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'libglib2', u'glib-networking', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'jpeg-turbo', u'leptonica', u'liblockfile', u'libogg', u'libsndfile', u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_sbgp_basesmuma.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-dell.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_btl_sm.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_ess_env.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_rmaps_staged.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_fbtl_posix.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libmpi.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_errmgr_default_orted.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_oob_tcp.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_coll_basic.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-x22x.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-pantech.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libmpi_cxx.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-thuraya.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-wavecom.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_errmgr_default_tool.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_rmaps_resilient.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_plm_slurm.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/liblog4cplusU.la" is touched by more than one package: [u'log4cplus', u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-sierra.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_pml_cm.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_topo_basic.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/libompi_dbg_msgq.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-generic.la" is touched by more than one package: [u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'modem-manager', u'slang', u'newt', u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_state_staged_orted.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_coll_ml.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] Warning: staging file "./usr/lib/openmpi/mca_rmaps_rank_file.la" is touched by more than one package: [u'openmpi', u'speex', u'taglib'] ./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-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/run/instance-0/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/run/instance-0/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/run/instance-0/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/run/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/run/instance-0/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/run/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory 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/arm-buildroot-linux-gnueabihf/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. 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/armv7-ctng-linux-gnueabihf-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/armv7-ctng-linux-gnueabihf-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/armv7-ctng-linux-gnueabihf-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-rc2-00017-g860906ee05"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-rc2\"" \ ) > /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-rc2-00017-g860906ee05 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> aespipe 2.4d Collecting legal info >>> armadillo 7.900.1 Collecting legal info LICENSE.txt: OK (sha256: 3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5) >>> clapack 3.2.1 Collecting legal info F2CLIBS/libf2c/Notice: OK (sha256: 44561c447e91203ddc747beeca5cc2794d95ee982c17c578670e4f0408bc3904) COPYING: OK (sha256: 23014869214a231525b38c39fdb5f82364fa24154ac80fdcab2a79671460fd09) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> attr 2.4.48 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> fping 4.0 Collecting legal info ERROR: No hash found for COPYING >>> glib-networking 2.50.0 Collecting legal info ERROR: No hash found for COPYING >>> gnutls 3.5.19 Collecting legal info doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nettle 3.4 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> 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 >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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 v3.3-rc0 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 v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> gnuchess 6.2.4 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> gssdp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsoup 2.62.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3250200 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> initscripts Collecting legal info >>> jpeg-turbo 2.0.0 Collecting legal info LICENSE.md: OK (sha256: 8412238c5ad95965cf3c3197791e9dea8b5fae505d133449e33ee2fa754fe61e) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> jpeg Collecting legal info >>> leptonica 1.76.0 Collecting legal info leptonica-license.txt: OK (sha256: ca0ac11c7c0acad9599d54990942cc11c9f6d9b569f1a360d774a628819c3518) >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> lockfile-progs 0.1.17 Collecting legal info ERROR: No hash found for COPYING >>> log4cplus 2.0.2 Collecting legal info LICENSE: OK (sha256: 91d7e42ff80e74c4c94e5ad353375fa0358cd0abbf43f5fe957097cdbd4e2c4d) >>> logrotate 3.13.0 Collecting legal info ERROR: No hash found for COPYING >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> mjpegtools 2.1.0 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) >>> newt 0.52.20 Collecting legal info ERROR: No hash found for COPYING >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> openmpi 1.10.7 Collecting legal info ERROR: No hash found for LICENSE >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pifmrds 0bf57f9ce0d954365a38d8af8e7be6f28521c3f2 Collecting legal info ERROR: No hash found for LICENSE >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> strace 4.23 Collecting legal info COPYING: OK (sha256: df862ba273812c589fd69acc74197a25d38c5295baccab00a62d39d1894c0253) >>> taglib 1.11.1 Collecting legal info ERROR: No hash found for COPYING.LGPL ERROR: No hash found for COPYING.MPL >>> vsftpd 3.0.3 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: aespipe-2.4d: cannot save license (AESPIPE_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'