make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/urg-0.8.18/samples' make[2]: Entering directory '/home/naourr/work/instance-3/output/build/urg-0.8.18' make[3]: Entering directory '/home/naourr/work/instance-3/output/build/urg-0.8.18' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/install -c urg-config c_urg-config '/home/naourr/work/instance-3/output/target/usr/bin' make[3]: Leaving directory '/home/naourr/work/instance-3/output/build/urg-0.8.18' make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/urg-0.8.18' make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/urg-0.8.18' vsftpd-3.0.3.tar.gz: OK (sha256: 9d4d2bf6e6e2884852ba4e69e157a2cecd68c5a7635d66a3a8cf8d898c955ef7) >>> vsftpd 3.0.3 Extracting gzip -d -c /home/naourr/work/instance-3/dl/vsftpd/vsftpd-3.0.3.tar.gz | /home/naourr/work/instance-3/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/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 /usr/bin/sed -i -e 's/.*VSF_BUILD_UTMPX/#undef VSF_BUILD_UTMPX/' /home/naourr/work/instance-3/output/build/vsftpd-3.0.3/builddefs.h /usr/bin/sed -i -e 's/.*VSF_BUILD_SSL/#define VSF_BUILD_SSL/' /home/naourr/work/instance-3/output/build/vsftpd-3.0.3/builddefs.h >>> vsftpd 3.0.3 Building PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 CC="/home/naourr/work/instance-3/output/host/bin/arc-linux-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " LDFLAGS="" LIBS="-lcrypt `/home/naourr/work/instance-3/output/host/bin/pkg-config --libs libssl libcrypto` -lcap -lpam" -C /home/naourr/work/instance-3/output/build/vsftpd-3.0.3 make[1]: Entering directory '/home/naourr/work/instance-3/output/build/vsftpd-3.0.3' /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c main.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c utility.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c prelogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c ftpcmdio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c postlogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c privsock.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c tunables.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c ftpdataio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c secbuf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c ls.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc ls.c: In function 'vsf_filename_passes_filter': ls.c:395:8: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] free(normname); ^~~~~~~~ In file included from ls.c:10:0: /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/stdlib.h:473:13: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ^~~~ ls.c:396:8: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] free(path); ^~~~ In file included from ls.c:10:0: /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/stdlib.h:473:13: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ^~~~ /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c postprivparent.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c logging.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c str.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c netstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c sysstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c strlist.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c banner.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c filestr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c parseconf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c secutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c ascii.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c oneprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c twoprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c privops.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c standalone.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c hash.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c tcpwrap.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c ipaddrparse.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c access.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c features.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c readwrite.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c opts.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c ssl.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c sslslave.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c ptracesandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c ftppolicy.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c sysutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c sysdeputil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -c seccompsandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-3/output/host/bin/arc-linux-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 -L/home/naourr/work/instance-3/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr//lib -lssl -lcrypto -lcap -lpam make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/vsftpd-3.0.3' >>> vsftpd 3.0.3 Installing to target /usr/bin/install -D -m 755 /home/naourr/work/instance-3/output/build/vsftpd-3.0.3/vsftpd /home/naourr/work/instance-3/output/target/usr/sbin/vsftpd test -f /home/naourr/work/instance-3/output/target/etc/vsftpd.conf || /usr/bin/install -D -m 644 /home/naourr/work/instance-3/output/build/vsftpd-3.0.3/vsftpd.conf /home/naourr/work/instance-3/output/target/etc/vsftpd.conf /usr/bin/install -d -m 700 /home/naourr/work/instance-3/output/target/usr/share/empty /usr/bin/install -d -m 555 /home/naourr/work/instance-3/output/target/home/ftp >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-3/output/build/packages-file-list.txt Warning: target file "./etc/pam.d/sshd" is touched by more than one package: [u'dropbear', u'openssh'] Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'libtool', u'tinc'] Warning: target file "./usr/bin/scp" is touched by more than one package: [u'dropbear', u'openssh'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libfuse.la" is touched by more than one package: [u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'libtool'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstaudio-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstrtp-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstallocators-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libmbus.la" is touched by more than one package: [u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libnetfilter_log_libipulog.la" is touched by more than one package: [u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/gstreamer-1.0/libgstapp.la" is touched by more than one package: [u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstriff-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libthreadutil.la" is touched by more than one package: [u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstcheck-1.0.la" is touched by more than one package: [u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/liborc-test-0.4.la" is touched by more than one package: [u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libdrm.la" is touched by more than one package: [u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libkms.la" is touched by more than one package: [u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'linux-pam', u'skalibs', u'execline', u'expat', u'flatbuffers', u'libpng', u'freetype', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libibrdtn.la" is touched by more than one package: [u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstbase-1.0.la" is touched by more than one package: [u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/liblog4cpp.la" is touched by more than one package: [u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libupnpp.la" is touched by more than one package: [u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libtirpc.la" is touched by more than one package: [u'libtirpc', u'bzip2', u'libcap', u'libzlib', u'cxxtest', u'libtommath', u'libtomcrypt', u'flex', u'linux-pam', u'skalibs', u'execline', u'expat', u'flatbuffers', u'libpng', u'freetype', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libulockmgr.la" is touched by more than one package: [u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/liborc-0.4.la" is touched by more than one package: [u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstfft-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstnet-1.0.la" is touched by more than one package: [u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgsttag-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstapp-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/librrd.la" is touched by more than one package: [u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/gstreamer-1.0/libgstcoretracers.la" is touched by more than one package: [u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstcontroller-1.0.la" is touched by more than one package: [u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'flatbuffers', u'libpng', u'freetype', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libltdl.la" is touched by more than one package: [u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libiscsi.la" is touched by more than one package: [u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstpbutils-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/gstreamer-1.0/libgstcoreelements.la" is touched by more than one package: [u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libqpdf.la" is touched by more than one package: [u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstvideo-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libssh2.la" is touched by more than one package: [u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstsdp-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libmpd.la" is touched by more than one package: [u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/gstreamer-1.0/libgstpbtypes.la" is touched by more than one package: [u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libmad.la" is touched by more than one package: [u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libusb.la" is touched by more than one package: [u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libnetfilter_log.la" is touched by more than one package: [u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libibrcommon.la" is touched by more than one package: [u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libid3tag.la" is touched by more than one package: [u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libass.la" is touched by more than one package: [u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libmicrohttpd.la" is touched by more than one package: [u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libfribidi.la" is touched by more than one package: [u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstrtsp-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libgstreamer-1.0.la" is touched by more than one package: [u'gstreamer1', u'orc', u'gst1-plugins-base', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libjpeg', u'jsoncpp', u'libfribidi', u'libass', u'libcli', u'libssh2', u'libcurl', u'libpthread-stubs', u'libdrm', u'libfuse', u'libid3tag', u'libiscsi', u'libmad', u'libmbus', u'libmicrohttpd', u'libmpd', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'libupnp', u'libupnpp', u'libusb', u'libusb-compat', u'log4cpp', u'lzo', u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'qpdf', u'rrdtool', u's6', u'urg'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-3/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-bison', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-libffi'] Warning: host file "./lib/python2.7/site-packages/easy-install.pth" is touched by more than one package: [u'host-python-setuptools', u'host-cxxtest'] rm -f /home/naourr/work/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-3/output/host/bin/glib-compile-schemas /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-3/output/target/etc echo "buildroot" > /home/naourr/work/instance-3/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-3/output/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output/target/etc/shadow rm -f /home/naourr/work/instance-3/output/target/bin/sh rm -f /home/naourr/work/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-3/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output/target/usr/include /home/naourr/work/instance-3/output/target/usr/share/aclocal \ /home/naourr/work/instance-3/output/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output/target/usr/lib/cmake /home/naourr/work/instance-3/output/target/usr/share/cmake find /home/naourr/work/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output/target/lib/ /home/naourr/work/instance-3/output/target/usr/lib/ /home/naourr/work/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-3/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output/target/usr/man /home/naourr/work/instance-3/output/target/usr/share/man rm -rf /home/naourr/work/instance-3/output/target/usr/info /home/naourr/work/instance-3/output/target/usr/share/info rm -rf /home/naourr/work/instance-3/output/target/usr/doc /home/naourr/work/instance-3/output/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-3/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-3/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-3/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-3/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/naourr/work/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-git-00779-g8ebe67a96f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-git\"" \ ) > /home/naourr/work/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-3/output/target/usr make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2018.11-git-00779-g8ebe67a96f 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 >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> autofs 5.1.4 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> 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 >>> host-nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libtirpc 1.0.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libtirpc 1.0.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> cdrkit 1.1.11 Collecting legal info ERROR: No hash found for COPYING >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> cpuload v0.3 Collecting legal info ERROR: No hash found for COPYING >>> cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> 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) >>> host-python-setuptools 40.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> darkhttpd 1.12 Collecting legal info >>> drbd-utils 9.2.0 Collecting legal info ERROR: No hash found for COPYING >>> dropbear 2018.76 Collecting legal info ERROR: No hash found for LICENSE >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> linux-pam 1.3.1 Collecting legal info ERROR: No hash found for Copyright >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> dvdrw-tools 7.1 Collecting legal info ERROR: No hash found for LICENSE >>> espeak 1.48.04 Collecting legal info ERROR: No hash found for License.txt >>> execline 2.5.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> flatbuffers v1.9.0 Collecting legal info LICENSE.txt: OK (sha256: 7ec9661a8afafab1eee3523d6f1a193eff76314a5ab10b4ce96aefd87621b0c3) >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> fxload 2008_10_13 Collecting legal info ERROR: No hash found for COPYING >>> gst1-interpipe 10dba89eecc200e49f0b432e299f1c8a4312b657 Collecting legal info COPYING: OK (sha256: 16d7caa6cabbfd0ca47e064a7b48cb446d013e84ca88c854d6470851752136d5) >>> gst1-plugins-base 1.14.4 Collecting legal info COPYING.LIB: OK (sha256: f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a) >>> gstreamer1 1.14.4 Collecting legal info COPYING: OK (sha256: f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> orc 0.4.27 Collecting legal info ERROR: No hash found for COPYING >>> host-orc 0.4.27 Collecting legal info ERROR: No hash found for COPYING >>> htop 2.2.0 Collecting legal info COPYING: OK (sha256: 70466e76443cb5b68144d9fcedca9584e7bfdb6c50859daa5a0290ea27c58aad) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> ibrdtn-tools 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> ibrdtn 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> jsoncpp 1.8.4 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> libass 0.14.0 Collecting legal info COPYING: OK (sha256: f7e30699d02798351e7f839e3d3bfeb29ce65e44efa7735c225464c4fd7dfe9c) >>> libfribidi 0.19.7 Collecting legal info ERROR: No hash found for COPYING >>> libcli c63c9d35144939c8b4fa3c5394aed2e29ff517b0 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcurl 7.61.1 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> libssh2 8b870ad771cbd9cd29edbb3dbb0878e950f868ab Collecting legal info COPYING: OK (sha256: e15ed284a15e80115467d6d7f030f0d89d8fabbecd78fb6e0f861f0cfc128fd9) >>> libdrm 2.4.95 Collecting legal info >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libfuse 2.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> 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) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmicrohttpd 0.9.59 Collecting legal info COPYING: OK (sha256: 70e12e2a60151b9ed1a4c94a5ffeb99cd086fa94542b5a92fec581506e8d3121) >>> libmpd 11.8.17 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libmpdclient 2.15 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.47.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python3 3.7.0 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> libnetfilter_log 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> libupnpp 0.16.1 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> log4cpp 1.1.3 Collecting legal info ERROR: No hash found for log4cpp/COPYING >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> madplay 0.15.2b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> noip 2.1.9 Collecting legal info ERROR: No hash found for COPYING >>> openipmi 2.0.24 Collecting legal info ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING ERROR: No hash found for COPYING.BSD >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> openssh 7.8p1 Collecting legal info LICENCE: OK (sha256: 05a4c25ef464e19656c5259bd4f4da8428efab01044f3541b79fbb3ff209350f) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg pdbg-1.1-rc3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.4.7 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> qpdf 8.2.1 Collecting legal info Artistic-2.0: OK (sha256: fb929ac30decb4dc3a2eea2bec6c43296a797c5d2d602deb3784ee39430583d5) >>> rrdtool 1.6.0 Collecting legal info ERROR: No hash found for COPYRIGHT ERROR: No hash found for LICENSE >>> s6-linux-init 0.4.0.0 Collecting legal info COPYING: OK (sha256: 1377d3b18a31de11e8bb06f0f46888a23bc16cbc57285035793bf7e7943bbcb3) >>> s6 2.7.1.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> s6-linux-utils 2.4.0.1 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> s6-portable-utils 2.2.1.1 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> shellinabox v2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sispmctl 3.1 Collecting legal info ERROR: No hash found for LICENCE >>> sshfs 2.8 Collecting legal info ERROR: No hash found for COPYING >>> sysstat 11.6.3 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tinc 1.0.35 Collecting legal info COPYING: OK (sha256: 3a112fd37b47d624e89b130d0e158bb8d14ec5bc9ecf5f18b448d2c07626e43d) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> upmpdcli 1.2.16 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> urg 0.8.18 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> 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: darkhttpd-1.12: cannot save license (DARKHTTPD_LICENSE_FILES not defined) WARNING: libdrm-2.4.95: cannot save license (LIBDRM_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'