fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, FNMAX, stdin); ^ /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H ttyio.c ttyio.c: In function 'getp': ttyio.c:628:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(f, &c, 1); ^ /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H unix/unix.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zbz2err.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H deflate.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H trees.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipcloak.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o zipfile_.o zipfile.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o fileio_.o fileio.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o util_.o util.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o unix_.o unix/unix.c fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^ fileio.c:2143:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^ fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, FNMAX, stdin); ^ /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crc32_.o crc32.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crypt_.o crypt.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipnote.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipsplit.c /usr/bin/gcc -o zip zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o zbz2err.o deflate.o trees.o -L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib -lbz2 zipsplit.c: In function 'main': zipsplit.c:884:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(m, 10, stdin); ^ zipsplit.c: In function 'retry': zipsplit.c:496:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(m, 10, stdin); ^ /usr/bin/gcc -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o crypt_.o ttyio.o -L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib -lbz2 /usr/bin/gcc -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o -L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib -lbz2 /usr/bin/gcc -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o -L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib -lbz2 >>> host-zip 30 Installing to host directory PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-0/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-0/output/host/share/pkgconfig" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-0/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-0/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/run/instance-0/output/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" LDFLAGS="-L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/autobuild/run/instance-0/output/build/host-zip-30 -f unix/Makefile install prefix=/home/buildroot/autobuild/run/instance-0/output/host mkdir -p /home/buildroot/autobuild/run/instance-0/output/host/bin cp zip zipcloak zipnote zipsplit /home/buildroot/autobuild/run/instance-0/output/host/bin cd /home/buildroot/autobuild/run/instance-0/output/host/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /home/buildroot/autobuild/run/instance-0/output/host/man/man1 cp man/zip.1 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zip.1 chmod 644 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zip.1 cp man/zipcloak.1 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipcloak.1 chmod 644 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipcloak.1 cp man/zipnote.1 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipnote.1 chmod 644 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipnote.1 cp man/zipsplit.1 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipsplit.1 chmod 644 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipsplit.1 >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'bcg729', u'bitstream', u'boost', u'c-periphery', u'check', u'libzlib', u'cracklib', u'libusb', u'dvb-apps', u'expat', u'libpng', u'freetype', u'fontconfig', u'xz', u'libxml2', u'libevdev', u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: [u'check', u'libzlib', u'cracklib', u'libusb', u'dvb-apps', u'expat', u'libpng', u'freetype', u'fontconfig', u'xz', u'libxml2', u'libevdev', u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libpcre2-8.la" is touched by more than one package: [u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libunistring.la" is touched by more than one package: [u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libspatialindex_c.la" is touched by more than one package: [u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libnfc.la" is touched by more than one package: [u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libosipparser2.la" is touched by more than one package: [u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: [u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/ao/plugins-4/libalsa.la" is touched by more than one package: [u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/ao/plugins-4/liboss.la" is touched by more than one package: [u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libthriftnb.la" is touched by more than one package: [u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'dvb-apps', u'expat', u'libpng', u'freetype', u'fontconfig', u'xz', u'libxml2', u'libevdev', u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libpcre2-posix.la" is touched by more than one package: [u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libsodium.la" is touched by more than one package: [u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libthriftz.la" is touched by more than one package: [u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libfastjson.la" is touched by more than one package: [u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libevdev', u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libevdev.la" is touched by more than one package: [u'libevdev', u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'xz', u'libxml2', u'libevdev', u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libbroadvoice.la" is touched by more than one package: [u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'xz', u'libxml2', u'libevdev', u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libhid.la" is touched by more than one package: [u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libhwloc.la" is touched by more than one package: [u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libao.la" is touched by more than one package: [u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libfftw3.la" is touched by more than one package: [u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libSDL_image.la" is touched by more than one package: [u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libflickcurl.la" is touched by more than one package: [u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libtirpc.la" is touched by more than one package: [u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libpng', u'freetype', u'fontconfig', u'xz', u'libxml2', u'libevdev', u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libSoundTouch.la" is touched by more than one package: [u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libstrophe.la" is touched by more than one package: [u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libthrift.la" is touched by more than one package: [u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'xz', u'libxml2', u'libevdev', u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libsysfs.la" is touched by more than one package: [u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'libev', u'bcg729', u'bitstream', u'boost', u'c-periphery', u'check', u'libzlib', u'cracklib', u'libusb', u'dvb-apps', u'expat', u'libpng', u'freetype', u'fontconfig', u'xz', u'libxml2', u'libevdev', u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'xz', u'libxml2', u'libevdev', u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libproj.la" is touched by more than one package: [u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libraw1394.la" is touched by more than one package: [u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libusb.la" is touched by more than one package: [u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libosip2.la" is touched by more than one package: [u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libjq.la" is touched by more than one package: [u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libcddb.la" is touched by more than one package: [u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libxml2', u'libevdev', u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libspatialindex.la" is touched by more than one package: [u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libserial.la" is touched by more than one package: [u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] Warning: staging file "./usr/lib/libcrack.la" is touched by more than one package: [u'cracklib', u'libusb', u'dvb-apps', u'expat', u'libpng', u'freetype', u'fontconfig', u'xz', u'libxml2', u'libevdev', u'fftw', u'libopenssl', u'libcurl', u'flickcurl', u'fmt', u'hwloc', u'jq', u'json-for-modern-cpp', u'sdl', u'libao', u'libasplib', u'libb64', u'libbroadvoice', u'libcap', u'libcddb', u'libcgi', u'libebml', u'libevent', u'libfastjson', u'libusb-compat', u'libnfc', u'libhid', u'libogg', u'libosip2', u'libraw1394', u'libserial', u'libsigc', u'libsodium', u'libsoundtouch', u'libspatialindex', u'libstrophe', u'libsysfs', u'libtirpc', u'libunistring', u'libupnp18', u'liburiparser', u'libvorbis', u'linux-syscall-support', u'lm-sensors', u'lua', u'ncurses', u'pcre2', u'proj', u'rapidjson', u'sdl_image', u'sqlite', u'thrift', u'tinyxml'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-host.txt rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/lua/5.3/doc rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/luarocks mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-0/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-0/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/include /home/buildroot/autobuild/run/instance-0/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-0/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-0/output/target/lib/ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/buildroot/autobuild/run/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/man /home/buildroot/autobuild/run/instance-0/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/info /home/buildroot/autobuild/run/instance-0/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/doc /home/buildroot/autobuild/run/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-rc1-00055-g45cf64c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-rc1\"" \ ) > /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-0/output/target/usr make: Leaving directory `/home/buildroot/autobuild/run/instance-0/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-0/buildroot' >>> Buildroot 2018.05-rc1-00055-g45cf64c 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 >>> host-aespipe 2.4d Collecting legal info >>> alsa-lib 1.1.6 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libev 4.24 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> atftp 0.7.1 Collecting legal info ERROR: No hash found for LICENSE >>> bc 1.06.95 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> bcg729 1.0.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> bitstream 1.2 Collecting legal info ERROR: No hash found for COPYING >>> boost 1.66.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> bootutils 1.0.0 Collecting legal info ERROR: No hash found for COPYING >>> c-periphery v1.1.1 Collecting legal info ERROR: No hash found for LICENSE >>> ca-certificates 20170717 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> 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 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> cramfs 1a1e65f2a049 Collecting legal info ERROR: No hash found for COPYING >>> host-cryptsetup 2.0.2 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.13 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.02.173 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> host-util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> dc3dd 7.2.641 Collecting legal info ERROR: No hash found for COPYING >>> dfu-util 0.9 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> host-dfu-util 0.9 Collecting legal info ERROR: No hash found for COPYING >>> host-libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> dvb-apps 3d43b280298c39a67d1d889e01e173f52c12da35 Collecting legal info WARNING: no hash file for COPYING WARNING: no hash file for COPYING.LGPL >>> dvdauthor 0.7.2 Collecting legal info ERROR: No hash found for COPYING >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> 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 >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> evemu 2.7.0 Collecting legal info ERROR: No hash found for COPYING >>> libevdev 1.5.9 Collecting legal info COPYING: OK (sha256: f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b932137) >>> fftw 3.3.7 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fis 2892 Collecting legal info WARNING: no hash file for fis.c >>> flickcurl 1.26 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for LICENSE-2.0.txt ERROR: No hash found for LICENSE.html >>> libcurl 7.59.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> fmt 4.0.0 Collecting legal info ERROR: No hash found for LICENSE.rst >>> fmtools 2.0.7 Collecting legal info ERROR: No hash found for COPYING >>> hwdata v0.308 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> hwloc 1.11.7 Collecting legal info ERROR: No hash found for COPYING >>> ifenslave 2.9 Collecting legal info ERROR: No hash found for debian/copyright >>> jq 1.5 Collecting legal info ERROR: No hash found for COPYING >>> json-for-modern-cpp v3.1.0 Collecting legal info LICENSE.MIT: OK (sha256: 7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd) >>> lbreakout2 2.6.5 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libasplib be7fac89218a84b75f7598e3d76625ece99296f2 Collecting legal info LICENSE: OK (sha256: 12ac5047f2af0522f06798b1589ffc4599bc29c91f954d7874e0320634e777c0) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> 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) >>> libcgi 1.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libebml 1.3.6 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfastjson v0.99.8 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.7.1 Collecting legal info ERROR: No hash found for COPYING >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> libosip2 3.6.0 Collecting legal info ERROR: No hash found for COPYING >>> libraw1394 2.1.1 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libserial 0.6.0rc2 Collecting legal info ERROR: No hash found for COPYING >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> libsoundtouch 010a91a59071c7fefd316fca62c0d980ec85b4b1 Collecting legal info ERROR: No hash found for COPYING.TXT >>> libspatialindex 1.8.5 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 >>> libsysfs 2.1.0 Collecting legal info ERROR: No hash found for cmd/GPL ERROR: No hash found for lib/LGPL >>> libtirpc 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> libunistring 0.9.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libupnp18 1.8.3 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> liburiparser 0.8.5 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> linux-syscall-support 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb Collecting legal info ERROR: No hash found for linux_syscall_support.h >>> lm-sensors 3.4.0 Collecting legal info ERROR: No hash found for COPYING.LGPL ERROR: No hash found for COPYING >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> lshw B.02.18 Collecting legal info ERROR: No hash found for COPYING >>> lsuio 0.2.0 Collecting legal info ERROR: No hash found for COPYING >>> host-lttng-babeltrace 1.5.2 Collecting legal info ERROR: No hash found for mit-license.txt ERROR: No hash found for gpl-2.0.txt ERROR: No hash found for LICENSE >>> host-elfutils 0.169 Collecting legal info ERROR: No hash found for COPYING-GPLV2 ERROR: No hash found for COPYING-LGPLV3 >>> host-bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> host-xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> lua 5.3.4 Collecting legal info ERROR: No hash found for doc/readme.html >>> mmc-utils 37c86e60c0442fef570b75cd81aeb1db4d0cbafd Collecting legal info >>> multicat 2.2 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> 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 >>> open2300 12 Collecting legal info WARNING: no hash file for COPYING >>> p7zip 16.02 Collecting legal info ERROR: No hash found for DOC/License.txt >>> host-parted 3.2 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.30 Collecting legal info ERROR: No hash found for LICENCE >>> proj 4.9.3 Collecting legal info COPYING: OK (sha256: 2dcac4af6990093ef48b896bfb81452d46a31b08d46cce34b27e83f93b2e37f6) >>> rapidjson v1.1.0 Collecting legal info license.txt: OK (sha256: a140e5d46fe734a1c78f1a3c3ef207871dd75648be71fdda8e309b23ab8b1f32) >>> rsh-redone 85 Collecting legal info ERROR: No hash found for rsh.c >>> sdl_image 1.2.12 Collecting legal info ERROR: No hash found for COPYING >>> sqlite 3220000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sredird 2.2.2 Collecting legal info ERROR: No hash found for COPYING >>> thrift 0.9.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-autoconf-archive 2017.03.21 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.EXCEPTION >>> host-thrift 0.9.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-boost 1.66.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info ERROR: No hash found for uim.h >>> tinyxml 2.6.2_2 Collecting legal info ERROR: No hash found for README >>> tunctl 1.5 Collecting legal info ERROR: No hash found for tunctl.c >>> vorbis-tools 1.4.0 Collecting legal info ERROR: No hash found for COPYING >>> whetstone 1.2 Collecting legal info >>> host-zip 30 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: aespipe-2.4d: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: mmc-utils-37c86e60c0442fef570b75cd81aeb1db4d0cbafd: cannot save license (MMC_UTILS_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-0/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-0/buildroot'