In file included from zipup.c:109:0: zipup.c: In function 'file_read': unix/zipup.h:21:26: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] #define zread(f,b,n) read(f,b,n) ^ zipup.c:1264:10: note: in expansion of macro 'zread' zread(ifile, buf, 1); len = 1; /* keep single \r if EOF */ ^ fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^ fileio.c:2143:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^ fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, FNMAX, stdin); ^ /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -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:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(f, &c, 1); ^ /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -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:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^ fileio.c:2143:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^ fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, FNMAX, stdin); ^ /usr/bin/gcc -c -O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -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 zipsplit.c: In function 'main': zipsplit.c:884:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(m, 10, stdin); ^ zipsplit.c: In function 'retry': zipsplit.c:496:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(m, 10, stdin); ^ /usr/bin/gcc -o zip zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o zbz2err.o deflate.o trees.o /usr/bin/gcc -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o crypt_.o ttyio.o /usr/bin/gcc -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o /usr/bin/gcc -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o >>> host-zip 30 Installing to host directory PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-0/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-0/output/host/share/pkgconfig" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-0/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-0/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/run/instance-0/output/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" LDFLAGS="-L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/autobuild/run/instance-0/output/build/host-zip-30 -f unix/Makefile install prefix=/home/buildroot/autobuild/run/instance-0/output/host mkdir -p /home/buildroot/autobuild/run/instance-0/output/host/bin cp zip zipcloak zipnote zipsplit /home/buildroot/autobuild/run/instance-0/output/host/bin cd /home/buildroot/autobuild/run/instance-0/output/host/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /home/buildroot/autobuild/run/instance-0/output/host/man/man1 cp man/zip.1 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zip.1 chmod 644 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zip.1 cp man/zipcloak.1 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipcloak.1 chmod 644 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipcloak.1 cp man/zipnote.1 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipnote.1 chmod 644 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipnote.1 cp man/zipsplit.1 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipsplit.1 chmod 644 /home/buildroot/autobuild/run/instance-0/output/host/man/man1/zipsplit.1 zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00.tar.gz: OK (sha256: d3afb1f0ce67df29f759da74235949370ac2818faf242f3f674cb48f9f4c57d3) >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-0/dl/zlog/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-0/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00 -xf - >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Patching Applying 0001-fix-compiling-on-Buildroot.patch using patch: patching file src/fmacros.h Applying 0002-compile-Remove-Werror-and-avoid-build-failures-becau.patch using patch: patching file src/makefile >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Configuring >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 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" /usr/bin/make -j1 CC="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " -C /home/buildroot/autobuild/run/instance-0/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00 all cd src && /usr/bin/make all /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb buf.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category_table.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb conf.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb event.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb format.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level_list.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb mdc.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record_table.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rotater.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rule.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb spec.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb thread.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_arraylist.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_hashtable.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_profile.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_util.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -shared -Wl,-soname,libzlog.so.1.2 -o libzlog.so buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o -pthread # for use in test folder - linux and requirement for aix runtime # resolving cp -f libzlog.so libzlog.so.1 cp -f libzlog.so libzlog.so.1.2 /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog-chk-conf.c ar rcs libzlog.a buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o zlog-chk-conf zlog-chk-conf.o -L. -lzlog -pthread >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Installing to staging 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" /usr/bin/make -j4 PREFIX=/home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-uclibc/sysroot/usr -C /home/buildroot/autobuild/run/instance-0/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00 install cd src && /usr/bin/make install mkdir -p /home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include /home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-uclibc/sysroot/usr/lib cp -a zlog.h /home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include cp -a libzlog.so /home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-uclibc/sysroot/usr/lib/libzlog.so.1.2 cd /home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-uclibc/sysroot/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-uclibc/sysroot/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-uclibc/sysroot/usr/lib >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Fixing libtool files >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Installing to target 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" /usr/bin/make -j4 PREFIX=/home/buildroot/autobuild/run/instance-0/output/target/usr -C /home/buildroot/autobuild/run/instance-0/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00 install cd src && /usr/bin/make install mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/usr/include /home/buildroot/autobuild/run/instance-0/output/target/usr/lib cp -a zlog.h /home/buildroot/autobuild/run/instance-0/output/target/usr/include cp -a libzlog.so /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/libzlog.so.1.2 cd /home/buildroot/autobuild/run/instance-0/output/target/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /home/buildroot/autobuild/run/instance-0/output/target/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /home/buildroot/autobuild/run/instance-0/output/target/usr/lib >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgpgmepp.la" is touched by more than one package: [u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: [u'libconfuse', u'libsodium', u'libcurl', u'libffi', u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libopkg.la" is touched by more than one package: [u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libffi', u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libfreeradius-client.la" is touched by more than one package: [u'freeradius-client', u'xz', u'libzlib', u'libxml2', u'libopenssl', u'libarchive', u'libconfuse', u'libsodium', u'libcurl', u'libffi', u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libthrift_c_glib.la" is touched by more than one package: [u'thrift', u'zlog'] Warning: staging file "./usr/lib/gvfs/libgvfsdaemon.la" is touched by more than one package: [u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libgee-0.8.la" is touched by more than one package: [u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libtpl.la" is touched by more than one package: [u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libthriftnb.la" is touched by more than one package: [u'thrift', u'zlog'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libsodium.la" is touched by more than one package: [u'libsodium', u'libcurl', u'libffi', u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libthriftz.la" is touched by more than one package: [u'thrift', u'zlog'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libopenssl', u'libarchive', u'libconfuse', u'libsodium', u'libcurl', u'libffi', u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libconfuse', u'libsodium', u'libcurl', u'libffi', u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libulockmgr.la" is touched by more than one package: [u'libfuse', u'flatbuffers', u'freeradius-client', u'xz', u'libzlib', u'libxml2', u'libopenssl', u'libarchive', u'libconfuse', u'libsodium', u'libcurl', u'libffi', u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/python2.7/site-packages/libmount/pylibmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libdvbsi++.la" is touched by more than one package: [u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libfuse.la" is touched by more than one package: [u'libfuse', u'flatbuffers', u'freeradius-client', u'xz', u'libzlib', u'libxml2', u'libopenssl', u'libarchive', u'libconfuse', u'libsodium', u'libcurl', u'libffi', u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libijs.la" is touched by more than one package: [u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'libfuse', u'flatbuffers', u'freeradius-client', u'xz', u'libzlib', u'libxml2', u'libopenssl', u'libarchive', u'libconfuse', u'libsodium', u'libcurl', u'libffi', u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libassuan.la" is touched by more than one package: [u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libgpgme.la" is touched by more than one package: [u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libfuse', u'flatbuffers', u'freeradius-client', u'xz', u'libzlib', u'libxml2', u'libopenssl', u'libarchive', u'libconfuse', u'libsodium', u'libcurl', u'libffi', u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/gvfs/libgvfscommon.la" is touched by more than one package: [u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libthrift.la" is touched by more than one package: [u'thrift', u'zlog'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/gio/modules/libgvfsdbus.la" is touched by more than one package: [u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libjson-c.la" is touched by more than one package: [u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libzlib', u'libxml2', u'libopenssl', u'libarchive', u'libconfuse', u'libsodium', u'libcurl', u'libffi', u'pcre', u'python', u'util-linux', u'libglib2', u'gsettings-desktop-schemas', u'shared-mime-info', u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/gio/modules/libgioremote-volume-monitor.la" is touched by more than one package: [u'gvfs', u'ijs', u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'json-c', u'snappy', u'leveldb', u'libgpg-error', u'libassuan', u'libdvbsi', u'libevent', u'libgee', u'libgpgme', u'libical', u'libpcap', u'libtpl', u'libxmlrpc', u'opentracing-cpp', u'opkg', u'thrift', u'zlog'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-host.txt 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/x86_64-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas Warning: Schema ?org.gnome.system.locale? has path ?/system/locale/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy? has path ?/system/proxy/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.http? has path ?/system/proxy/http/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.https? has path ?/system/proxy/https/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.ftp? has path ?/system/proxy/ftp/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.socks? has path ?/system/proxy/socks/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. PYTHONPATH="/home/buildroot/autobuild/run/instance-0/output/target/usr/lib/python2.7/sysconfigdata/" cd /home/buildroot/autobuild/run/instance-0/output/target && /home/buildroot/autobuild/run/instance-0/output/host/bin/python2.7 /home/buildroot/autobuild/run/instance-0/buildroot/support/scripts/pycompile.py usr/lib/python2.7 find /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/python2.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/python2.7 -name '*.pyo' -print0 | xargs -0 --no-run-if-empty rm -f 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/x86_64-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/x86_64-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/x86_64-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-00641-g2232238"; \ 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-00641-g2232238 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 >>> boost 1.68.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> icu 60.2 Collecting legal info LICENSE: OK (sha256: 24c771ce37201a3ab604852e47d10d21595d0493269dd6c8a5e567e998e18c00) >>> host-icu 60.2 Collecting legal info LICENSE: OK (sha256: 24c771ce37201a3ab604852e47d10d21595d0493269dd6c8a5e567e998e18c00) >>> 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 >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> ddrescue 1.22 Collecting legal info ERROR: No hash found for COPYING >>> dstat 0.7.3 Collecting legal info ERROR: No hash found for COPYING >>> ed 1.14.2 Collecting legal info ERROR: No hash found for COPYING >>> exfat 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libfuse 2.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> flatbuffers v1.9.0 Collecting legal info LICENSE.txt: OK (sha256: 7ec9661a8afafab1eee3523d6f1a193eff76314a5ab10b4ce96aefd87621b0c3) >>> freeradius-client 1.1.7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> fwup v1.2.5 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> 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) >>> libarchive 3.3.3 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> openssl Collecting legal info >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> gnupg 1.4.23 Collecting legal info ERROR: No hash found for COPYING >>> libcurl 7.62.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> gsettings-desktop-schemas 3.22.0 Collecting legal info ERROR: No hash found for COPYING >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.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) >>> 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) >>> python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> gvfs 1.31.4 Collecting legal info COPYING: OK (sha256: 45cf336e2e48176993babc5aabf44437390f40e6a86a472c6abfc7ce9c035db4) >>> shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> hwdata v0.308 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ijs 0.35 Collecting legal info ERROR: No hash found for README >>> iw 4.14 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> leveldb v1.20 Collecting legal info ERROR: No hash found for LICENSE >>> snappy 1.1.7 Collecting legal info COPYING: OK (sha256: 55172044f7e241207117448a4d9d6ba1d0925c8ad66b5d4c08c70adfa9cc3de6) >>> libassuan 2.5.1 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.32 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdvbsi 0.3.7 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> 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 >>> libgpgme 1.12.0 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libical 1.0.1 Collecting legal info LICENSE: OK (sha256: c393726f82e6f21df5262110215f6a4382b32046d10afdcfcc49338aa7a191f2) >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libtpl v1.6.1 Collecting legal info ERROR: No hash found for LICENSE >>> libxmlrpc 1.43.08 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> obsidian-cursors 1.0 Collecting legal info >>> opentracing-cpp v1.2.0 Collecting legal info COPYING: OK (sha256: b80bffcfee825a69645f7ca97ddba48714031ea5c845198d184714d5490798b6) >>> opkg 0.3.6 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixz 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> python-bcrypt 3.1.5 Collecting legal info LICENSE: OK (sha256: 8173d5c29b4f956d532781d2b86e4e30f83e6b7878dce18c919451d6ba707c90) >>> host-python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> host-python-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-cssutils 1.0.1 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> python-docutils 0.14 Collecting legal info COPYING.txt: OK (sha256: 58c2807e9e6e3297ad4da08acc8884d09d8c5ffc9d824dd100922d0bb1ee4717) >>> python-falcon 1.4.1 Collecting legal info LICENSE: OK (sha256: e9e7f1a7ba764f042e56afce6f3563c2be9c4fffbb1404b20f8050ae051f577c) >>> python-gunicorn 19.9.0 Collecting legal info LICENSE: OK (sha256: 789fe11b92e1cabfbcf744b5fcc392c9bd5c6798603a4e89f925b6337984d1df) >>> python-mimeparse 1.6.0 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> python-pathlib2 2.3.3 Collecting legal info LICENSE.rst: OK (sha256: f8e02f1a07e4c6fc59a4bee831ddde26b97064105c423b9e24340f35aaa80262) >>> python-pycares 2.3.0 Collecting legal info LICENSE: OK (sha256: 427bb3a5372024a26e2c290b24382512bcc7ca123431c4dd178dd613beea7eee) >>> python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-pyicu 1.9.7 Collecting legal info ERROR: No hash found for LICENSE >>> python-scandir 1.9.0 Collecting legal info LICENSE.txt: OK (sha256: a5e2fbdc239744419d29407cdbc92793c4d9c1d956c174f7cb7f96fa6d058c86) >>> python-six 1.12.0 Collecting legal info LICENSE: OK (sha256: e732f54da58f3e9cf0c48e8b512948936fcf7361bd58afa63a9a3c392bf794ad) >>> tcpreplay 4.2.6 Collecting legal info ERROR: No hash found for docs/LICENSE >>> 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.68.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.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> tz Collecting legal info >>> host-tzdata 2018e Collecting legal info >>> host-zic 2018e Collecting legal info >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> host-zip 30 Collecting legal info ERROR: No hash found for LICENSE >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (HOST_TZDATA_LICENSE_FILES not defined) WARNING: zic-2018e: cannot save license (HOST_ZIC_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_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'