make[4]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzipwrap' make[3]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzipwrap' Making install in bins make[3]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/bins' make[4]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/bins' /bin/mkdir -p '/home/test/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' /bin/mkdir -p '/home/test/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/aclocal' /usr/bin/install -c -m 644 ../../bins/zziplib.m4 '/home/test/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/aclocal' /bin/bash ../libtool --silent --mode=install /usr/bin/install -c zzcat zzdir zzxorcat zzxordir zzxorcopy unzzip unzzip-mix unzzip-mem unzzip-big unzip-mem '/home/test/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin' make[4]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/bins' make[3]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/bins' Making install in test make[3]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/test' make[4]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/test' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/test' make[3]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/test' Making install in docs make[3]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/docs' make[4]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/docs' make[4]: Nothing to be done for `install-exec-am'. /bin/bash ../../uses/mkinstalldirs /home/test/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man3 P=`pwd` ; test -s manpages.tar || exit 1 \ ; cd /home/test/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man && '/home/test/autobuild/run/instance-1/output-1/host/bin/tar' xf $P/manpages.tar \ ; true make[4]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/docs' make[3]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/docs' make[3]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc' make[4]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc' make[3]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc' make[2]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc' make[1]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69' >>> zziplib v0.13.69 Fixing libtool files for la in $(find /home/test/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/test/autobuild/run/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/home/test/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/home/test/autobuild/run/instance-1/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/test/autobuild/run/instance-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/test/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/test/autobuild/run/instance-1/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zziplib v0.13.69 Installing to target PATH="/home/test/autobuild/run/instance-1/output-1/host/bin:/home/test/autobuild/run/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/test/autobuild/run/instance-1/output-1/target install -C /home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/ make[1]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69' Makefile:824: target `dist-all' given more than once in the same rule. sh: 0: Can't open ../uses/config.guess MAKE : 1 * install make[2]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc' Making install in zzip make[3]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzip' make[4]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzip' /bin/mkdir -p '/home/test/autobuild/run/instance-1/output-1/target/usr/lib' /bin/mkdir -p '/home/test/autobuild/run/instance-1/output-1/target/usr/lib/pkgconfig' /bin/bash ../libtool --silent --mode=install /usr/bin/install -c libzzip.la libzzipmmapped.la libzzipfseeko.la '/home/test/autobuild/run/instance-1/output-1/target/usr/lib' /usr/bin/install -c -m 644 zzip-zlib-config.pc zziplib.pc zzipmmapped.pc zzipfseeko.pc '/home/test/autobuild/run/instance-1/output-1/target/usr/lib/pkgconfig' /bin/mkdir -p '/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip' /usr/bin/install -c -m 644 ../../zzip/stdint.h ../../zzip/file.h ../../zzip/plugin.h ../../zzip/lib.h ../../zzip/zzip.h ../../zzip/zzip32.h ../../zzip/write.h ../../zzip/fetch.h ../../zzip/format.h ../../zzip/info.h ../../zzip/autoconf.h ../../zzip/types.h ../../zzip/conf.h _config.h _msvc.h ../../zzip/mmapped.h ../../zzip/memdisk.h ../../zzip/fseeko.h '/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip' /usr/bin/make install-data-hook make[5]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzip' /bin/mkdir -p '/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip' /usr/bin/install -c -m 644 ../../zzip/stdint.h ../../zzip/file.h ../../zzip/plugin.h ../../zzip/lib.h ../../zzip/zzip.h ../../zzip/zzip32.h ../../zzip/write.h ../../zzip/fetch.h ../../zzip/format.h ../../zzip/info.h ../../zzip/autoconf.h ../../zzip/types.h ../../zzip/conf.h _config.h _msvc.h ../../zzip/mmapped.h ../../zzip/memdisk.h ../../zzip/fseeko.h '/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip' echo '#ifndef ZZIP_WARNING' > /home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip.h echo '#define ZZIP_WARNING 1' >>/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip.h echo '#ifdef __GNUC__' >>/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip.h echo '#warning do no not use , update to include '\ >>/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip.h echo '#else' >>/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip.h echo '#error do no not use , update to include '\ >>/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip.h echo '#endif' >>/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip.h echo '#endif' >>/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip.h echo '#include "zzip/lib.h"' >>/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip.h sed -e 's|zzip.h|zziplib.h|' -e 's|zzip/lib.h|zzip/zzip.h|' \ /home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip.h >/home/test/autobuild/run/instance-1/output-1/target/usr/include/zziplib.h sed -e 's|zzip.h|zzip-io.h|' -e 's|zzip/lib.h|zzip/plugin.h|' \ /home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip.h >/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip-io.h make[5]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzip' libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/make install-exec-hook make[5]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzip' /home/test/autobuild/run/instance-1/output-1/target/usr/lib: ln -s libzzip-0.so.13 libzzip-0.so.10 /home/test/autobuild/run/instance-1/output-1/target/usr/lib: ln -s libzzip-0.so.13 libzzip-0.so.11 /home/test/autobuild/run/instance-1/output-1/target/usr/lib: ln -s libzzip-0.so.13 libzzip-0.so.12 /home/test/autobuild/run/instance-1/output-1/target/usr/lib: ln -s libzzipfseeko-0.so.13 libzzipfseeko-0.so.10 /home/test/autobuild/run/instance-1/output-1/target/usr/lib: ln -s libzzipfseeko-0.so.13 libzzipfseeko-0.so.11 /home/test/autobuild/run/instance-1/output-1/target/usr/lib: ln -s libzzipfseeko-0.so.13 libzzipfseeko-0.so.12 /home/test/autobuild/run/instance-1/output-1/target/usr/lib: ln -s libzzipmmapped-0.so.13 libzzipmmapped-0.so.10 /home/test/autobuild/run/instance-1/output-1/target/usr/lib: ln -s libzzipmmapped-0.so.13 libzzipmmapped-0.so.11 /home/test/autobuild/run/instance-1/output-1/target/usr/lib: ln -s libzzipmmapped-0.so.13 libzzipmmapped-0.so.12 make[5]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzip' make[4]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzip' make[3]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzip' Making install in zzipwrap make[3]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzipwrap' make[4]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzipwrap' /bin/mkdir -p '/home/test/autobuild/run/instance-1/output-1/target/usr/lib' /bin/bash ../libtool --silent --mode=install /usr/bin/install -c libzzipwrap.la '/home/test/autobuild/run/instance-1/output-1/target/usr/lib' /bin/mkdir -p '/home/test/autobuild/run/instance-1/output-1/target/usr/lib/pkgconfig' /bin/mkdir -p '/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip' /usr/bin/install -c -m 644 zzipwrap.pc '/home/test/autobuild/run/instance-1/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 ../../zzipwrap/wrap.h '/home/test/autobuild/run/instance-1/output-1/target/usr/include/zzip' libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzipwrap' make[3]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/zzipwrap' Making install in bins make[3]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/bins' make[4]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/bins' /bin/mkdir -p '/home/test/autobuild/run/instance-1/output-1/target/usr/bin' /bin/mkdir -p '/home/test/autobuild/run/instance-1/output-1/target/usr/share/aclocal' /bin/bash ../libtool --silent --mode=install /usr/bin/install -c zzcat zzdir zzxorcat zzxordir zzxorcopy unzzip unzzip-mix unzzip-mem unzzip-big unzip-mem '/home/test/autobuild/run/instance-1/output-1/target/usr/bin' /usr/bin/install -c -m 644 ../../bins/zziplib.m4 '/home/test/autobuild/run/instance-1/output-1/target/usr/share/aclocal' make[4]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/bins' make[3]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/bins' Making install in test make[3]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/test' make[4]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/test' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/test' make[3]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/test' Making install in docs make[3]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/docs' make[4]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/docs' make[4]: Nothing to be done for `install-exec-am'. /bin/bash ../../uses/mkinstalldirs /home/test/autobuild/run/instance-1/output-1/target/usr/share/man/man3 P=`pwd` ; test -s manpages.tar || exit 1 \ ; cd /home/test/autobuild/run/instance-1/output-1/target/usr/share/man && '/home/test/autobuild/run/instance-1/output-1/host/bin/tar' xf $P/manpages.tar \ ; true make[4]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/docs' make[3]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc/docs' make[3]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc' make[4]: Entering directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc' make[3]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc' make[2]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69/powerpc-buildroot-linux-uclibc' make[1]: Leaving directory `/home/test/autobuild/run/instance-1/output-1/build/zziplib-v0.13.69' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/test/autobuild/run/instance-1/output-1/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'ddrescue', u'gmp'] Warning: target file "./usr/lib/libssl.a" is touched by more than one package: [u'libopenssl', u'libnss'] ./support/scripts/check-uniq-files -t staging /home/test/autobuild/run/instance-1/output-1/build/packages-file-list-staging.txt 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/pkgconfig/glib-2.0.pc" is touched by more than one package: [u'libglib2', u'gsettings-desktop-schemas'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libssl.a" is touched by more than one package: [u'libopenssl', u'libnss'] Warning: staging file "./usr/lib/pkgconfig/gio-2.0.pc" is touched by more than one package: [u'libglib2', u'gsettings-desktop-schemas'] ./support/scripts/check-uniq-files -t host /home/test/autobuild/run/instance-1/output-1/build/packages-file-list-host.txt Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python', u'host-python3'] Warning: host file "./share/man/man8/fsck.8" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-bison', u'host-lzip'] Warning: host file "./sbin/fsck" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/test/autobuild/run/instance-1/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/test/autobuild/run/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/test/autobuild/run/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/test/autobuild/run/instance-1/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/test/autobuild/run/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/test/autobuild/run/instance-1/output-1/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/test/autobuild/run/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/test/autobuild/run/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/test/autobuild/run/instance-1/output-1/host/bin/glib-compile-schemas /home/test/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/test/autobuild/run/instance-1/output-1/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. mkdir -p /home/test/autobuild/run/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/test/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%e500mc%g" -e "s%@TARGET_ENDIAN@%"big"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@HOST_DIR@%/home/test/autobuild/run/instance-1/output-1/host%g" package/meson//cross-compilation.conf.in > /home/test/autobuild/run/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@PKG_TARGET_CFLAGS@%%g" -e "s%@PKG_TARGET_LDFLAGS@%%g" -e "s%@PKG_TARGET_CXXFLAGS@%%g" /home/test/autobuild/run/instance-1/output-1/host/etc/meson/cross-compilation.conf.in > /home/test/autobuild/run/instance-1/output-1/host/etc/meson/cross-compilation.conf mkdir -p /home/test/autobuild/run/instance-1/output-1/target/etc echo "buildroot" > /home/test/autobuild/run/instance-1/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/test/autobuild/run/instance-1/output-1/target/etc/hosts mkdir -p /home/test/autobuild/run/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/test/autobuild/run/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/test/autobuild/run/instance-1/output-1/target/etc/shadow rm -f /home/test/autobuild/run/instance-1/output-1/target/bin/sh rm -f /home/test/autobuild/run/instance-1/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/test/autobuild/run/instance-1/output-1/build/locales.nopurge; done for dir in /home/test/autobuild/run/instance-1/output-1/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/test/autobuild/run/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/test/autobuild/run/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/test/autobuild/run/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/test/autobuild/run/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/test/autobuild/run/instance-1/output-1/target/usr/include /home/test/autobuild/run/instance-1/output-1/target/usr/share/aclocal \ /home/test/autobuild/run/instance-1/output-1/target/usr/lib/pkgconfig /home/test/autobuild/run/instance-1/output-1/target/usr/share/pkgconfig \ /home/test/autobuild/run/instance-1/output-1/target/usr/lib/cmake /home/test/autobuild/run/instance-1/output-1/target/usr/share/cmake find /home/test/autobuild/run/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/test/autobuild/run/instance-1/output-1/target/lib/ /home/test/autobuild/run/instance-1/output-1/target/usr/lib/ /home/test/autobuild/run/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/test/autobuild/run/instance-1/output-1/target/usr/share/gdb rm -rf /home/test/autobuild/run/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/test/autobuild/run/instance-1/output-1/target/usr/share/zsh rm -rf /home/test/autobuild/run/instance-1/output-1/target/usr/man /home/test/autobuild/run/instance-1/output-1/target/usr/share/man rm -rf /home/test/autobuild/run/instance-1/output-1/target/usr/info /home/test/autobuild/run/instance-1/output-1/target/usr/share/info rm -rf /home/test/autobuild/run/instance-1/output-1/target/usr/doc /home/test/autobuild/run/instance-1/output-1/target/usr/share/doc rm -rf /home/test/autobuild/run/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/test/autobuild/run/instance-1/output-1/target/usr/share 2>/dev/null || true find /home/test/autobuild/run/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/test/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/test/autobuild/run/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/test/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/test/autobuild/run/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/test/autobuild/run/instance-1/output-1/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/test/autobuild/run/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.08.1-01326-gd77f6c1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.08.1"; \ echo "PRETTY_NAME=\"Buildroot 2019.08.1\"" \ ) > /home/test/autobuild/run/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/test/autobuild/run/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree /home/test/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target touch /home/test/autobuild/run/instance-1/output-1/target/usr make: Leaving directory `/home/test/autobuild/run/instance-1/buildroot' make: Entering directory `/home/test/autobuild/run/instance-1/buildroot' >>> Buildroot 2019.08.1-01326-gd77f6c1 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> alljoyn-tcl 16.04.00a Collecting legal info >>> host-python 2.7.16 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.2.8 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-scons 3.0.5 Collecting legal info LICENSE.txt: OK (sha256: c4248451b6a4cd09870de4fb82a857feb9f98174167b07500c19ed0263fd4db7) >>> argp-standalone 1.3 Collecting legal info >>> avrdude f8893ccf0aceeff67c45f95ae4e86bc7fbe342aa Collecting legal info ERROR: No hash found for avrdude/COPYING >>> elfutils 0.176 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-bison 3.4.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.5 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9) >>> benejson 0.9.7 Collecting legal info ERROR: No hash found for LICENSE >>> boost 1.70.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> busybox 1.31.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> linux-pam 1.3.1 Collecting legal info ERROR: No hash found for Copyright >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> util-linux 2.34 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) >>> cjson 1.7.12 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> host-cmake 3.8.2 Collecting legal info Copyright.txt: OK (sha256: af3030e1bf1af2f534430fdfe3cfc5a617966648a2a7f0c06a631adc92be1e5f) >>> ddrescue 1.24 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> ding-libs 0.6.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> dropbear 2019.78 Collecting legal info LICENSE: OK (sha256: cfa32d49e9022265375e533a4a5ef9e37d4aaa604119d612c46816aa1e59fe52) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.1.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> host-e2fsprogs 1.45.4 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.34 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-e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> ell 0.20 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> evemu 2.7.0 Collecting legal info ERROR: No hash found for COPYING >>> libevdev 1.7.0 Collecting legal info COPYING: OK (sha256: f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b932137) >>> expat 2.2.8 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info ERROR: No hash found for COPYING >>> libfcgi 2.4.0 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnutls 3.6.8 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> nettle 3.5.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> gsettings-desktop-schemas 3.33.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.51.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.9.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.7.4 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-python3-setuptools 41.0.1 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.60.7 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.60.7 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> hwdata 0.308 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> igmpproxy 0.2.1 Collecting legal info COPYING: OK (sha256: be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6) GPL.txt: OK (sha256: c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4) Stanford.txt: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> initscripts Collecting legal info >>> ipsec-tools 0.8.2 Collecting legal info >>> openssl Collecting legal info >>> libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> iwd 0.18 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> kexec 2.0.18 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libcpprestsdk 2.10.14 Collecting legal info license.txt: OK (sha256: 5c191789f502ac87df83b57008d2fc3e47fbf31315381b5bc4309f6602d0fe97) >>> libcurl 7.66.0 Collecting legal info COPYING: OK (sha256: 8c8824f50e73a021f5dde1fccbf69685939247399a33a32abab1fa448c9ddabb) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libebur128 1.2.2 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libestr 0.1.10 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libgphoto2 2.5.17 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libmodplug 0.8.9.0 Collecting legal info COPYING: OK (sha256: 49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnspr 4.22 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libnss 3.46 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> sqlite 3290000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsoup 2.62.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.44 Collecting legal info README: OK (sha256: a008c782e078102720266824c1e87875bafbf25ffae4b173dc135f9a4e1c672e) >>> libuecc 7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libupnp18 1.8.4 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libupnpp 0.17.1 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libvncserver 0.9.12 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> linux-zigbee v0.3.1 Collecting legal info WARNING: no hash file for COPYING >>> lockfile-progs 0.1.17 Collecting legal info ERROR: No hash found for COPYING >>> netperf 2.7.0 Collecting legal info ERROR: No hash found for COPYING >>> open2300 12 Collecting legal info WARNING: no hash file for COPYING >>> opentracing-cpp 1.5.1 Collecting legal info LICENSE: OK (sha256: 076d03156735d5ff2df2ea0f8b12351ef65e5e9222b5c8c6a35101dadb41e717) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rapidjson 1.1.0 Collecting legal info license.txt: OK (sha256: a140e5d46fe734a1c78f1a3c3ef207871dd75648be71fdda8e309b23ab8b1f32) >>> s6-portable-utils 2.2.1.1 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> tcl 8.6.9 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> tiff 4.0.10 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> trace-cmd trace-cmd-v2.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: 70f297763149e72306919c924e164f83041d5e512868d4c8c1826c171b3e49f9) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> wayland 1.17.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.17.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> wpa_supplicant 2.7 Collecting legal info README: OK (sha256: 76eeecd8fc291a71f29189ea20e6a34387b8048a959cbc6a65c41b98194643a2) >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Collecting legal info WARNING: no hash file for COPYING.GPL >>> zziplib v0.13.69 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: alljoyn-tcl-16.04.00a: cannot save license (ALLJOYN_TCL_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: ipsec-tools-0.8.2: cannot save license (IPSEC_TOOLS_LICENSE_FILES not defined) Legal info produced in /home/test/autobuild/run/instance-1/output-1/legal-info make: Leaving directory `/home/test/autobuild/run/instance-1/buildroot'