/usr/bin/install -c -m 644 znc.1.gz znc-buildmod.1.gz /home/buildroot/autobuild/run/instance-0/output/target/usr/share/man/man1 #test -d /home/buildroot/autobuild/run/instance-0/output/target || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-0/output/target #/usr/bin/install -c -m 644 ./znc.service /home/buildroot/autobuild/run/instance-0/output/target ****************************************************************** ZNC was successfully installed. You can use '/usr/bin/znc --makeconf' to generate a config file. If you need help with using ZNC, please visit our wiki at: http://znc.in >>> Finalizing target directory rm -f /home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-0/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-0/output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-0/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-0/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/include /home/buildroot/autobuild/run/instance-0/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-0/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-0/output/target/lib/ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/man /home/buildroot/autobuild/run/instance-0/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/info /home/buildroot/autobuild/run/instance-0/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/doc /home/buildroot/autobuild/run/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-0/output/host/bin/powerpc64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-0/output/host/bin/powerpc64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-0/output/host/bin/powerpc64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.08.2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.08.2"; \ echo "PRETTY_NAME=\"Buildroot 2017.08.2\"" \ ) > /home/buildroot/autobuild/run/instance-0/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/buildroot/autobuild/run/instance-0/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-0/buildroot' >>> Buildroot 2017.08.2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.18 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external 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 >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info ERROR: No hash found for README >>> host-bison 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-m4 1.4.18 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info ERROR: No hash found for COPYING >>> alljoyn-tcl-16.04.00a 16.04.00 Collecting legal info >>> alljoyn-tcl 16.04.00a Collecting legal info >>> host-scons 2.3.0 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-python 2.7.13 Collecting legal info ERROR: No hash found for LICENSE >>> 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 ERROR: No hash found for COPYING >>> host-automake 1.15 Collecting legal info ERROR: No hash found for COPYING >>> host-expat 2.2.2 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> alsa-lib 1.1.4.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for aserver/COPYING >>> argus 3.0.8 Collecting legal info ERROR: No hash found for README >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> libnl 3.3.0 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> libtirpc 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> atk 2.22.0 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.52.2 Collecting legal info ERROR: No hash found for COPYING >>> elfutils 0.169 Collecting legal info ERROR: No hash found for COPYING-GPLV2 ERROR: No hash found for COPYING-LGPLV3 >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> host-libglib2 2.52.2 Collecting legal info ERROR: No hash found for COPYING >>> host-gettext 0.19.8.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.5 Collecting legal info ERROR: No hash found for COPYING >>> host-libffi 3.2.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-pcre 8.41 Collecting legal info ERROR: No hash found for LICENCE >>> host-util-linux 2.30.1 Collecting legal info ERROR: No hash found for README.licensing ERROR: No hash found for Documentation/licenses/COPYING.GPLv2 ERROR: No hash found for Documentation/licenses/COPYING.UCB ERROR: No hash found for Documentation/licenses/COPYING.LGPLv2.1 ERROR: No hash found for Documentation/licenses/COPYING.BSD-3 >>> libffi 3.2.1 Collecting legal info ERROR: No hash found for LICENSE >>> pcre 8.41 Collecting legal info ERROR: No hash found for LICENCE >>> util-linux 2.30.1 Collecting legal info ERROR: No hash found for README.licensing ERROR: No hash found for Documentation/licenses/COPYING.GPLv2 ERROR: No hash found for Documentation/licenses/COPYING.UCB ERROR: No hash found for Documentation/licenses/COPYING.LGPLv2.1 ERROR: No hash found for Documentation/licenses/COPYING.BSD-3 >>> linux-pam 1.3.0 Collecting legal info ERROR: No hash found for Copyright >>> flex 2.6.4 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> atkmm 2.24.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> glibmm 2.50.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> attr 2.4.47 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 015 Collecting legal info ERROR: No hash found for COPYING >>> bsdiff 4.3 Collecting legal info ERROR: No hash found for bsdiff.c >>> c-icap 0.4.2 Collecting legal info ERROR: No hash found for COPYING >>> openssl 1.0.2m Collecting legal info ERROR: No hash found for LICENSE >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cairo 1.14.8 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING-LGPL-2.1 ERROR: No hash found for COPYING-MPL-1.1 >>> fontconfig 2.12.1 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.2 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.8 Collecting legal info ERROR: No hash found for docs/LICENSE.TXT ERROR: No hash found for docs/FTL.TXT ERROR: No hash found for docs/GPLv2.TXT >>> libpng 1.6.31 Collecting legal info ERROR: No hash found for LICENSE >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> cifs-utils 6.7 Collecting legal info ERROR: No hash found for COPYING >>> clapack 3.2.1 Collecting legal info ERROR: No hash found for F2CLIBS/libf2c/Notice ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> cppunit 1.13.2 Collecting legal info ERROR: No hash found for COPYING >>> cpuload v0.3 Collecting legal info ERROR: No hash found for COPYING >>> cryptsetup 1.7.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL >>> libgcrypt 1.7.9 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libgpg-error 1.27 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> lvm2 2.02.171 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-python-setuptools v36.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-dos2unix 7.3.4 Collecting legal info ERROR: No hash found for COPYING.txt >>> dovecot 2.2.31 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL ERROR: No hash found for COPYING.MIT >>> dtc 1.4.4 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> host-e2fsprogs 1.43.4 Collecting legal info ERROR: No hash found for NOTICE ERROR: No hash found for lib/ss/mit-sipb-copyright.h ERROR: No hash found for lib/et/internal.h >>> enscript 1.6.6 Collecting legal info ERROR: No hash found for COPYING >>> exiv2 910f3507795e1930ae216c9febee0bf9a88e99c0 Collecting legal info ERROR: No hash found for COPYING >>> faad2 2.8.1 Collecting legal info ERROR: No hash found for COPYING >>> fbdump 0.4.2 Collecting legal info ERROR: No hash found for COPYING >>> flac 1.3.2 Collecting legal info ERROR: No hash found for COPYING.Xiph ERROR: No hash found for COPYING.GPL ERROR: No hash found for COPYING.LGPL >>> libogg 1.3.2 Collecting legal info ERROR: No hash found for COPYING >>> freerdp 17834af7bb378f85a3b3cc4dcadaa5125a337e16 Collecting legal info ERROR: No hash found for LICENSE >>> fxload 2008_10_13 Collecting legal info ERROR: No hash found for COPYING >>> gawk 4.1.4 Collecting legal info ERROR: No hash found for COPYING >>> host-gawk 4.1.4 Collecting legal info ERROR: No hash found for COPYING >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gnupg2 2.1.21 Collecting legal info ERROR: No hash found for COPYING >>> libassuan 2.4.3 Collecting legal info ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING >>> libksba 1.3.5 Collecting legal info ERROR: No hash found for AUTHORS ERROR: No hash found for COPYING ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv3 >>> libnpth 1.5 Collecting legal info ERROR: No hash found for COPYING.LIB >>> harfbuzz 1.4.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/hb-ucdn/COPYING >>> hdparm 9.52 Collecting legal info ERROR: No hash found for LICENSE.TXT >>> heirloom-mailx 12.5 Collecting legal info ERROR: No hash found for COPYING >>> httping 2.5 Collecting legal info ERROR: No hash found for license.txt >>> iproute2 4.12.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> iw 4.9 Collecting legal info ERROR: No hash found for COPYING >>> jq 1.5 Collecting legal info ERROR: No hash found for COPYING >>> jsoncpp 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> kbd 2.0.4 Collecting legal info ERROR: No hash found for COPYING >>> kmsxx cb0786049f960f2bd383617151b01318e02e9ff9 Collecting legal info ERROR: No hash found for LICENSE >>> libdrm 2.4.82 Collecting legal info >>> libatomic_ops libatomic_ops-7_4_4 Collecting legal info ERROR: No hash found for doc/LICENSING.txt ERROR: No hash found for COPYING >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> knock 258a27e5a47809f97c2b9f2751a88c2f94aae891 Collecting legal info ERROR: No hash found for COPYING >>> libcli c63c9d35144939c8b4fa3c5394aed2e29ff517b0 Collecting legal info ERROR: No hash found for COPYING >>> libconfig 1.5 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libcurl 7.56.1 Collecting legal info COPYING: OK (sha256: cbcf511f5702f7baf5424193a792bc9c18fab22bcbec2e6a587598389dc632c2) >>> libftdi 0.20 Collecting legal info >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libgee 0.18.1 Collecting legal info ERROR: No hash found for COPYING >>> host-vala 0.34.7 Collecting legal info ERROR: No hash found for COPYING >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libmad 0.15.1b Collecting legal info ERROR: No hash found for COPYING >>> libmhash 0.9.9.9 Collecting legal info ERROR: No hash found for COPYING >>> libmms 0.6.2 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libphidget 2.1.8.20140319 Collecting legal info ERROR: No hash found for COPYING >>> libplayer 2.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libscrypt v1.21 Collecting legal info ERROR: No hash found for LICENSE >>> libsigrok 0.5.0 Collecting legal info ERROR: No hash found for COPYING >>> libzip 1.3.0 Collecting legal info LICENSE: OK (sha256: d159ae325ca0b8236c44dfd980ca99810dbcfc057b077c50dbbda1131cbd263a) >>> libsrtp v1.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> libva-utils 1.8.3 Collecting legal info ERROR: No hash found for COPYING >>> libva 1.8.3 Collecting legal info ERROR: No hash found for COPYING >>> libvorbis 1.3.5 Collecting legal info ERROR: No hash found for COPYING >>> libwebsockets v2.2.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl 1.0.2m Collecting legal info ERROR: No hash found for LICENSE >>> libxml2 2.9.5 Collecting legal info ERROR: No hash found for COPYING >>> libxmlrpc 1.39.12 Collecting legal info ERROR: No hash found for doc/COPYING >>> libxslt 1.1.29 Collecting legal info ERROR: No hash found for COPYING >>> links 2.14 Collecting legal info ERROR: No hash found for COPYING >>> live555 2017.07.18 Collecting legal info ERROR: No hash found for COPYING >>> lockfile-progs 0.1.17 Collecting legal info ERROR: No hash found for COPYING >>> mobile-broadband-provider-info 20151214 Collecting legal info ERROR: No hash found for COPYING >>> mpg123 1.25.2 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> nano 2.8.4 Collecting legal info ERROR: No hash found for COPYING >>> ncftp 3.2.6 Collecting legal info ERROR: No hash found for doc/LICENSE.txt >>> net-tools 3f170bff115303e92319791cbd56371e33dcbf6d Collecting legal info WARNING: no hash file for COPYING >>> obsidian-cursors 1.0 Collecting legal info >>> olsr 0.9.0.3 Collecting legal info ERROR: No hash found for license.txt ERROR: No hash found for lib/pud/nmealib/LICENSE >>> openswan 2.6.46 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE >>> pango 1.40.4 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info ERROR: No hash found for COPYING >>> protobuf-c v1.1.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf-c v1.1.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf 3.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> qdecoder r12.0.5 Collecting legal info ERROR: No hash found for COPYING >>> qemu 2.8.1.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> riemann-c-client 1.9.1 Collecting legal info ERROR: No hash found for LICENSE >>> sane-backends 1.0.25 Collecting legal info ERROR: No hash found for COPYING >>> sigrok-cli 0.7.0 Collecting legal info ERROR: No hash found for COPYING >>> smartmontools 6.5 Collecting legal info ERROR: No hash found for COPYING >>> socat 2.0.0-b9 Collecting legal info ERROR: No hash found for COPYING >>> softether 1e17c9bcfd7e7b31756aa5389bcbff76c2c9c88a Collecting legal info ERROR: No hash found for LICENSE >>> host-softether 1e17c9bcfd7e7b31756aa5389bcbff76c2c9c88a Collecting legal info ERROR: No hash found for LICENSE >>> host-readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> spi-tools 0.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> spice-protocol 0.12.10 Collecting legal info ERROR: No hash found for COPYING >>> squeezelite v1.8 Collecting legal info ERROR: No hash found for LICENSE.txt >>> sslh v1.18 Collecting legal info ERROR: No hash found for COPYING >>> stress 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info ERROR: No hash found for COPYING >>> time 1.7 Collecting legal info ERROR: No hash found for COPYING >>> tinyalsa 1.1.1 Collecting legal info ERROR: No hash found for NOTICE >>> tn5250 0.17.4 Collecting legal info ERROR: No hash found for COPYING >>> unscd 0.52 Collecting legal info nscd-0.52.c: OK (sha256: 4c1f83dcd120469fceef749050cb29fa666fa4666bd308dfe92e933a4c200d55) >>> unzip 60 Collecting legal info ERROR: No hash found for LICENSE >>> urg 0.8.18 Collecting legal info ERROR: No hash found for COPYING >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> whetstone 1.2 Collecting legal info >>> wiringpi 2.44 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> xkeyboard-config 2.21 Collecting legal info ERROR: No hash found for COPYING >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-xapp_xkbcomp 1.4.0 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_libX11 1.6.5 Collecting legal info ERROR: No hash found for COPYING >>> host-libxcb 1.12 Collecting legal info ERROR: No hash found for COPYING >>> host-libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libxslt 1.1.29 Collecting legal info ERROR: No hash found for COPYING >>> host-xcb-proto 1.12 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_libXau 1.0.8 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_xproto 7.0.31 Collecting legal info ERROR: No hash found for COPYING >>> host-xutil_util-macros 1.19.1 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_libXdmcp 1.1.2 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_xtrans 1.3.5 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_inputproto 2.3.2 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_kbproto 1.0.7 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_xextproto 7.3.0 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_xf86bigfontproto 1.2.0 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_libxkbfile 1.0.9 Collecting legal info ERROR: No hash found for COPYING >>> x264 df79067c0cf33da712d344b5f8869be7eaf326f3 Collecting legal info ERROR: No hash found for COPYING >>> xfsprogs 4.11.0 Collecting legal info >>> zd1211-firmware 1.4 Collecting legal info ERROR: No hash found for COPYING >>> znc 1.6.5 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: alljoyn-tcl-base-16.04.00: cannot save license (ALLJOYN_TCL_BASE_LICENSE_FILES not defined) WARNING: alljoyn-tcl-16.04.00a: cannot save license (ALLJOYN_TCL_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: libdrm-2.4.82: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: libftdi-0.20: cannot save license (LIBFTDI_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) WARNING: xfsprogs-4.11.0: cannot save license (XFSPROGS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-0/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-0/buildroot'