vsftpd-3.0.3.tar.gz: OK (sha256: 9d4d2bf6e6e2884852ba4e69e157a2cecd68c5a7635d66a3a8cf8d898c955ef7) >>> vsftpd 3.0.3 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-2/dl/vsftpd/vsftpd-3.0.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-2/output/build/vsftpd-3.0.3 -xf - >>> vsftpd 3.0.3 Patching Applying 0001-utmpx-builddef.patch using patch: patching file builddefs.h patching file sysdeputil.c Applying 0003-fix-CVE-2015-1419.patch using patch: patching file ls.c patching file str.c Hunk #1 succeeded at 711 (offset -59 lines). patching file str.h Hunk #1 succeeded at 100 (offset -1 lines). >>> vsftpd 3.0.3 Configuring /bin/sed -i -e 's/.*VSF_BUILD_UTMPX/#undef VSF_BUILD_UTMPX/' /home/buildroot/autobuild/run/instance-2/output/build/vsftpd-3.0.3/builddefs.h /bin/sed -i -e 's/.*VSF_BUILD_SSL/#define VSF_BUILD_SSL/' /home/buildroot/autobuild/run/instance-2/output/build/vsftpd-3.0.3/builddefs.h >>> vsftpd 3.0.3 Building PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /usr/bin/make -j8 CC="/home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static" LDFLAGS=" -static" LIBS="-lcrypt `/home/buildroot/autobuild/run/instance-2/output/host/bin/pkg-config --libs libssl libcrypto` -lcap" -C /home/buildroot/autobuild/run/instance-2/output/build/vsftpd-3.0.3 make[1]: Entering directory '/home/buildroot/autobuild/run/instance-2/output/build/vsftpd-3.0.3' /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c main.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c utility.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c prelogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c ftpcmdio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c postlogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c privsock.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c tunables.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c ftpdataio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c secbuf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c ls.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c postprivparent.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c logging.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c str.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c netstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -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/buildroot/autobuild/run/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/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/buildroot/autobuild/run/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/stdlib.h:473:13: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ^~~~ /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c sysstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c strlist.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c banner.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c filestr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c parseconf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c secutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c ascii.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c oneprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c twoprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c privops.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c standalone.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c hash.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c tcpwrap.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c ipaddrparse.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c access.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c features.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c readwrite.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c opts.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c ssl.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c sslslave.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c ptracesandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c ftppolicy.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c sysutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c sysdeputil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc -c seccompsandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -idirafter dummyinc /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-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 -static -lcrypt -L/home/buildroot/autobuild/run/instance-2/output/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr//lib -lssl -lz -L/home/buildroot/autobuild/run/instance-2/output/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr//lib -lz -lcrypto -lz -lcap make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/vsftpd-3.0.3' >>> vsftpd 3.0.3 Installing to target /usr/bin/install -D -m 755 /home/buildroot/autobuild/run/instance-2/output/build/vsftpd-3.0.3/vsftpd /home/buildroot/autobuild/run/instance-2/output/target/usr/sbin/vsftpd test -f /home/buildroot/autobuild/run/instance-2/output/target/etc/vsftpd.conf || /usr/bin/install -D -m 644 /home/buildroot/autobuild/run/instance-2/output/build/vsftpd-3.0.3/vsftpd.conf /home/buildroot/autobuild/run/instance-2/output/target/etc/vsftpd.conf /usr/bin/install -d -m 700 /home/buildroot/autobuild/run/instance-2/output/target/usr/share/empty /usr/bin/install -d -m 555 /home/buildroot/autobuild/run/instance-2/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/buildroot/autobuild/run/instance-2/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'diffutils', u'gmp', u'libcdio', u'stress'] ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libcdio++.la" is touched by more than one package: [u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'argp-standalone', u'berkeleydb', u'expat', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libfcgi++.la" is touched by more than one package: [u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'gmp', u'libcdio'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libpthsem.la" is touched by more than one package: [u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libcroco-0.6.la" is touched by more than one package: [u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'argp-standalone', u'berkeleydb', u'expat', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libiso9660++.la" is touched by more than one package: [u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libFLAC.la" is touched by more than one package: [u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libharfbuzz.la" is touched by more than one package: [u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libpangoft2-1.0.la" is touched by more than one package: [u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libevtlog.la" is touched by more than one package: [u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/liblo.la" is touched by more than one package: [u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libtirpc.la" is touched by more than one package: [u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'argp-standalone', u'berkeleydb', u'expat', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libdaemon.la" is touched by more than one package: [u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libmcrypt.la" is touched by more than one package: [u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/librsvg-2.la" is touched by more than one package: [u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'argp-standalone', u'berkeleydb', u'expat', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libassuan.la" is touched by more than one package: [u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libpango-1.0.la" is touched by more than one package: [u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libfcgi.la" is touched by more than one package: [u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'libxml2', u'eventlog', u'skalibs', u'execline', u'libopenssl', u'libfcgi', u'flac', u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libharfbuzz-subset.la" is touched by more than one package: [u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libidn2.la" is touched by more than one package: [u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libcdio.la" is touched by more than one package: [u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libudf.la" is touched by more than one package: [u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libcddb.la" is touched by more than one package: [u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libgdk_pixbuf-2.0.la" is touched by more than one package: [u'gdk-pixbuf', u'glm', u'gmp', u'harfbuzz', u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libdnet.la" is touched by more than one package: [u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libpcap', u'jsoncpp', u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libpangocairo-1.0.la" is touched by more than one package: [u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libassuan', u'libcap', u'libcddb', u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] Warning: staging file "./usr/lib/libiso9660.la" is touched by more than one package: [u'libcdio', u'libcodec2', u'libcroco', u'libdaemon', u'libdnet', u'libebml', u'libevent', u'libidn2', u'liblo', u'libmcrypt', u'libnfnetlink', u'libpthsem', u'pango', u'librsvg', u'libsigc', u'libsndfile', u'libtirpc', u'sdl', u'openal', u'openjpeg', u'pciutils', u'physfs', u's6', u'taglib', u'unixodbc'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-2/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-openocd'] rm -f /home/buildroot/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-2/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-2/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-2/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-2/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-2/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-2/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-2/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/include /home/buildroot/autobuild/run/instance-2/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-2/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-2/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-2/output/target/lib/ /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/man /home/buildroot/autobuild/run/instance-2/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/info /home/buildroot/autobuild/run/instance-2/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/doc /home/buildroot/autobuild/run/instance-2/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-2/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-2/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-2/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-2/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-rc1-00011-gcd0ca09e43"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-rc1\"" \ ) > /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-2/output/target/usr make: Leaving directory '/home/buildroot/autobuild/run/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/run/instance-2/buildroot' >>> Buildroot 2018.11-rc1-00011-gcd0ca09e43 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 >>> abootimg 7e127fee6a3981f6b0a50ce9910267cd501e09d4 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> acpica 20170531 Collecting legal info ERROR: No hash found for source/include/acpi.h >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> argp-standalone 1.3 Collecting legal info >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> cairo 1.15.12 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.6 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) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> cgroupfs-mount 1.4 Collecting legal info ERROR: No hash found for debian/copyright >>> debianutils 4.8.1 Collecting legal info ERROR: No hash found for debian/copyright >>> dhcpcd 7.0.3 Collecting legal info LICENSE: OK (sha256: b120a64b92cfb2453b61df4457a3c0eb163ef9c1c397822826756a31581f3947) >>> diffutils 3.6 Collecting legal info ERROR: No hash found for COPYING >>> dosfstools 4.1 Collecting legal info ERROR: No hash found for COPYING >>> host-dosfstools 4.1 Collecting legal info ERROR: No hash found for COPYING >>> host-dtc 1.4.7 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> dvdauthor 0.7.2 Collecting legal info ERROR: No hash found for COPYING >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> eventlog 0.2.12 Collecting legal info ERROR: No hash found for COPYING >>> execline 2.5.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> exim 4.89.1 Collecting legal info ERROR: No hash found for LICENCE >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info ERROR: No hash found for COPYING >>> libfcgi 2.4.0 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> 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 >>> gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> git 2.16.5 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> glm 0.9.8.4 Collecting legal info ERROR: No hash found for copying.txt >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> harfbuzz 1.8.8 Collecting legal info COPYING: OK (sha256: 2a886915de4f296cdae5ed67064f86dba01d0c55286d86e8487f2a5caaf40216) src/hb-ucdn/COPYING: OK (sha256: ec20cbe051200fc846caf4dc253cf660e874a2d9e4f3a682e08354b567fae409) >>> iftop 1.0pre4 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ifupdown 0.8.16 Collecting legal info ERROR: No hash found for COPYING >>> imx-usb-loader e5394615dd413c3823d5bd1de340933e16a8c07c Collecting legal info ERROR: No hash found for COPYING >>> iproute2 4.19.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info ERROR: No hash found for json2.js >>> jsoncpp 1.8.4 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> knock 258a27e5a47809f97c2b9f2751a88c2f94aae891 Collecting legal info ERROR: No hash found for COPYING >>> libassuan 2.5.1 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.32 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcdio 2.0.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcodec2 0.7 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcroco 0.6.12 Collecting legal info COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdnet 1.11 Collecting legal info LICENSE: OK (sha256: 1e94df12cb3701fa64e07eeb60284bb16a3544815d5a39860dacff7b86610584) >>> libebml 1.3.6 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libidn2 2.0.5 Collecting legal info COPYING: OK (sha256: 4fa501e804195b4136c9cec4bc510365b8cbaf4bc075d6401a77ae0213370457) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> liblo 0.29 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmcrypt 2.5.8 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpthsem 2.0.8 Collecting legal info ERROR: No hash found for COPYING >>> librsvg 2.40.20 Collecting legal info ERROR: No hash found for COPYING.LIB >>> pango 1.40.14 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libtirpc 1.0.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libtirpc 1.0.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> lmbench 3.0-a9 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING-2 >>> ltris 1.0.19 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> minissdpd 1.5.20180223 Collecting legal info LICENSE: OK (sha256: 8801b32567ec20015c7d31668602a3a7f4a4785b7e17468360146b6003713cba) >>> monit 5.25.2 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> mtr 66de3ecbab28b054b868a73fbb57f30549d770ac Collecting legal info ERROR: No hash found for COPYING >>> nvme v1.3 Collecting legal info ERROR: No hash found for LICENSE >>> openal 1.18.2 Collecting legal info ERROR: No hash found for COPYING >>> openjpeg 2.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-openocd 0.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libftdi 0.20 Collecting legal info >>> host-libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> physfs 3.0.1 Collecting legal info LICENSE.txt: OK (sha256: 7ce475991f6cc09958ef0d57312522eba78e36d984307c95f9a3965adf7e4e2b) >>> pifmrds 0bf57f9ce0d954365a38d8af8e7be6f28521c3f2 Collecting legal info ERROR: No hash found for LICENSE >>> powertop 2.9 Collecting legal info ERROR: No hash found for COPYING >>> pptp-linux 1.9.0 Collecting legal info ERROR: No hash found for COPYING >>> pv 1.6.0 Collecting legal info ERROR: No hash found for doc/COPYING >>> ramspeed 2.6.0 Collecting legal info ERROR: No hash found for LICENCE >>> rng-tools 5 Collecting legal info ERROR: No hash found for COPYING >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info ERROR: No hash found for LICENSE >>> s6 2.7.1.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> stress 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> taglib 1.11.1 Collecting legal info ERROR: No hash found for COPYING.LGPL ERROR: No hash found for COPYING.MPL >>> tinymembench v0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tor 0.3.4.9 Collecting legal info LICENSE: OK (sha256: f9a4f724d8037711dde7d3f1d17094fb7d211545b3a3bbb1b03e769e13ca5608) >>> uhubctl v2.0.0 Collecting legal info LICENSE: OK (sha256: 3260a6cd23e2677be1fa0815785cd5fa499d363a033f58cc299e12220662d486) >>> unixodbc 2.3.6 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> 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: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: libftdi-0.20: cannot save license (HOST_LIBFTDI_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-2/output/legal-info make: Leaving directory '/home/buildroot/autobuild/run/instance-2/buildroot'