patching file unix/configure Applying 0006-unix-configure-borrow-the-LFS-test-from-autotools.patch using patch: patching file unix/configure >>> host-zip 30 Configuring >>> host-zip 30 Building PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/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-3/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-3/output/host/share/pkgconfig" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/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-3/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-3/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-3/output/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" LDFLAGS="-L/home/buildroot/autobuild/run/instance-3/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-3/output/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/autobuild/run/instance-3/output/build/host-zip-30 CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT" AS="/usr/bin/gcc -c" -f unix/Makefile generic sh unix/configure "/usr/bin/gcc" "-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT" "" Check bzip2 support Check for bzip2 in bzip2 directory Check if OS already has bzip2 library installed -- Either bzlib.h or libbz2.a not found - no bzip2 Check for the C preprocessor Check if we can use asm code Check for ANSI options Check for prototypes Check the handling of const Check for time_t Check for size_t Check for off_t Check for Large File Support -- yes we have Large File Support! Check for wide char support -- have wchar_t - enabling Unicode support Check for gcc no-builtin flag Check for rmdir Check for strchr Check for strrchr Check for rename Check for mktemp Check for mktime Check for mkstemp Check for memset Check for memmove Check for strerror Check for errno declaration Check for directory libraries Check for readlink Check for directory include file Check for nonexistent include files Check for term I/O include file Check for valloc Check for /usr/local/bin and /usr/local/man Check for OS-specific flags Check for symbolic links eval /usr/bin/make -f unix/Makefile zips `cat flags` /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c In file included from zipup.c:109:0: zipup.c: In function 'file_read': unix/zipup.h:21:26: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] #define zread(f,b,n) read(f,b,n) ^ zipup.c:1264:10: note: in expansion of macro 'zread' zread(ifile, buf, 1); len = 1; /* keep single \r if EOF */ ^ zip.c: In function 'help_extended': zip.c:1031:5: warning: format not a string literal and no format arguments [-Wformat-security] printf(text[i]); ^ 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); ^ zip.c: In function 'version_info': zip.c:1228:5: warning: format not a string literal and no format arguments [-Wformat-security] printf(cryptnote[i]); ^ /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -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-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -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-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zbz2err.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H deflate.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H trees.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipcloak.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -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-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -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-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o util_.o util.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-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o unix_.o unix/unix.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -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-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -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-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipnote.c /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipsplit.c 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 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 /usr/bin/gcc -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o crypt_.o ttyio.o /usr/bin/gcc -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o /usr/bin/gcc -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o >>> host-zip 30 Installing to host directory PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/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-3/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-3/output/host/share/pkgconfig" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/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-3/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-3/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-3/output/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" LDFLAGS="-L/home/buildroot/autobuild/run/instance-3/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-3/output/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/autobuild/run/instance-3/output/build/host-zip-30 -f unix/Makefile install prefix=/home/buildroot/autobuild/run/instance-3/output/host mkdir -p /home/buildroot/autobuild/run/instance-3/output/host/bin cp zip zipcloak zipnote zipsplit /home/buildroot/autobuild/run/instance-3/output/host/bin cd /home/buildroot/autobuild/run/instance-3/output/host/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /home/buildroot/autobuild/run/instance-3/output/host/man/man1 cp man/zip.1 /home/buildroot/autobuild/run/instance-3/output/host/man/man1/zip.1 chmod 644 /home/buildroot/autobuild/run/instance-3/output/host/man/man1/zip.1 cp man/zipcloak.1 /home/buildroot/autobuild/run/instance-3/output/host/man/man1/zipcloak.1 chmod 644 /home/buildroot/autobuild/run/instance-3/output/host/man/man1/zipcloak.1 cp man/zipnote.1 /home/buildroot/autobuild/run/instance-3/output/host/man/man1/zipnote.1 chmod 644 /home/buildroot/autobuild/run/instance-3/output/host/man/man1/zipnote.1 cp man/zipsplit.1 /home/buildroot/autobuild/run/instance-3/output/host/man/man1/zipsplit.1 chmod 644 /home/buildroot/autobuild/run/instance-3/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-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/ModemManager/libmm-plugin-telit.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-motorola.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'f2fs-tools', u'flex', u'geoip', u'gflags', u'giflib', u'libjpeg', u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libtirpc.la" is touched by more than one package: [u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-sierra-legacy.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-simtech.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libnet.la" is touched by more than one package: [u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libmm-glib.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-pantech.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-novatel-lte.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-mtk.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-ericsson-mbm.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-iridium.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'expat', u'dbus', u'libusb', u'libzlib', u'libpcap', u'bullet', u'util-linux', u'f2fs-tools', u'flex', u'geoip', u'gflags', u'giflib', u'libjpeg', u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libevdev.la" is touched by more than one package: [u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libserialport.la" is touched by more than one package: [u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-cinterion.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libgee-0.8.la" is touched by more than one package: [u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libnfs.la" is touched by more than one package: [u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'f2fs-tools', u'flex', u'geoip', u'gflags', u'giflib', u'libjpeg', u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libGeoIP.la" is touched by more than one package: [u'geoip', u'gflags', u'giflib', u'libjpeg', u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-longcheer.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-zte.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-ublox.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-option-hso.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libf2fs.la" is touched by more than one package: [u'f2fs-tools', u'flex', u'geoip', u'gflags', u'giflib', u'libjpeg', u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-huawei.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-via.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'f2fs-tools', u'flex', u'geoip', u'gflags', u'giflib', u'libjpeg', u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'geoip', u'gflags', u'giflib', u'libjpeg', u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libzlib', u'libpcap', u'bullet', u'util-linux', u'f2fs-tools', u'flex', u'geoip', u'gflags', u'giflib', u'libjpeg', u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-quectel.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libusb.la" is touched by more than one package: [u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-anydata.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-wavecom.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libfm-extra.la" is touched by more than one package: [u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'libusb', u'libzlib', u'libpcap', u'bullet', u'util-linux', u'f2fs-tools', u'flex', u'geoip', u'gflags', u'giflib', u'libjpeg', u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libmicrohttpd.la" is touched by more than one package: [u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-nokia-icera.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-option.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-altair-lte.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libgif.la" is touched by more than one package: [u'giflib', u'libjpeg', u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-haier.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libltdl.la" is touched by more than one package: [u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libusb', u'libzlib', u'libpcap', u'bullet', u'util-linux', u'f2fs-tools', u'flex', u'geoip', u'gflags', u'giflib', u'libjpeg', u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-novatel.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-sierra.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-linktop.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-samsung.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-x22x.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-thuraya.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-nokia.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libmenu-cache.la" is touched by more than one package: [u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libf2fs_format.la" is touched by more than one package: [u'f2fs-tools', u'flex', u'geoip', u'gflags', u'giflib', u'libjpeg', u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/libcdaudio.la" is touched by more than one package: [u'libcdaudio', u'libcue', u'libevdev', u'libffi', u'pcre', u'libglib2', u'libfm-extra', u'libgee', u'libmicrohttpd', u'libnet', u'libtirpc', u'libnfs', u'libogg', u'libserialport', u'libsoxr', u'libtool', u'libusb-compat', u'menu-cache', u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-dell.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] Warning: staging file "./usr/lib/ModemManager/libmm-plugin-generic.la" is touched by more than one package: [u'modem-manager', u'nanomsg', u'ocrad', u'speex'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-host.txt Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libnfs.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libdbus-1.la" is touched by more than one package: [u'host-bison', u'host-cmake', u'host-jsmin', u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-thuraya.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-mtk.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libmenu-cache.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-novatel-lte.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-jsmin', u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libgio-2.0.la" is touched by more than one package: [u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-ublox.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-telit.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libgee-0.8.la" is touched by more than one package: [u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-longcheer.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libgif.la" is touched by more than one package: [u'host-jsmin', u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-samsung.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-sierra.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-huawei.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-x22x.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-sierra-legacy.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-quectel.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-wavecom.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-novatel.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libffi.la" is touched by more than one package: [u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-altair-lte.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-motorola.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libasound.la" is touched by more than one package: [u'host-pkgconf', u'host-bison', u'host-cmake', u'host-jsmin', u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-option-hso.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libgobject-2.0.la" is touched by more than one package: [u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libexpat.la" is touched by more than one package: [u'host-bison', u'host-cmake', u'host-jsmin', u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libcdaudio.la" is touched by more than one package: [u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libf2fs.la" is touched by more than one package: [u'host-jsmin', u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libusb-1.0.la" is touched by more than one package: [u'host-cmake', u'host-jsmin', u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-simtech.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-dell.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libserialport.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-iridium.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libjpeg.la" is touched by more than one package: [u'host-jsmin', u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libf2fs_format.la" is touched by more than one package: [u'host-jsmin', u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libfm-extra.la" is touched by more than one package: [u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libltdl.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-zte.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libmount.la" is touched by more than one package: [u'host-jsmin', u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libusb.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libmm-glib.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-pantech.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libgthread-2.0.la" is touched by more than one package: [u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-cinterion.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-linktop.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-generic.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-ericsson-mbm.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-via.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libnet.la" is touched by more than one package: [u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-option.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-jsmin', u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libtirpc.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libfl.la" is touched by more than one package: [u'host-jsmin', u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-nokia-icera.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libmicrohttpd.la" is touched by more than one package: [u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libGeoIP.la" is touched by more than one package: [u'host-jsmin', u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-nokia.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-haier.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libevdev.la" is touched by more than one package: [u'host-expat', u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libogg.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/ModemManager/libmm-plugin-anydata.la" is touched by more than one package: [u'host-patchelf', u'host-zip'] Warning: host file "./sparc-buildroot-linux-uclibc/sysroot/usr/lib/libglib-2.0.la" is touched by more than one package: [u'host-vala', u'host-libtirpc', u'host-patchelf', u'host-zip'] rm -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-3/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-3/output/host/sparc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-3/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-3/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-3/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-3/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/include /home/buildroot/autobuild/run/instance-3/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-3/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-3/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-3/output/target/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/man /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/info /home/buildroot/autobuild/run/instance-3/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/doc /home/buildroot/autobuild/run/instance-3/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-3/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-3/output/host/bin/sparc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/sparc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/sparc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-3/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11.3-00024-g3e37abb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11.3"; \ echo "PRETTY_NAME=\"Buildroot 2018.11.3\"" \ ) > /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-3/output/target/usr make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-3/buildroot' >>> Buildroot 2018.11.3-00024-g3e37abb 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 >>> 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) >>> arp-scan 1.9 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bullet 2.86.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> f2fs-tools v1.11.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> 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) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> geoip 1.6.11 Collecting legal info ERROR: No hash found for COPYING >>> gflags v2.2.0 Collecting legal info COPYING.txt: OK (sha256: 90d1f3701813c3cd65eee2dc736746fe46b465918f3f7d6d31463a2018b33fa5) >>> giflib 5.1.4 Collecting legal info ERROR: No hash found for COPYING >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcue v2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libevdev 1.6.0 Collecting legal info COPYING: OK (sha256: f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b932137) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libfm-extra 1.3.0.2 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libgee 0.20.1 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-vala 0.34.7 Collecting legal info ERROR: No hash found for COPYING >>> libmicrohttpd 0.9.59 Collecting legal info COPYING: OK (sha256: 70e12e2a60151b9ed1a4c94a5ffeb99cd086fa94542b5a92fec581506e8d3121) >>> libnet 1.1.6 Collecting legal info ERROR: No hash found for doc/COPYING >>> libnfs libnfs-2.0.0 Collecting legal info COPYING: OK (sha256: 2d152e3a2f31ef0fe14d4908377277f8215fb5c82ec9329d1eed081c845fc85f) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libserialport 0.1.1 Collecting legal info ERROR: No hash found for COPYING >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> menu-cache 1.1.0 Collecting legal info COPYING: OK (sha256: 7459fbad62653e4061dbfde3b0cad7c72777838beb10d2d11d969fac6226e7de) >>> modem-manager 1.8.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> motion release-4.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nanomsg 1.0.0 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> netplug 1.2.9.2 Collecting legal info ERROR: No hash found for COPYING >>> ocrad 0.26 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sispmctl 3.1 Collecting legal info ERROR: No hash found for LICENCE >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> triggerhappy b822888066129350e51ad79f1cf307fa38dae4f7 Collecting legal info ERROR: No hash found for COPYING >>> 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) Legal info produced in /home/buildroot/autobuild/run/instance-3/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'