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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin:/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/home/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/lib/pkgconfig:/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/share/pkgconfig" /usr/bin/make -j3 PATH="/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin:/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/home/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/lib/pkgconfig:/home/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include" CFLAGS="-O2 -I/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include" CXXFLAGS="-O2 -I/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include" LDFLAGS="-L/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/lib -Wl,-rpath,/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-zip-30 CFLAGS="-O2 -I/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT" AS="/usr/bin/gcc -c" -f unix/Makefile generic make[1]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-zip-30' sh unix/configure "/usr/bin/gcc" "-O2 -I/home/rclinux/rc-buildroot-test/scripts/instance-1/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` make[2]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-zip-30' /usr/bin/gcc -c -O2 -I/home/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c In file included from zipup.c:109:0: zipup.c: In function 'file_read': unix/zipup.h:21:22: 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]); ^~~~~~ 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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c:2143:7: 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:5: 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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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:13: 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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c:2143:7: 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:5: 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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -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 zipsplit.c: In function 'main': zipsplit.c:884:7: 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 zipsplit.c: In function 'retry': zipsplit.c:496:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(m, 10, stdin); ^~~~~~~~~~~~~~~~~~~ /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 make[2]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-zip-30' make[1]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-zip-30' >>> host-zip 30 Installing to host directory PATH="/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin:/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/home/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/lib/pkgconfig:/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/share/pkgconfig" /usr/bin/make -j3 PATH="/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin:/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/home/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/lib/pkgconfig:/home/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include" CFLAGS="-O2 -I/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include" CXXFLAGS="-O2 -I/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include" LDFLAGS="-L/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/lib -Wl,-rpath,/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-zip-30 -f unix/Makefile install prefix=/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host make[1]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-zip-30' mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin cp zip zipcloak zipnote zipsplit /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin cd /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/man/man1 cp man/zip.1 /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/man/man1/zip.1 chmod 644 /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/man/man1/zip.1 cp man/zipcloak.1 /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/man/man1/zipcloak.1 chmod 644 /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/man/man1/zipcloak.1 cp man/zipnote.1 /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/man/man1/zipnote.1 chmod 644 /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/man/man1/zipnote.1 cp man/zipsplit.1 /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/man/man1/zipsplit.1 chmod 644 /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/man/man1/zipsplit.1 make[1]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-zip-30' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/bin/unxz" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/xzcat" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/lzcat" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/xz" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/lzma" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/lspci" is touched by more than one package: [u'busybox', u'pciutils'] Warning: target file "./usr/bin/unlzma" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/traceroute" is touched by more than one package: [u'busybox', u'traceroute'] ./support/scripts/check-uniq-files -t staging /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libsocketcan.la" is touched by more than one package: [u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libspatialindex_c.la" is touched by more than one package: [u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libthrift.la" is touched by more than one package: [u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libfreeradius-client.la" is touched by more than one package: [u'freeradius-client', u'gd', u'libsodium', u'libmnl', u'ipset', u'libpthread-stubs', u'libdrm', u'kmsxx', u'lcdapi', u'libopenssl', u'xz', u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libtcti-device.la" is touched by more than one package: [u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libgd.la" is touched by more than one package: [u'gd', u'libsodium', u'libmnl', u'ipset', u'libpthread-stubs', u'libdrm', u'kmsxx', u'lcdapi', u'libopenssl', u'xz', u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libdrm.la" is touched by more than one package: [u'libdrm', u'kmsxx', u'lcdapi', u'libopenssl', u'xz', u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libtpl.la" is touched by more than one package: [u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libspatialindex.la" is touched by more than one package: [u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libthriftnb.la" is touched by more than one package: [u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libmagic.la" is touched by more than one package: [u'file', u'flite', u'freeradius-client', u'gd', u'libsodium', u'libmnl', u'ipset', u'libpthread-stubs', u'libdrm', u'kmsxx', u'lcdapi', u'libopenssl', u'xz', u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libsodium.la" is touched by more than one package: [u'libsodium', u'libmnl', u'ipset', u'libpthread-stubs', u'libdrm', u'kmsxx', u'lcdapi', u'libopenssl', u'xz', u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libthriftz.la" is touched by more than one package: [u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'ipset', u'libpthread-stubs', u'libdrm', u'kmsxx', u'lcdapi', u'libopenssl', u'xz', u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libldns.la" is touched by more than one package: [u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libipset.la" is touched by more than one package: [u'ipset', u'libpthread-stubs', u'libdrm', u'kmsxx', u'lcdapi', u'libopenssl', u'xz', u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'fftw', u'file', u'flite', u'freeradius-client', u'gd', u'libsodium', u'libmnl', u'ipset', u'libpthread-stubs', u'libdrm', u'kmsxx', u'lcdapi', u'libopenssl', u'xz', u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: [u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libfftw3.la" is touched by more than one package: [u'fftw', u'file', u'flite', u'freeradius-client', u'gd', u'libsodium', u'libmnl', u'ipset', u'libpthread-stubs', u'libdrm', u'kmsxx', u'lcdapi', u'libopenssl', u'xz', u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libsapi.la" is touched by more than one package: [u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libtcti-socket.la" is touched by more than one package: [u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libsz.la" is touched by more than one package: [u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'fftw', u'file', u'flite', u'freeradius-client', u'gd', u'libsodium', u'libmnl', u'ipset', u'libpthread-stubs', u'libdrm', u'kmsxx', u'lcdapi', u'libopenssl', u'xz', u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libevdev.la" is touched by more than one package: [u'libevdev', u'libzlib', u'libpng', u'fftw', u'file', u'flite', u'freeradius-client', u'gd', u'libsodium', u'libmnl', u'ipset', u'libpthread-stubs', u'libdrm', u'kmsxx', u'lcdapi', u'libopenssl', u'xz', u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/liblcdapi.la" is touched by more than one package: [u'lcdapi', u'libopenssl', u'xz', u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libarchive', u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libcuefile', u'libev', u'libevent', u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libexif.la" is touched by more than one package: [u'libexif', u'libldns', u'liblockfile', u'libloki', u'libmpdclient', u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libsepol', u'libsigc', u'libsocketcan', u'libspatialindex', u'libtasn1', u'libtommath', u'libtpl', u'liburiparser', u'mobile-broadband-provider-info', u'mpdecimal', u'mtd', u'mxml', u'nanomsg', u'pciutils', u'pixman', u'szip', u'thrift', u'tpm2-tss', u'xutil_util-macros'] ./support/scripts/check-uniq-files -t host /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison', u'host-gnupg', u'host-parted', u'host-autoconf-archive'] if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells || echo "/bin/ash" >> /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells || echo "/bin/hush" >> /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc echo "buildroot" > /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/hosts mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shadow rm -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/sh rm -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/include /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/aclocal \ /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/pkgconfig /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/pkgconfig \ /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/cmake /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/cmake find /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/ /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/ /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/gdb rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/bash-completion rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/zsh rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/man /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/man rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/info /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/info rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/doc /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/doc rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/gtk-doc rmdir /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share 2>/dev/null || true find /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-rc1-00045-gc27ed9f618"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-rc1\"" \ ) > /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/rclinux/rc-buildroot-test/scripts/instance-1/buildroot/support/scripts/fix-rpath target touch /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr make: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/buildroot' make: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/buildroot' >>> Buildroot 2018.05-rc1-00045-gc27ed9f618 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> 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 >>> aumix 2.9.1 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> 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) >>> brotli 1.0.3 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> busybox 1.28.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> bwm-ng f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef Collecting legal info ERROR: No hash found for COPYING >>> dawgdic 16ac537ba9883ff01b63b6d1fdc3072150c68fee Collecting legal info ERROR: No hash found for COPYING >>> host-dtc 1.4.4 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> easy-rsa 3.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for gpl-2.0.txt >>> evemu 2.7.0 Collecting legal info ERROR: No hash found for COPYING >>> libevdev 1.5.9 Collecting legal info COPYING: OK (sha256: f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b932137) >>> fbgrab 1.3 Collecting legal info ERROR: No hash found for COPYING >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> fftw 3.3.7 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> file 5.32 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/mygetopt.h ERROR: No hash found for src/vasprintf.c >>> host-file 5.32 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/mygetopt.h ERROR: No hash found for src/vasprintf.c >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> flite 1.4 Collecting legal info flite-1.4-release/COPYING: OK (sha256: 4cbeaee8c9a8f23f251f0ce56e9212d244d9ea6b0dbe48601623d920054249a1) >>> freeradius-client 1.1.7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> gadgetfs-test Collecting legal info >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> glorytun 0.0.93-mud Collecting legal info LICENSE: OK (sha256: bd418f8ef7d62f2c89e3aa1e5dc41c7d7a6212eb1cdb4d39a26a5bd333e1b4a3) >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> gnupg 1.4.22 Collecting legal info ERROR: No hash found for COPYING >>> host-gnupg 1.4.22 Collecting legal info ERROR: No hash found for COPYING >>> gnuplot 5.0.6 Collecting legal info ERROR: No hash found for Copyright >>> ipset 6.36 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> irqbalance v1.0.9 Collecting legal info ERROR: No hash found for COPYING >>> kmsxx cb0786049f960f2bd383617151b01318e02e9ff9 Collecting legal info ERROR: No hash found for LICENSE >>> libdrm 2.4.91 Collecting legal info >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> lcdapi v0.11 Collecting legal info ERROR: No hash found for COPYING >>> libarchive 3.3.2 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> 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 >>> libconfig v1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcuefile r475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libev 4.24 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.21 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libldns 1.7.0 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libloki 0.1.7 Collecting legal info >>> libmpdclient 2.14 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.46.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libplayer 2.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> libsocketcan 0.0.10 Collecting legal info >>> libspatialindex 1.8.5 Collecting legal info ERROR: No hash found for COPYING >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtommath 1.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> libtpl v1.6.1 Collecting legal info ERROR: No hash found for LICENSE >>> liburiparser 0.8.5 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> lockfile-progs 0.1.17 Collecting legal info ERROR: No hash found for COPYING >>> mobile-broadband-provider-info 20151214 Collecting legal info ERROR: No hash found for COPYING >>> mpd-mpc 0.30 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpdecimal 2.4.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> mtd 2.0.1 Collecting legal info ERROR: No hash found for COPYING >>> multicat 2.2 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> mxml 2.10 Collecting legal info ERROR: No hash found for COPYING >>> nanomsg 1.0.0 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> obsidian-cursors 1.0 Collecting legal info >>> host-parted 3.2 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) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> pixz 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> powertop 2.9 Collecting legal info ERROR: No hash found for COPYING >>> pv 1.6.0 Collecting legal info ERROR: No hash found for doc/COPYING >>> pwgen 2.07 Collecting legal info ERROR: No hash found for debian/copyright >>> sdparm 1.10 Collecting legal info ERROR: No hash found for COPYING >>> spi-tools 0.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> szip 2.1 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) >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> tpm2-tss 1.4.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> uemacs 8841922689769960fa074fbb053cb8507f2f3ed9 Collecting legal info >>> xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> 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: gadgetfs-test: cannot save license (GADGETFS_TEST_LICENSE_FILES not defined) WARNING: libdrm-2.4.91: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: libloki-0.1.7: cannot save license (LIBLOKI_LICENSE_FILES not defined) WARNING: libsocketcan-0.0.10: cannot save license (LIBSOCKETCAN_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: uemacs-8841922689769960fa074fbb053cb8507f2f3ed9: cannot save license (UEMACS_LICENSE_FILES not defined) Legal info produced in /home/rclinux/rc-buildroot-test/scripts/instance-1/output/legal-info make: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/buildroot'