{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_WAIT_H''@||g' \ -e 's/@''GNULIB_WAITPID''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ < ./lib/sys_wait.in.h; \ } > lib/sys/wait.h-t && \ mv lib/sys/wait.h-t lib/sys/wait.h rm -f lib/unistd.h-t lib/unistd.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_UNISTD_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ -e 's/@''GNULIB_CHDIR''@/0/g' \ -e 's/@''GNULIB_CHOWN''@/0/g' \ -e 's/@''GNULIB_CLOSE''@/0/g' \ -e 's/@''GNULIB_DUP''@/0/g' \ -e 's/@''GNULIB_DUP2''@/0/g' \ -e 's/@''GNULIB_DUP3''@/0/g' \ -e 's/@''GNULIB_ENVIRON''@/0/g' \ -e 's/@''GNULIB_EUIDACCESS''@/0/g' \ -e 's/@''GNULIB_FACCESSAT''@/0/g' \ -e 's/@''GNULIB_FCHDIR''@/0/g' \ -e 's/@''GNULIB_FCHOWNAT''@/0/g' \ -e 's/@''GNULIB_FDATASYNC''@/0/g' \ -e 's/@''GNULIB_FSYNC''@/0/g' \ -e 's/@''GNULIB_FTRUNCATE''@/0/g' \ -e 's/@''GNULIB_GETCWD''@/0/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \ -e 's/@''GNULIB_GETGROUPS''@/0/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_GETLOGIN''@/0/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/1/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \ -e 's/@''GNULIB_ISATTY''@/0/g' \ -e 's/@''GNULIB_LCHOWN''@/0/g' \ -e 's/@''GNULIB_LINK''@/0/g' \ -e 's/@''GNULIB_LINKAT''@/0/g' \ -e 's/@''GNULIB_LSEEK''@/0/g' \ -e 's/@''GNULIB_PIPE''@/0/g' \ -e 's/@''GNULIB_PIPE2''@/0/g' \ -e 's/@''GNULIB_PREAD''@/0/g' \ -e 's/@''GNULIB_PWRITE''@/0/g' \ -e 's/@''GNULIB_READ''@/0/g' \ -e 's/@''GNULIB_READLINK''@/0/g' \ -e 's/@''GNULIB_READLINKAT''@/0/g' \ -e 's/@''GNULIB_RMDIR''@/0/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_SLEEP''@/0/g' \ -e 's/@''GNULIB_SYMLINK''@/0/g' \ -e 's/@''GNULIB_SYMLINKAT''@/0/g' \ -e 's/@''GNULIB_TRUNCATE''@/0/g' \ -e 's/@''GNULIB_TTYNAME_R''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_UNLINK''@/0/g' \ -e 's/@''GNULIB_UNLINKAT''@/0/g' \ -e 's/@''GNULIB_USLEEP''@/0/g' \ -e 's/@''GNULIB_WRITE''@/0/g' \ < ./lib/unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|1|g' \ -e 's|@''HAVE_DUP2''@|1|g' \ -e 's|@''HAVE_DUP3''@|1|g' \ -e 's|@''HAVE_EUIDACCESS''@|1|g' \ -e 's|@''HAVE_FACCESSAT''@|1|g' \ -e 's|@''HAVE_FCHDIR''@|1|g' \ -e 's|@''HAVE_FCHOWNAT''@|1|g' \ -e 's|@''HAVE_FDATASYNC''@|1|g' \ -e 's|@''HAVE_FSYNC''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ -e 's|@''HAVE_GETGROUPS''@|1|g' \ -e 's|@''HAVE_GETHOSTNAME''@|1|g' \ -e 's|@''HAVE_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \ -e 's|@''HAVE_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ -e 's|@''HAVE_LINKAT''@|1|g' \ -e 's|@''HAVE_PIPE''@|1|g' \ -e 's|@''HAVE_PIPE2''@|1|g' \ -e 's|@''HAVE_PREAD''@|1|g' \ -e 's|@''HAVE_PWRITE''@|1|g' \ -e 's|@''HAVE_READLINK''@|1|g' \ -e 's|@''HAVE_READLINKAT''@|1|g' \ -e 's|@''HAVE_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ -e 's|@''HAVE_SYMLINKAT''@|1|g' \ -e 's|@''HAVE_TRUNCATE''@|1|g' \ -e 's|@''HAVE_UNLINKAT''@|1|g' \ -e 's|@''HAVE_USLEEP''@|1|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \ -e 's|@''HAVE_OS_H''@|0|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|0|g' \ -e 's|@''REPLACE_CLOSE''@|0|g' \ -e 's|@''REPLACE_DUP''@|0|g' \ -e 's|@''REPLACE_DUP2''@|0|g' \ -e 's|@''REPLACE_FACCESSAT''@|0|g' \ -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ -e 's|@''REPLACE_FTRUNCATE''@|0|g' \ -e 's|@''REPLACE_GETCWD''@|0|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \ -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ -e 's|@''REPLACE_ISATTY''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|0|g' \ -e 's|@''REPLACE_LINK''@|0|g' \ -e 's|@''REPLACE_LINKAT''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|0|g' \ -e 's|@''REPLACE_PREAD''@|0|g' \ -e 's|@''REPLACE_PWRITE''@|0|g' \ -e 's|@''REPLACE_READ''@|0|g' \ -e 's|@''REPLACE_READLINK''@|0|g' \ -e 's|@''REPLACE_READLINKAT''@|0|g' \ -e 's|@''REPLACE_RMDIR''@|0|g' \ -e 's|@''REPLACE_SLEEP''@|0|g' \ -e 's|@''REPLACE_SYMLINK''@|0|g' \ -e 's|@''REPLACE_SYMLINKAT''@|0|g' \ -e 's|@''REPLACE_TRUNCATE''@|0|g' \ -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ -e 's|@''REPLACE_UNLINK''@|0|g' \ -e 's|@''REPLACE_UNLINKAT''@|0|g' \ -e 's|@''REPLACE_USLEEP''@|0|g' \ -e 's|@''REPLACE_WRITE''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h'; \ } > lib/unistd.h-t && \ mv lib/unistd.h-t lib/unistd.h /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output/build/time-1.9' /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o lib/getopt.o lib/getopt.c /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o lib/getopt1.o lib/getopt1.c /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o lib/localtime-buffer.o lib/localtime-buffer.c /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o lib/lib_libtime_a-dirname-lgpl.o `test -f 'lib/dirname-lgpl.c' || echo './'`lib/dirname-lgpl.c /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o lib/lib_libtime_a-basename-lgpl.o `test -f 'lib/basename-lgpl.c' || echo './'`lib/basename-lgpl.c /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o lib/lib_libtime_a-stripslash.o `test -f 'lib/stripslash.c' || echo './'`lib/stripslash.c /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o lib/lib_libtime_a-getprogname.o `test -f 'lib/getprogname.c' || echo './'`lib/getprogname.c /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o lib/lib_libtime_a-progname.o `test -f 'lib/progname.c' || echo './'`lib/progname.c /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o lib/lib_libtime_a-unistd.o `test -f 'lib/unistd.c' || echo './'`lib/unistd.c /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o lib/lib_libtime_a-version-etc.o `test -f 'lib/version-etc.c' || echo './'`lib/version-etc.c /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o lib/lib_libtime_a-version-etc-fsf.o `test -f 'lib/version-etc-fsf.c' || echo './'`lib/version-etc-fsf.c /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wformat-security -Wswitch-enum -Wswitch-default -Wformat-nonliteral -Wunused-parameter -Wfloat-equal -fdiagnostics-show-option -funit-at-a-time -Wmissing-format-attribute -Wstrict-overflow -Wsuggest-attribute=const -Wsuggest-attribute=pure -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o src/time-time.o `test -f 'src/time.c' || echo './'`src/time.c /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wformat-security -Wswitch-enum -Wswitch-default -Wformat-nonliteral -Wunused-parameter -Wfloat-equal -fdiagnostics-show-option -funit-at-a-time -Wmissing-format-attribute -Wstrict-overflow -Wsuggest-attribute=const -Wsuggest-attribute=pure -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o src/time-resuse.o `test -f 'src/resuse.c' || echo './'`src/resuse.c /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wformat-security -Wswitch-enum -Wswitch-default -Wformat-nonliteral -Wunused-parameter -Wfloat-equal -fdiagnostics-show-option -funit-at-a-time -Wmissing-format-attribute -Wstrict-overflow -Wsuggest-attribute=const -Wsuggest-attribute=pure -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -c -o src/time-rusage-kb.o `test -f 'src/rusage-kb.c' || echo './'`src/rusage-kb.c rm -f lib/libtime.a /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-ar cr lib/libtime.a lib/lib_libtime_a-dirname-lgpl.o lib/lib_libtime_a-basename-lgpl.o lib/lib_libtime_a-stripslash.o lib/lib_libtime_a-getprogname.o lib/lib_libtime_a-progname.o lib/lib_libtime_a-unistd.o lib/lib_libtime_a-version-etc.o lib/lib_libtime_a-version-etc-fsf.o lib/getopt.o lib/getopt1.o lib/localtime-buffer.o /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-ranlib lib/libtime.a /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -std=gnu99 -Wall -Wextra -Wformat-security -Wswitch-enum -Wswitch-default -Wformat-nonliteral -Wunused-parameter -Wfloat-equal -fdiagnostics-show-option -funit-at-a-time -Wmissing-format-attribute -Wstrict-overflow -Wsuggest-attribute=const -Wsuggest-attribute=pure -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 -o time src/time-time.o src/time-resuse.o src/time-rusage-kb.o ./lib/libtime.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output/build/time-1.9' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output/build/time-1.9' >>> time 1.9 Installing to target PATH="/home/buildroot/autobuild/instance-2/output/host/bin:/home/buildroot/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-2/output/target install -C /home/buildroot/autobuild/instance-2/output/build/time-1.9/ make[1]: Entering directory '/home/buildroot/autobuild/instance-2/output/build/time-1.9' /usr/bin/make install-am make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output/build/time-1.9' make[3]: Entering directory '/home/buildroot/autobuild/instance-2/output/build/time-1.9' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output/target/usr/bin' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output/target/usr/share/info' /usr/bin/install -c time '/home/buildroot/autobuild/instance-2/output/target/usr/bin' /usr/bin/install -c -m 644 ./doc/time.info '/home/buildroot/autobuild/instance-2/output/target/usr/share/info' make[3]: Leaving directory '/home/buildroot/autobuild/instance-2/output/build/time-1.9' make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output/build/time-1.9' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output/build/time-1.9' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/instance-2/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgnutls-openssl.la" is touched by more than one package: [u'gnutls', u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'gnutls', u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libout123.la" is touched by more than one package: [u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'util-linux', u'zeromq', u'cppzmq', u'elfutils', u'gettext', u'gmp', u'libtasn1', u'nettle', u'pcre', u'gnutls', u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'zeromq', u'cppzmq', u'elfutils', u'gettext', u'gmp', u'libtasn1', u'nettle', u'pcre', u'gnutls', u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: [u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'gnutls', u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'nettle', u'pcre', u'gnutls', u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libagent++.la" is touched by more than one package: [u'agentpp', u'libzlib', u'libpcap', u'ncurses', u'readline', u'boost', u'libusb', u'util-linux', u'zeromq', u'cppzmq', u'elfutils', u'gettext', u'gmp', u'libtasn1', u'nettle', u'pcre', u'gnutls', u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libusb.la" is touched by more than one package: [u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libnfs.la" is touched by more than one package: [u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libnfc.la" is touched by more than one package: [u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libtiff.la" is touched by more than one package: [u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libxslt.la" is touched by more than one package: [u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libmonosgen-2.0.la" is touched by more than one package: [u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libMonoPosixHelper.la" is touched by more than one package: [u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libgnutlsxx.la" is touched by more than one package: [u'gnutls', u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libexslt.la" is touched by more than one package: [u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libmono-2.0.la" is touched by more than one package: [u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'gnutls', u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libgnutls.la" is touched by more than one package: [u'gnutls', u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'cppzmq', u'elfutils', u'gettext', u'gmp', u'libtasn1', u'nettle', u'pcre', u'gnutls', u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libmpg123.la" is touched by more than one package: [u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libtasn1', u'nettle', u'pcre', u'gnutls', u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libmonoboehm-2.0.la" is touched by more than one package: [u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libgeotiff.la" is touched by more than one package: [u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libsnmp++.la" is touched by more than one package: [u'snmppp', u'agentpp', u'libzlib', u'libpcap', u'ncurses', u'readline', u'boost', u'libusb', u'util-linux', u'zeromq', u'cppzmq', u'elfutils', u'gettext', u'gmp', u'libtasn1', u'nettle', u'pcre', u'gnutls', u'libconfuse', u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libMonoSupportW.la" is touched by more than one package: [u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/libite.la" is touched by more than one package: [u'libite', u'libopenssl', u'jansson', u'libcuefile', u'libcurl', u'tiff', u'libgeotiff', u'libusb-compat', u'libnfc', u'libnfs', u'libreplaygain', u'libtommath', u'libtomcrypt', u'libxml2', u'libxslt', u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] Warning: staging file "./usr/lib/liblightning.la" is touched by more than one package: [u'lightning', u'mono', u'mpg123', u'musepack', u'slang', u'postgresql'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/instance-2/output/build/packages-file-list-host.txt Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libtasn1.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libsnmp++.la" is touched by more than one package: [u'host-m4', u'host-ncurses', u'host-cmake', u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libnfs.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libusb-1.0.la" is touched by more than one package: [u'host-cmake', u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libgnutls-openssl.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libjansson.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libmonosgen-2.0.la" is touched by more than one package: [u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libgnutlsxx.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libmonoboehm-2.0.la" is touched by more than one package: [u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libmpg123.la" is touched by more than one package: [u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libxml2.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libgmp.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libagent++.la" is touched by more than one package: [u'host-m4', u'host-ncurses', u'host-cmake', u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libgnutls.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libtiff.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libreplaygain.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libcurl.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libxslt.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libMonoPosixHelper.la" is touched by more than one package: [u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libzmq.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libite.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libusb.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libconfuse.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libout123.la" is touched by more than one package: [u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/liblightning.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libgeotiff.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libmono-2.0.la" is touched by more than one package: [u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libnfc.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libexslt.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libMonoSupportW.la" is touched by more than one package: [u'host-patchelf', u'host-zic', u'host-gawk'] Warning: host file "./powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-zic', u'host-gawk'] grep -qsE '^/bin/bash$' /home/buildroot/autobuild/instance-2/output/target/etc/shells || echo "/bin/bash" >> /home/buildroot/autobuild/instance-2/output/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-2/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%8548%g" -e "s%@TARGET_ENDIAN@%"big"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -O2 -g2 `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output/host/etc/meson/cross-compilation.conf grep -qsE '^/usr/bin/screen$' /home/buildroot/autobuild/instance-2/output/target/etc/shells || echo "/usr/bin/screen" >> /home/buildroot/autobuild/instance-2/output/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-2/output/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output/target/etc/shadow rm -f /home/buildroot/autobuild/instance-2/output/target/bin/sh rm -f /home/buildroot/autobuild/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/instance-2/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-2/output/target/usr/include /home/buildroot/autobuild/instance-2/output/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output/target/usr/share/cmake find /home/buildroot/autobuild/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output/target/lib/ /home/buildroot/autobuild/instance-2/output/target/usr/lib/ /home/buildroot/autobuild/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-2/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-2/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output/target/usr/man /home/buildroot/autobuild/instance-2/output/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output/target/usr/info /home/buildroot/autobuild/instance-2/output/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output/target/usr/doc /home/buildroot/autobuild/instance-2/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-2/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/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/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/instance-2/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/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-rc2-00027-gcbf1d861fa"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-rc2\"" \ ) > /home/buildroot/autobuild/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output/target/usr make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2019.02-rc2-00027-gcbf1d861fa 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 >>> agentpp 4.0.7 Collecting legal info ERROR: No hash found for LICENSE-2_0.txt >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> snmppp 3.3.10 Collecting legal info src/v3.cpp: OK (sha256: d00d5deb9ce44fa01ddf6f882de3ea8b9e8402f776b546dd982d55367ebbd392) >>> arp-scan 1.9 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) 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) >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bash 4.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> boost 1.69.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> cc-tool 0.26 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> cppzmq v4.3.0 Collecting legal info LICENSE: OK (sha256: 7e6db90e2e805c72b3daa77849d1cb5f1f92da0e69750c8a4aa1d86d70704748) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> zeromq 4.3.1 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> 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) >>> dehydrated 0.6.2 Collecting legal info LICENSE: OK (sha256: b4583b7dd07e3e2a08906de38e7e329d41f921ed9dcb6310b3886e013a6b8723) >>> dhcpcd 7.0.3 Collecting legal info LICENSE: OK (sha256: b120a64b92cfb2453b61df4457a3c0eb163ef9c1c397822826756a31581f3947) >>> elfutils 0.174 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gnutls 3.6.6 Collecting legal info doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> nettle 3.4.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> iftop 1.0pre4 Collecting legal info ERROR: No hash found for COPYING >>> inadyn 2.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libite v2.0.2 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) src/chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> libcuefile r475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.64.0 Collecting legal info COPYING: OK (sha256: 8c8824f50e73a021f5dde1fccbf69685939247399a33a32abab1fa448c9ddabb) >>> libgeotiff 1.4.3 Collecting legal info LICENSE: OK (sha256: 16b83cf7c3bbfd20bffa768b9bfdb16506ca50f5c140a9f3431e740b155359c1) >>> tiff 4.0.8 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libnfc 1.7.1 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libnfs libnfs-3.0.0 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.1.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lightning 2.1.2 Collecting legal info COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> memstat 1.0 Collecting legal info ERROR: No hash found for debian/copyright >>> mono 5.14.0.177 Collecting legal info LICENSE: OK (sha256: 3b40a54878b5ac2767a764bd082f8772ab27c03b9da9c7328c4c4935725556f7) mcs/COPYING: OK (sha256: fc488f3ec9f36856bea8cce5cdde1449176341ef93a3962b691970f8981799f4) external/Newtonsoft.Json/Tools/7-zip/copying.txt: OK (sha256: 2c3c3ef532828bcd42bb3127349625a25291ff5ae7e6f8d42e0fe9b5be836a99) >>> host-mono 5.14.0.177 Collecting legal info LICENSE: OK (sha256: 3b40a54878b5ac2767a764bd082f8772ab27c03b9da9c7328c4c4935725556f7) mcs/COPYING: OK (sha256: fc488f3ec9f36856bea8cce5cdde1449176341ef93a3962b691970f8981799f4) external/Newtonsoft.Json/Tools/7-zip/copying.txt: OK (sha256: 2c3c3ef532828bcd42bb3127349625a25291ff5ae7e6f8d42e0fe9b5be836a99) >>> host-monolite 1051400005 Collecting legal info >>> mpg123 1.25.10 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> musepack r475 Collecting legal info ERROR: No hash found for libmpcdec/COPYING ERROR: No hash found for libmpcenc/quant.c >>> olsr 0.9.6.1 Collecting legal info ERROR: No hash found for license.txt ERROR: No hash found for lib/pud/nmealib/LICENSE >>> openntpd 6.2p3 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.4 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> postgresql 11.2 Collecting legal info COPYRIGHT: OK (sha256: c4c86d683970b22b9fab53320ee1b3a30ef4e8223122b4fb6be53ea62ecee8b3) >>> host-zic 2018e Collecting legal info >>> quagga 1.2.3 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> screen 4.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: monolite-1051400005: cannot save license (HOST_MONOLITE_LICENSE_FILES not defined) WARNING: zic-2018e: cannot save license (HOST_ZIC_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'