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/' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/build/vsftpd-3.0.3/builddefs.h /bin/sed -i -e 's/.*VSF_BUILD_SSL/#define VSF_BUILD_SSL/' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/build/vsftpd-3.0.3/builddefs.h >>> vsftpd 3.0.3 Building PATH="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin:/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j5 CC="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" LIBS="-lcrypt `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/pkg-config --libs libssl libcrypto` -lpam" -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/build/vsftpd-3.0.3 make[1]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/build/vsftpd-3.0.3' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c main.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c utility.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c prelogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c ftpcmdio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c postlogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c privsock.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c tunables.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c ftpdataio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c secbuf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c ls.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c postprivparent.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c logging.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: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: /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/nios2-buildroot-linux-gnu/sysroot/usr/include/stdlib.h:448: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: /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/nios2-buildroot-linux-gnu/sysroot/usr/include/stdlib.h:448:13: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ^~~~ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c str.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c netstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c sysstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c strlist.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c banner.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c filestr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c parseconf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c secutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c ascii.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c oneprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c twoprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c privops.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c standalone.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c hash.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c tcpwrap.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c ipaddrparse.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c access.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c features.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c readwrite.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c opts.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c ssl.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c sslslave.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c ptracesandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c ftppolicy.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c sysutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c sysdeputil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-gcc -c seccompsandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-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/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/../nios2-buildroot-linux-gnu/sysroot/usr//lib -lssl -lcrypto -lpam make[1]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/build/vsftpd-3.0.3' >>> vsftpd 3.0.3 Installing to target /usr/bin/install -D -m 755 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/build/vsftpd-3.0.3/vsftpd /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/sbin/vsftpd test -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/etc/vsftpd.conf || /usr/bin/install -D -m 644 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/build/vsftpd-3.0.3/vsftpd.conf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/etc/vsftpd.conf /usr/bin/install -d -m 700 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/empty /usr/bin/install -d -m 555 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/home/ftp >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'libksba', u'libconfig'] ./support/scripts/check-uniq-files -t staging /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libnpth.la" is touched by more than one package: [u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/bte.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libirrecord.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libndp.la" is touched by more than one package: [u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/udp.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/atwf83.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libeXosip2.la" is touched by more than one package: [u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/pinsys.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/creative.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'flex', u'linux-pam', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'linux-pam', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/default.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/pkcs11/p11-kit-trust.la" is touched by more than one package: [u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libatf-c.la" is touched by more than one package: [u'atf', u'boost', u'expat', u'libzlib', u'freetype', u'fontconfig', u'libffi', u'pcre', u'flex', u'linux-pam', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/uirt2_raw.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libortp.la" is touched by more than one package: [u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'flex', u'linux-pam', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/mp3anywhere.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'libksba', u'libconfig'] Warning: staging file "./usr/lib/libksba.la" is touched by more than one package: [u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libkms.la" is touched by more than one package: [u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/audio_alsa.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/creative_infracd.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libassuan.la" is touched by more than one package: [u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/uirt2.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'flex', u'linux-pam', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/mplay.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libmediastreamer_base.la" is touched by more than one package: [u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'flex', u'linux-pam', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/tira.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/ea65.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libczmq.la" is touched by more than one package: [u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/liblirc_driver.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libspeex.la" is touched by more than one package: [u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libplist++.la" is touched by more than one package: [u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/devinput.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/logitech.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libffi', u'pcre', u'flex', u'linux-pam', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/zotac.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/usbx.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libgcr-base-3.la" is touched by more than one package: [u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libplist.la" is touched by more than one package: [u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libgck-1.la" is touched by more than one package: [u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/i2cuser.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libosip2.la" is touched by more than one package: [u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/liblpc2xml.la" is touched by more than one package: [u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/file.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libmodplug.la" is touched by more than one package: [u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/pixelview.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/silitek.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libzlib', u'freetype', u'fontconfig', u'libffi', u'pcre', u'flex', u'linux-pam', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/livedrive_midi.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/liblirc_client.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/liblinphone.la" is touched by more than one package: [u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libmediastreamer_voip.la" is touched by more than one package: [u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libgcrypt.la" is touched by more than one package: [u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'libffi', u'pcre', u'flex', u'linux-pam', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'atf', u'boost', u'expat', u'libzlib', u'freetype', u'fontconfig', u'libffi', u'pcre', u'flex', u'linux-pam', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libspeexdsp.la" is touched by more than one package: [u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/hiddev.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/accent.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libosipparser2.la" is touched by more than one package: [u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libdrm.la" is touched by more than one package: [u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/pcmak.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/mouseremote.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libp11-kit.la" is touched by more than one package: [u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libxml2lpc.la" is touched by more than one package: [u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/livedrive_seq.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/irlink.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libatf-c++.la" is touched by more than one package: [u'atf', u'boost', u'expat', u'libzlib', u'freetype', u'fontconfig', u'libffi', u'pcre', u'flex', u'linux-pam', u'ncurses', u'util-linux', u'libglib2', u'pixman', u'cairo', u'zeromq', u'czmq', u'dbus', u'skalibs', u'execline', u'libgpg-error', u'libgcrypt', u'libtasn1', u'p11-kit', u'gcr', u'glib-networking', u'libassuan', u'libksba', u'libnpth', u'libusb', u'gnuradio', u'jasper', u'libpthread-stubs', u'libdrm', u'kmsxx', u'libconfig', u'libosip2', u'libopenssl', u'libeXosip2', u'libiqrf', u'libmodplug', u'libndp', u'libogg', u'libplist', u'libscrypt', u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/libusbgx.la" is touched by more than one package: [u'libusbgx', u'libxml2', u'speex', u'linphone', u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/liblirc.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/irtoy.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/dsp.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] Warning: staging file "./usr/lib/lirc/plugins/girs.la" is touched by more than one package: [u'lirc-tools', u'mxml', u'popt', u'rapidjson', u's6', u's6-rc', u'shared-mime-info'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-bison', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', 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-python-cheetah'] rm -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/glib-2.0/schemas/*.xml /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/glib-2.0/schemas/*.dtd /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/glib-compile-schemas /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/glib-2.0/schemas Warning: Schema ?org.gnome.crypto.pgp? has path ?/desktop/gnome/crypto/pgp/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. mkdir -p /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/etc echo "buildroot" > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/etc/hosts mkdir -p /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/etc/shadow rm -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/bin/sh rm -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/build/locales.nopurge; done for dir in /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/include /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/aclocal \ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/lib/pkgconfig /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/pkgconfig \ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/lib/cmake /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/cmake find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/lib/ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/lib/ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/gdb rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/zsh rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/man /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/man rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/info /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/info rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/doc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/doc rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/host/bin/nios2-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/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 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-git-00588-g252218881b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/buildroot/support/scripts/fix-rpath target make: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/buildroot' make: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/buildroot' >>> Buildroot 2018.05-git-00588-g252218881b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> acpica 20170531 Collecting legal info ERROR: No hash found for source/include/acpi.h >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> alsa-lib 1.1.5 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> atf 0.21 Collecting legal info ERROR: No hash found for COPYING >>> bonnie 1.03e Collecting legal info ERROR: No hash found for copyright.txt >>> boost 1.66.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> cairo 1.14.10 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING-LGPL-2.1 ERROR: No hash found for COPYING-MPL-1.1 >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> linux-pam 1.3.0 Collecting legal info ERROR: No hash found for Copyright >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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 >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> czmq 4.1.0 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.1.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> dbus 1.12.6 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dtv-scan-tables ceb11833b35f05813b1f0397a60e0f3b99430aab Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL >>> execline 2.3.0.4 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> skalibs 2.6.3.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> gcr 3.20.0 Collecting legal info ERROR: No hash found for COPYING >>> 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.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libgcrypt 1.8.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.28 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> p11-kit 0.23.2 Collecting legal info ERROR: No hash found for COPYING >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> genpart 1.0.2 Collecting legal info >>> ghostscript-fonts 8.11 Collecting legal info ERROR: No hash found for COPYING >>> glib-networking 2.50.0 Collecting legal info ERROR: No hash found for COPYING >>> gnupg2 2.2.5 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.1 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libksba 1.3.5 Collecting legal info ERROR: No hash found for AUTHORS ERROR: No hash found for COPYING ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv3 >>> libnpth 1.5 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> gnuradio 3.7.11 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-python-cheetah 2.4.4 Collecting legal info >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-python-markdown 2.6.8 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-swig 3.0.12 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE-GPL ERROR: No hash found for LICENSE-UNIVERSITIES >>> hdparm 9.52 Collecting legal info ERROR: No hash found for LICENSE.TXT >>> inconsolata 001.010 Collecting legal info ERROR: No hash found for OFL.txt >>> jasper version-2.0.13 Collecting legal info ERROR: No hash found for LICENSE >>> kmsxx cb0786049f960f2bd383617151b01318e02e9ff9 Collecting legal info ERROR: No hash found for LICENSE >>> libdrm 2.4.91 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 >>> libconfig 1.5 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libeXosip2 3.6.0 Collecting legal info ERROR: No hash found for COPYING >>> libosip2 3.6.0 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libiqrf v0.1.2 Collecting legal info >>> libmodplug 0.8.8.5 Collecting legal info ERROR: No hash found for COPYING >>> libndp v1.5 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> libplist 2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> libscrypt v1.21 Collecting legal info ERROR: No hash found for LICENSE >>> libusbgx libusbgx-v0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linphone 3.6.1 Collecting legal info ERROR: No hash found for COPYING >>> speex 1.2rc1 Collecting legal info ERROR: No hash found for COPYING >>> lirc-tools 0.10.1 Collecting legal info ERROR: No hash found for COPYING >>> host-libxslt 1.1.29 Collecting legal info ERROR: No hash found for COPYING >>> host-python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> memtool 2016.10.0 Collecting legal info ERROR: No hash found for COPYING >>> mxml 2.10 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> psmisc 23.1 Collecting legal info ERROR: No hash found for COPYING >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> rapidjson v1.1.0 Collecting legal info license.txt: OK (sha256: a140e5d46fe734a1c78f1a3c3ef207871dd75648be71fdda8e309b23ab8b1f32) >>> rauc 0.3 Collecting legal info >>> rsync 3.1.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> s6-linux-init 0.3.1.1 Collecting legal info COPYING: OK (sha256: 43cdbc05eceb0781d71a0661bbb6b9335efc4b733fbd02847c0c6667fd440993) >>> s6 2.7.0.0 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) >>> s6-rc 0.4.0.0 Collecting legal info COPYING: OK (sha256: 1377d3b18a31de11e8bb06f0f46888a23bc16cbc57285035793bf7e7943bbcb3) >>> shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> sl 5.02 Collecting legal info ERROR: No hash found for LICENSE >>> sox 14.4.2 Collecting legal info ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.LGPL >>> tvheadend e06ffd87beff16103c47d6fa542df2374fca6fd3 Collecting legal info LICENSE.md: OK (sha256: 54dc3cbc00bf126bcba43e2af7f3ad1dc00f335985da1409fa943c7b7256d942) >>> host-pngquant 2.10.1 Collecting legal info ERROR: No hash found for COPYRIGHT >>> host-libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> usb_modeswitch 2.5.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> 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: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: python-cheetah-2.4.4: cannot save license (HOST_PYTHON_CHEETAH_LICENSE_FILES not defined) WARNING: libdrm-2.4.91: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: libiqrf-v0.1.2: cannot save license (LIBIQRF_LICENSE_FILES not defined) WARNING: rauc-0.3: cannot save license (RAUC_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/output/legal-info make: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-4/buildroot'