>>> unrar 5.5.8 Installing to target PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-1/output/build/unrar-5.5.8 DESTDIR=/home/naourr/work/instance-1/output/target/usr install make[1]: Entering directory '/home/naourr/work/instance-1/output/build/unrar-5.5.8' install -D unrar /home/naourr/work/instance-1/output/target/usr/bin/unrar make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/unrar-5.5.8' vsftpd-3.0.3.tar.gz: OK (sha256: 9d4d2bf6e6e2884852ba4e69e157a2cecd68c5a7635d66a3a8cf8d898c955ef7) >>> vsftpd 3.0.3 Extracting gzip -d -c /home/naourr/work/instance-1/dl/vsftpd-3.0.3.tar.gz | /home/naourr/work/instance-1/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/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-1/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-1/output/build/vsftpd-3.0.3/builddefs.h >>> vsftpd 3.0.3 Building PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/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-1/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-1/output/host/bin/pkg-config --libs libssl libcrypto` -lcap" -C /home/naourr/work/instance-1/output/build/vsftpd-3.0.3 make[1]: Entering directory '/home/naourr/work/instance-1/output/build/vsftpd-3.0.3' /home/naourr/work/instance-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/output/host/bin/arc-linux-gcc -c ls.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -idirafter dummyinc /home/naourr/work/instance-1/output/host/bin/arc-linux-gcc -c postprivparent.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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/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-1/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr//lib -lssl -lcrypto -lcap make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/vsftpd-3.0.3' >>> vsftpd 3.0.3 Installing to target /usr/bin/install -D -m 755 /home/naourr/work/instance-1/output/build/vsftpd-3.0.3/vsftpd /home/naourr/work/instance-1/output/target/usr/sbin/vsftpd test -f /home/naourr/work/instance-1/output/target/etc/vsftpd.conf || /usr/bin/install -D -m 644 /home/naourr/work/instance-1/output/build/vsftpd-3.0.3/vsftpd.conf /home/naourr/work/instance-1/output/target/etc/vsftpd.conf /usr/bin/install -d -m 700 /home/naourr/work/instance-1/output/target/usr/share/empty /usr/bin/install -d -m 555 /home/naourr/work/instance-1/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-1/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'libffi', u'libtool', u'gmp'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libcap-ng.la" is touched by more than one package: [u'libcap-ng', u'ncurses', u'readline', u'libzlib', u'util-linux', u'apr', u'berkeleydb', u'expat', u'libopenssl', u'sqlite', u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: [u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'apr', u'berkeleydb', u'expat', u'libopenssl', u'sqlite', u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'libffi', u'libtool', u'gmp'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libpulse-mainloop-glib.la" is touched by more than one package: [u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libargtable2.la" is touched by more than one package: [u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libaprutil-1.la" is touched by more than one package: [u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libnftnl.la" is touched by more than one package: [u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libmbus.la" is touched by more than one package: [u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libpulse-simple.la" is touched by more than one package: [u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libsnmp++.la" is touched by more than one package: [u'snmppp', u'agentpp', u'libcap-ng', u'ncurses', u'readline', u'libzlib', u'util-linux', u'apr', u'berkeleydb', u'expat', u'libopenssl', u'sqlite', u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libspeex.la" is touched by more than one package: [u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libmagic.la" is touched by more than one package: [u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libdb_cxx-5.3.la" is touched by more than one package: [u'berkeleydb', u'expat', u'libopenssl', u'sqlite', u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/pulseaudio/libpulsecore-11.1.la" is touched by more than one package: [u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'apr', u'berkeleydb', u'expat', u'libopenssl', u'sqlite', u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/liblog4cpp.la" is touched by more than one package: [u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libFLAC.la" is touched by more than one package: [u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libdb-5.3.la" is touched by more than one package: [u'berkeleydb', u'expat', u'libopenssl', u'sqlite', u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libprocps.la" is touched by more than one package: [u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libfm-extra.la" is touched by more than one package: [u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libqrencode.la" is touched by more than one package: [u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libexif.la" is touched by more than one package: [u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libpulse.la" is touched by more than one package: [u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'apr', u'berkeleydb', u'expat', u'libopenssl', u'sqlite', u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libdaemon.la" is touched by more than one package: [u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/pulseaudio/libpulsecommon-11.1.la" is touched by more than one package: [u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/apr-util-1/apr_dbm_db.la" is touched by more than one package: [u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/pulseaudio/libpulsedsp.la" is touched by more than one package: [u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libstrophe.la" is touched by more than one package: [u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libagent++.la" is touched by more than one package: [u'agentpp', u'libcap-ng', u'ncurses', u'readline', u'libzlib', u'util-linux', u'apr', u'berkeleydb', u'expat', u'libopenssl', u'sqlite', u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libspeexdsp.la" is touched by more than one package: [u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/apr-util-1/apr_dbd_sqlite3.la" is touched by more than one package: [u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libopenssl', u'sqlite', u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libite.la" is touched by more than one package: [u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libltdl.la" is touched by more than one package: [u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libmenu-cache.la" is touched by more than one package: [u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libfastjson.la" is touched by more than one package: [u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libbeecrypt.la" is touched by more than one package: [u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libid3tag.la" is touched by more than one package: [u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/apr-util-1/apr_crypto_openssl.la" is touched by more than one package: [u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libapr-1.la" is touched by more than one package: [u'apr', u'berkeleydb', u'expat', u'libopenssl', u'sqlite', u'apr-util', u'libsndfile', u'aubio', u'bctoolbox', u'beecrypt', u'bitstream', u'bzip2', u'libcap', u'cppdb', u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libmodplug.la" is touched by more than one package: [u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libpwquality.la" is touched by more than one package: [u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] Warning: staging file "./usr/lib/libcrack.la" is touched by more than one package: [u'cracklib', u'libmodplug', u'libogg', u'libvorbis', u'speex', u'ffmpeg', u'file', u'flac', u'libffi', u'pcre', u'libglib2', u'libtool', u'pulseaudio', u'freerdp', u'gmp', u'libdaemon', u'libconfuse', u'libite', u'libjpeg', u'libargtable2', u'libplatform', u'libcec', u'libcgi', u'libcuefile', u'libexif', u'libfastjson', u'libfm-extra', u'libhttpparser', u'libid3tag', u'libmbus', u'libmnl', u'libnftnl', u'libpcap', u'libpwquality', u'libqrencode', u'libstrophe', u'log4cpp', u'menu-cache', u'physfs', u'popt', u'procps-ng', u'tinycbor', u'tinyxml2'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-1/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-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-libffi', u'host-bison', u'host-readline'] rm -f /home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-1/output/host/bin/glib-compile-schemas /home/naourr/work/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-1/output/target/etc echo "buildroot" > /home/naourr/work/instance-1/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-1/output/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output/target/etc/shadow rm -f /home/naourr/work/instance-1/output/target/bin/sh rm -f /home/naourr/work/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output/target/usr/include /home/naourr/work/instance-1/output/target/usr/share/aclocal \ /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output/target/usr/lib/cmake /home/naourr/work/instance-1/output/target/usr/share/cmake find /home/naourr/work/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output/target/lib/ /home/naourr/work/instance-1/output/target/usr/lib/ /home/naourr/work/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-1/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output/target/usr/man /home/naourr/work/instance-1/output/target/usr/share/man rm -rf /home/naourr/work/instance-1/output/target/usr/info /home/naourr/work/instance-1/output/target/usr/share/info rm -rf /home/naourr/work/instance-1/output/target/usr/doc /home/naourr/work/instance-1/output/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/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-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-1/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-1/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-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02.4-00004-gb8f6745893"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02.4"; \ echo "PRETTY_NAME=\"Buildroot 2018.02.4\"" \ ) > /home/naourr/work/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-1/output/target/usr make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2018.02.4-00004-gb8f6745893 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external 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 >>> agentpp 4.0.7 Collecting legal info ERROR: No hash found for LICENSE-2_0.txt >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> snmppp 3.3.10 Collecting legal info src/v3.cpp: OK (sha256: d00d5deb9ce44fa01ddf6f882de3ea8b9e8402f776b546dd982d55367ebbd392) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> libcap-ng 0.7.8 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> sqlite 3210000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> aubio 0.4.5 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> bctoolbox 0.4.0 Collecting legal info ERROR: No hash found for COPYING >>> beecrypt 4.2.1 Collecting legal info ERROR: No hash found for COPYING.LIB >>> bitstream 1.2 Collecting legal info ERROR: No hash found for COPYING >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> 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) >>> civetweb v1.5 Collecting legal info ERROR: No hash found for LICENSE.md >>> cppdb 0.3.1 Collecting legal info ERROR: No hash found for LICENSE_1_0.txt ERROR: No hash found for MIT.txt >>> cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> dvdrw-tools 7.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-faketime v0.9.6 Collecting legal info ERROR: No hash found for COPYING >>> ffmpeg 3.4.2 Collecting legal info LICENSE.md: OK (sha256: 73d99bc83313fff665b426d6672b4e0479102bc402fe22314ac9ce94a38aa5ff) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libmodplug 0.8.8.5 Collecting legal info ERROR: No hash found for COPYING >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> speex 1.2rc1 Collecting legal info ERROR: No hash found for COPYING >>> file 5.33 Collecting legal info COPYING: OK (sha256: 3c0ad13c36f891a9b4f951e59eb2fc108065a46f849697cc6fd3cdb41cc23a3d) src/mygetopt.h: OK (sha256: d98ee4d8d95e7d021a5dfc41f137ecc3b624a7b98e8bd793130202d12a21ed57) src/vasprintf.c: OK (sha256: 85e358d575ad4ac5b38b623a25b24246ccff3c7e680d930c0a9ff5228fe434b6) >>> host-file 5.33 Collecting legal info COPYING: OK (sha256: 3c0ad13c36f891a9b4f951e59eb2fc108065a46f849697cc6fd3cdb41cc23a3d) src/mygetopt.h: OK (sha256: d98ee4d8d95e7d021a5dfc41f137ecc3b624a7b98e8bd793130202d12a21ed57) src/vasprintf.c: OK (sha256: 85e358d575ad4ac5b38b623a25b24246ccff3c7e680d930c0a9ff5228fe434b6) >>> flac 1.3.2 Collecting legal info ERROR: No hash found for COPYING.Xiph ERROR: No hash found for COPYING.GPL ERROR: No hash found for COPYING.LGPL >>> fmtools 2.0.7 Collecting legal info ERROR: No hash found for COPYING >>> freerdp 2.0.0-rc0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-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.31.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.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> pulseaudio 11.1 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for GPL ERROR: No hash found for LGPL >>> 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 >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fxload 2008_10_13 Collecting legal info ERROR: No hash found for COPYING >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> ifplugd 0.28 Collecting legal info ERROR: No hash found for LICENSE >>> libdaemon 0.14 Collecting legal info ERROR: No hash found for LICENSE >>> inadyn 2.2.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.2 Collecting legal info ERROR: No hash found for LICENSE >>> libite v1.9.2 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> iptraf-ng 1.1.4 Collecting legal info ERROR: No hash found for LICENSE >>> jpeg Collecting legal info >>> libjpeg 9b Collecting legal info ERROR: No hash found for README >>> libargtable2 13 Collecting legal info ERROR: No hash found for COPYING >>> libcec 4.0.2 Collecting legal info ERROR: No hash found for COPYING >>> libplatform 2d90f98620e25f47702c9e848380c0d93f29462b Collecting legal info ERROR: No hash found for src/os.h >>> libcgi 1.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcuefile r475 Collecting legal info ERROR: No hash found for COPYING >>> libexif 0.6.21 Collecting legal info ERROR: No hash found for COPYING >>> libfastjson v0.99.4 Collecting legal info ERROR: No hash found for COPYING >>> libfm-extra 1.2.4 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/extra/fm-xml-file.c >>> libhttpparser v2.8.0 Collecting legal info ERROR: No hash found for LICENSE-MIT >>> libid3tag 0.15.1b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> libmbus 0.8.0 Collecting legal info ERROR: No hash found for COPYING >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libnftnl 1.0.9 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libpwquality 1.3.0 Collecting legal info ERROR: No hash found for COPYING >>> libqrencode 3.4.2 Collecting legal info ERROR: No hash found for COPYING >>> libstrophe 0.8.8 Collecting legal info ERROR: No hash found for MIT-LICENSE.txt ERROR: No hash found for GPL-LICENSE.txt >>> log4cpp 1.1.3 Collecting legal info ERROR: No hash found for log4cpp/COPYING >>> memtester 4.3.0 Collecting legal info ERROR: No hash found for COPYING >>> menu-cache 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> minidlna 1.2.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENCE.miniupnpd >>> host-xutil_makedepend 1.0.5 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_xproto 7.0.31 Collecting legal info ERROR: No hash found for COPYING >>> multicat 2.1 Collecting legal info ERROR: No hash found for COPYING >>> ncftp 3.2.6 Collecting legal info ERROR: No hash found for doc/LICENSE.txt >>> nftables 0.8.1 Collecting legal info COPYING: OK (sha256: c17bc4fa5b2434c6f283ffcb2312e5bf3c7cdf5787b79505f094d8de734ac53e) >>> openntpd 6.2p3 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> physfs 3.0.1 Collecting legal info LICENSE.txt: OK (sha256: 7ce475991f6cc09958ef0d57312522eba78e36d984307c95f9a3965adf7e4e2b) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> procps-ng 3.3.15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info ERROR: No hash found for NOTICE >>> rpm 4.13.0.1 Collecting legal info ERROR: No hash found for COPYING >>> smcroute 2.3.1 Collecting legal info ERROR: No hash found for COPYING >>> softether v4.22-9634-beta Collecting legal info LICENSE: OK (sha256: 7aeb873293fa0e44425dabf68a8e46e26c848fe58efcfd3ac7c90a3386f3edd1) >>> host-softether v4.22-9634-beta Collecting legal info LICENSE: OK (sha256: 7aeb873293fa0e44425dabf68a8e46e26c848fe58efcfd3ac7c90a3386f3edd1) >>> host-libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Collecting legal info ERROR: No hash found for COPYING >>> subversion 1.9.7 Collecting legal info ERROR: No hash found for LICENSE >>> tinycbor v0.4.2 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tinyxml2 4.0.1 Collecting legal info ERROR: No hash found for readme.md >>> tn5250 0.17.4 Collecting legal info ERROR: No hash found for COPYING >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> udpcast 20120424 Collecting legal info ERROR: No hash found for COPYING >>> unrar 5.5.8 Collecting legal info license.txt: OK (sha256: 6ecc1687808b7d66b24f874755abfed7464d9751ed0001cd4e8e5d9bf397ff8a) >>> 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: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'