Applying 0003-Makefile-Use-CFLAGS-from-command-line.patch using patch: patching file unix/Makefile Applying 0004-configure-use-LDFLAGS-from-command-line.patch using patch: patching file unix/configure Applying 0005-unix-configure-remove-GID-UID-size-check.patch using patch: 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-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-0/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-0/output/host/share/pkgconfig" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-0/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-0/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/run/instance-0/output/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" LDFLAGS="-L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/autobuild/run/instance-0/output/build/host-zip-30 CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT" AS="/usr/bin/gcc -c" -f unix/Makefile generic make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/host-zip-30' sh unix/configure "/usr/bin/gcc" "-O2 -I/home/buildroot/autobuild/run/instance-0/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/buildroot/autobuild/run/instance-0/output/build/host-zip-30' /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/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-0/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-0/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-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c 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]); ^~~~~~ 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 */ ^~~~~ 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/buildroot/autobuild/run/instance-0/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-0/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-0/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-0/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/buildroot/autobuild/run/instance-0/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-0/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-0/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-0/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-0/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-0/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-0/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-0/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-0/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/buildroot/autobuild/run/instance-0/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-0/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-0/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-0/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-0/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); ^~~~~~~~~~~~~~~~~~~ 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 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 make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/host-zip-30' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/host-zip-30' >>> host-zip 30 Installing to host directory PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-0/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-0/output/host/share/pkgconfig" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-0/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-0/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/run/instance-0/output/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" LDFLAGS="-L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/autobuild/run/instance-0/output/build/host-zip-30 -f unix/Makefile install prefix=/home/buildroot/autobuild/run/instance-0/output/host make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/host-zip-30' mkdir -p /home/buildroot/autobuild/run/instance-0/output/host/bin cp zip zipcloak zipnote zipsplit /home/buildroot/autobuild/run/instance-0/output/host/bin cd /home/buildroot/autobuild/run/instance-0/output/host/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /home/buildroot/autobuild/run/instance-0/output/host/man/man1 cp man/zip.1 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zip.1 chmod 644 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zip.1 cp man/zipcloak.1 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipcloak.1 chmod 644 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipcloak.1 cp man/zipnote.1 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipnote.1 chmod 644 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipnote.1 cp man/zipsplit.1 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipsplit.1 chmod 644 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipsplit.1 make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/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/buildroot/autobuild/run/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'gmp'] ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'gmp'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libgee-0.8.la" is touched by more than one package: [u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'bzip2', u'expat', u'libzlib', u'libpng', u'freetype', u'ncurses', u'readline', u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libpthsem.la" is touched by more than one package: [u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libopusurl.la" is touched by more than one package: [u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libsigrok.la" is touched by more than one package: [u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libopusfile.la" is touched by more than one package: [u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libopus.la" is touched by more than one package: [u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libtpl.la" is touched by more than one package: [u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libsvg.la" is touched by more than one package: [u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libsodium.la" is touched by more than one package: [u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'ncurses', u'readline', u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libkmod.la" is touched by more than one package: [u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libzlib', u'libpng', u'freetype', u'ncurses', u'readline', u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libkvazaar.la" is touched by more than one package: [u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libsoup-2.4.la" is touched by more than one package: [u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'ncurses', u'readline', u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'argp-standalone', u'libev', u'bzip2', u'expat', u'libzlib', u'libpng', u'freetype', u'ncurses', u'readline', u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'ncurses', u'readline', u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'cmocka', u'kmod', u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libudev.la" is touched by more than one package: [u'eudev', u'libusb', u'cups', u'gmp', u'gpsd', u'libjpeg', u'kvazaar', u'libopenssl', u'libplatform', u'libcec', u'libftdi1', u'libgee', u'libhttpparser', u'libogg', u'opus', u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libopusenc.la" is touched by more than one package: [u'libopusenc', u'libpthsem', u'libzip', u'libsigrok', u'libsodium', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'libsoup', u'libsvg', u'libtpl', u'libvorbis', u'libvpx', u'linknx', u'sdl', u'nettle', u'opusfile', u'qhull', u'speexdsp'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-gnupg', u'host-bison'] rm -f /home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-0/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-0/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/run/instance-0/output/host/bin/arm-linux-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-0/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-0/output/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-0/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-0/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/include /home/buildroot/autobuild/run/instance-0/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-0/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-0/output/target/lib/ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/man /home/buildroot/autobuild/run/instance-0/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/info /home/buildroot/autobuild/run/instance-0/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/doc /home/buildroot/autobuild/run/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00937-g3019b97648"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-0/output/target/usr make: Leaving directory '/home/buildroot/autobuild/run/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/run/instance-0/buildroot' >>> Buildroot 2019.02-git-00937-g3019b97648 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.7 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) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> argp-standalone 1.3 Collecting legal info >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> libev 4.24 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> bootstrap 4.1.0 Collecting legal info css/bootstrap.css: OK (sha256: 0ce7fbe215cdf921ed87d00a374404681d5d24898589a7fe60e068d09289b4ba) >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> cairo 1.15.12 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> freetype 2.9.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.36 Collecting legal info LICENSE: OK (sha256: 142da07fb4b0cceb861b2e69fe7e5b602f25ec7adc85b0a426133d9ee0d2e116) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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 >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> cmocka 1.1.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> cups 2.2.7 Collecting legal info LICENSE.txt: OK (sha256: 6e0e0ffbde118aae709f7ef65590de9071e8b2cd322f84fd645c6b64f3cc452c) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> udev Collecting legal info >>> eudev 3.2.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> kmod 25 Collecting legal info ERROR: No hash found for libkmod/COPYING >>> dosfstools 4.1 Collecting legal info ERROR: No hash found for COPYING >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> host-gnupg 1.4.23 Collecting legal info ERROR: No hash found for COPYING >>> gpsd 3.18 Collecting legal info COPYING: OK (sha256: 71ff85d18bf063954cfc4251678d0e772223e21f80febbd99d5524c90f73f832) >>> host-scons 2.5.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> hwdata v0.308 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> host-imx-mkimage rel_imx_4.9.51_8mq_ga Collecting legal info iMX8dv/COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> kvazaar v1.2.0 Collecting legal info COPYING: OK (sha256: 531712277c3543b9ee86c4c4e0e424f531b893a44cc021c74a24b038d8de4d2a) >>> lftp 4.8.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> openssl Collecting legal info >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libcec 4.0.2 Collecting legal info COPYING: OK (sha256: 3618005b3db4eb8ede7292d233e6c41605cb8dcbd33e8790eff6e29c1e4f3789) >>> libplatform 2d90f98620e25f47702c9e848380c0d93f29462b Collecting legal info ERROR: No hash found for src/os.h >>> libftdi1 1.4 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> 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 >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libhttpparser v2.9.0 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpthsem 2.0.8 Collecting legal info ERROR: No hash found for COPYING >>> libsigrok 0.5.1 Collecting legal info ERROR: No hash found for COPYING >>> libzip 1.5.1 Collecting legal info LICENSE: OK (sha256: 04464e729973cf58189051e7a3e8bca2acce9a1058c735e9e2eb1fdbe0fbbf50) >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> libsoup 2.62.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> 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 >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3250300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libsvg 0.1.4 Collecting legal info ERROR: No hash found for COPYING >>> libtpl v1.6.1 Collecting legal info ERROR: No hash found for LICENSE >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libvpx v1.7.0 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> linknx 0.0.1.33 Collecting legal info >>> ltris 1.0.19 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> nettle 3.4.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> odhcp6c 7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07 Collecting legal info ERROR: No hash found for COPYING >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.11 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pwgen 2.07 Collecting legal info ERROR: No hash found for debian/copyright >>> qhull 7.2.0 Collecting legal info ERROR: No hash found for COPYING.txt >>> sigrok-cli 0.7.0 Collecting legal info ERROR: No hash found for COPYING >>> speexdsp 20ed3452074664ad07e380e51321b148acebdf20 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> strace 4.26 Collecting legal info COPYING: OK (sha256: ba6d645dfe0f5e13bf1f117f0595e90076b845fc9aaa1d5778699792bb2d70b2) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> sudo 1.8.23 Collecting legal info doc/LICENSE: OK (sha256: b6625a7b58e9469a7adfd1732960579a19fe84b3508030f9a31641283e2250b8) >>> tn5250 0.17.4 Collecting legal info ERROR: No hash found for COPYING >>> ts4900-fpga 20150930 Collecting legal info >>> usb_modeswitch 2.5.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> usb_modeswitch_data 20170806 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> wireless-regdb 2018.09.07 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> 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: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: linknx-0.0.1.33: cannot save license (LINKNX_LICENSE_FILES not defined) WARNING: ts4900-fpga-20150930: cannot save license (TS4900_FPGA_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-0/output/legal-info make: Leaving directory '/home/buildroot/autobuild/run/instance-0/buildroot'