test -s ./$file || exit 1; \ /usr/bin/install -c -m 644 ./$file /home/buildroot/buildroot-test/instance-0/output/target/usr/share/man/man1/`echo $file | sed 's|zsh|zsh|'` || exit 1; \ done if test x"/usr/share/zsh/5.4.2/help" != x""; then \ /bin/sh ../mkinstalldirs /home/buildroot/buildroot-test/instance-0/output/target/usr/share/zsh/5.4.2/help; \ /usr/bin/install -c -m 644 ./help/* /home/buildroot/buildroot-test/instance-0/output/target/usr/share/zsh/5.4.2/help; \ while read from to; do \ rm -f /home/buildroot/buildroot-test/instance-0/output/target/usr/share/zsh/5.4.2/help/$to || : ; \ ln -s $from /home/buildroot/buildroot-test/instance-0/output/target/usr/share/zsh/5.4.2/help/$to; \ done < ./help.txt; \ fi mkdir -m 755 -p -- /home/buildroot/buildroot-test/instance-0/output/target/usr/share/zsh/5.4.2/help rm -f /home/buildroot/buildroot-test/instance-0/output/target/bin/zsh-5.4.2 >>> Finalizing target directory rm -f /home/buildroot/buildroot-test/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/buildroot-test/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/buildroot-test/instance-0/output/host/bin/glib-compile-schemas /home/buildroot/buildroot-test/instance-0/output/host/x86_64-buildroot-linux-musl/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/buildroot-test/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/buildroot-test/instance-0/output/target/etc echo "buildroot" > /home/buildroot/buildroot-test/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/buildroot-test/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/buildroot-test/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/buildroot-test/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/buildroot-test/instance-0/output/target/etc/shadow rm -f /home/buildroot/buildroot-test/instance-0/output/target/bin/sh rm -f /home/buildroot/buildroot-test/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/buildroot-test/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/buildroot-test/instance-0/output/target/usr/share/locale /home/buildroot/buildroot-test/instance-0/output/target/usr/lib/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/buildroot-test/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/include /home/buildroot/buildroot-test/instance-0/output/target/usr/share/aclocal \ /home/buildroot/buildroot-test/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/buildroot-test/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/buildroot-test/instance-0/output/target/usr/lib/cmake /home/buildroot/buildroot-test/instance-0/output/target/usr/share/cmake find /home/buildroot/buildroot-test/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/buildroot-test/instance-0/output/target/lib/ /home/buildroot/buildroot-test/instance-0/output/target/usr/lib/ /home/buildroot/buildroot-test/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/man /home/buildroot/buildroot-test/instance-0/output/target/usr/share/man rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/info /home/buildroot/buildroot-test/instance-0/output/target/usr/share/info rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/doc /home/buildroot/buildroot-test/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/buildroot-test/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/buildroot-test/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/buildroot-test/instance-0/output/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/buildroot-test/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/buildroot-test/instance-0/output/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/buildroot-test/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/buildroot-test/instance-0/output/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/buildroot-test/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/buildroot-test/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/buildroot-test/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.11-rc2-01193-g914bd57"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.11-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2017.11-rc2\"" \ ) > /home/buildroot/buildroot-test/instance-0/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/buildroot/buildroot-test/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/buildroot/buildroot-test/instance-0/buildroot' make: Entering directory `/home/buildroot/buildroot-test/instance-0/buildroot' >>> Buildroot 2017.11-rc2-01193-g914bd57 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external Collecting legal info >>> musl-compat-headers 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 >>> 4th 3.62.4 Collecting legal info ERROR: No hash found for COPYING >>> host-4th 3.62.4 Collecting legal info ERROR: No hash found for COPYING >>> acpitool 0.5.1 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.5.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> 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) >>> 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.4 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> argp-standalone 1.3 Collecting legal info >>> assimp v3.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> atop 2.3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> 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 >>> aubio 0.4.5 Collecting legal info ERROR: No hash found for COPYING >>> avahi 0.6.32 Collecting legal info ERROR: No hash found for LICENSE >>> dbus 1.12.0 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.4 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.5 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> libcap 2.25 Collecting legal info ERROR: No hash found for License >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info ERROR: No hash found for License >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.31 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.31 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> berkeleydb 5.3.28 Collecting legal info ERROR: No hash found for LICENSE >>> bluez5_utils 5.47 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> bootutils 1.0.0 Collecting legal info ERROR: No hash found for COPYING >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> cdrkit 1.1.11 Collecting legal info ERROR: No hash found for COPYING >>> clamav 0.99.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.bzip2 ERROR: No hash found for COPYING.file ERROR: No hash found for COPYING.getopt ERROR: No hash found for COPYING.LGPL ERROR: No hash found for COPYING.llvm ERROR: No hash found for COPYING.lzma ERROR: No hash found for COPYING.pcre ERROR: No hash found for COPYING.regex ERROR: No hash found for COPYING.unrar ERROR: No hash found for COPYING.zlib >>> libcurl 7.56.1 Collecting legal info COPYING: OK (sha256: cbcf511f5702f7baf5424193a792bc9c18fab22bcbec2e6a587598389dc632c2) >>> openssl Collecting legal info >>> libopenssl 1.0.2m Collecting legal info ERROR: No hash found for LICENSE >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.9.5 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> collectd 5.7.1 Collecting legal info ERROR: No hash found for COPYING >>> libmicrohttpd 0.9.55 Collecting legal info ERROR: No hash found for COPYING >>> protobuf-c v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf-c v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf 3.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> cppunit 1.13.2 Collecting legal info ERROR: No hash found for COPYING >>> host-cramfs 1.1 Collecting legal info ERROR: No hash found for COPYING >>> debianutils 4.8.1 Collecting legal info ERROR: No hash found for debian/copyright >>> dos2unix 7.3.4 Collecting legal info ERROR: No hash found for COPYING.txt >>> dump1090 bff92c4ad772a0a8d433f788d39dae97e00e4dbe Collecting legal info anet.h: OK (sha256: 29046ef7ee0b7b127bcc64faf135035820906dea2b379b2efcfc119131a39f7a) >>> librtlsdr v0.5.3 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> dvdrw-tools 7.1 Collecting legal info ERROR: No hash found for LICENSE >>> easy-rsa 3.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for gpl-2.0.txt >>> ejabberd 17.04 Collecting legal info ERROR: No hash found for COPYING >>> erlang 19.3 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-erlang 19.3 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2m Collecting legal info ERROR: No hash found for LICENSE >>> erlang-lager 3.2.1 Collecting legal info ERROR: No hash found for LICENSE >>> erlang-goldrush 0.1.9 Collecting legal info ERROR: No hash found for LICENSE >>> host-erlang-rebar 2.6.4 Collecting legal info ERROR: No hash found for LICENSE >>> erlang-p1-cache-tab 1.0.7 Collecting legal info ERROR: No hash found for LICENSE.txt >>> erlang-p1-utils 1.0.8 Collecting legal info ERROR: No hash found for LICENSE.txt >>> erlang-p1-iconv 1.0.4 Collecting legal info ERROR: No hash found for LICENSE.txt >>> erlang-p1-sip 1.0.11 Collecting legal info ERROR: No hash found for LICENSE.txt >>> erlang-p1-stun 1.0.10 Collecting legal info ERROR: No hash found for LICENSE.txt >>> erlang-p1-tls 1.0.11 Collecting legal info ERROR: No hash found for LICENSE.txt >>> erlang-p1-stringprep 1.0.8 Collecting legal info ERROR: No hash found for LICENSE.ALL ERROR: No hash found for LICENSE.TCL ERROR: No hash found for LICENSE.txt >>> erlang-p1-xml 1.1.22 Collecting legal info ERROR: No hash found for LICENSE.txt >>> erlang-p1-xmpp 1.1.9 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-erlang-p1-xml 1.1.22 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-erlang-p1-utils 1.0.8 Collecting legal info ERROR: No hash found for LICENSE.txt >>> erlang-p1-yaml 1.0.9 Collecting legal info ERROR: No hash found for LICENSE.txt >>> libyaml 0.1.7 Collecting legal info ERROR: No hash found for LICENSE >>> erlang-p1-zlib 1.0.2 Collecting legal info ERROR: No hash found for LICENSE.txt >>> getent Collecting legal info >>> host-erlang-lager 3.2.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-erlang-goldrush 0.1.9 Collecting legal info ERROR: No hash found for LICENSE >>> host-erlang-p1-xmpp 1.1.9 Collecting legal info ERROR: No hash found for LICENSE.txt >>> erlang-jiffy 0.14.11 Collecting legal info ERROR: No hash found for LICENSE >>> erlang-p1-oauth2 0.6.1 Collecting legal info ERROR: No hash found for LICENSE >>> execline 2.3.0.3 Collecting legal info ERROR: No hash found for COPYING >>> skalibs 2.6.0.1 Collecting legal info ERROR: No hash found for COPYING >>> host-faketime v0.9.6 Collecting legal info ERROR: No hash found for COPYING >>> fbgrab 1.3 Collecting legal info ERROR: No hash found for COPYING >>> libpng 1.6.32 Collecting legal info ERROR: No hash found for LICENSE >>> ficl 4.1.0 Collecting legal info ERROR: No hash found for ReadMe.txt >>> file 5.32 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/mygetopt.h ERROR: No hash found for src/vasprintf.c >>> host-file 5.32 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/mygetopt.h ERROR: No hash found for src/vasprintf.c >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info ERROR: No hash found for COPYING >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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 >>> gauche 0.9.5 Collecting legal info ERROR: No hash found for COPYING >>> host-gauche 0.9.5 Collecting legal info ERROR: No hash found for COPYING >>> giflib 5.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 >>> gnupg 1.4.22 Collecting legal info ERROR: No hash found for COPYING >>> gnutls 3.5.14 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LESSER >>> libtasn1 4.12 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libunistring 0.9.7 Collecting legal info ERROR: No hash found for COPYING.LIB >>> nettle 3.3 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gssdp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsoup 2.56.1 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> sqlite 3210000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ibrcommon 1.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for README >>> ibrdtn 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> imlib2 1.4.10 Collecting legal info ERROR: No hash found for COPYING >>> inadyn 2.2.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.2 Collecting legal info ERROR: No hash found for LICENSE >>> libite v1.9.2 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> jpeg-turbo 1.5.2 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-nasm 2.13.01 Collecting legal info ERROR: No hash found for LICENSE >>> jpeg Collecting legal info >>> lcdproc 0.5.9 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 >>> libgpg-error 1.27 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libb64 1.2.1 Collecting legal info ERROR: No hash found for LICENSE >>> libevent 2.1.8-stable Collecting legal info ERROR: No hash found for LICENSE >>> libgeotiff 1.4.0 Collecting legal info ERROR: No hash found for LICENSE >>> tiff 4.0.8 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libgpgme 1.9.0 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> libiscsi 1.18.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENCE-GPL-2.txt ERROR: No hash found for LICENCE-LGPL-2.1.txt >>> liblog4c-localtime v1.0 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_log 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libnfnetlink 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libnspr 4.17 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libnss 3.33 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> libogg 1.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libplist 2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> libpthsem 2.0.8 Collecting legal info ERROR: No hash found for COPYING >>> libraw 0.17.1 Collecting legal info ERROR: No hash found for LICENSE.LGPL ERROR: No hash found for LICENSE.CDDL ERROR: No hash found for LICENSE.LibRaw.pdf ERROR: No hash found for README >>> libsha1 0.3 Collecting legal info ERROR: No hash found for COPYING >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info ERROR: No hash found for README >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info ERROR: No hash found for llvm/LICENSE.TXT >>> libuio 940861de278cb794bf9d775b76a4d1d4f9108607 Collecting legal info ERROR: No hash found for COPYING >>> libupnp 1.6.22 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> libvorbis 1.3.5 Collecting legal info ERROR: No hash found for COPYING >>> lightning 2.1.0 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> linknx 0.0.1.33 Collecting legal info >>> linuxptp 17c9787b1d6891636b5be9e4e5a08278b44e9a7a Collecting legal info ERROR: No hash found for COPYING >>> lxc 2.1.1 Collecting legal info ERROR: No hash found for COPYING >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> memtester 4.3.0 Collecting legal info ERROR: No hash found for COPYING >>> mjpegtools 2.1.0 Collecting legal info ERROR: No hash found for COPYING >>> nanocom 1.0 Collecting legal info ERROR: No hash found for COPYING >>> netperf 2.7.0 Collecting legal info ERROR: No hash found for COPYING >>> openblas f04af36ad0e85b64f12a7c38095383192cc52345 Collecting legal info ERROR: No hash found for LICENSE >>> openntpd 6.2p2 Collecting legal info ERROR: No hash found for COPYING >>> opus-tools 0.1.10 Collecting legal info ERROR: No hash found for COPYING >>> opus 1.2.1 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> php 7.1.11 Collecting legal info LICENSE: OK (sha256: a44951f93b10c87c3f7cd9f311d95999c57c95ed950eec32b14c1c7ea6baf25e) >>> physfs be27dfd07d97336145e7f49d3fd200a6e902f85e Collecting legal info WARNING: no hash file for LICENSE.txt WARNING: no hash file for src/lzma/LGPL.txt >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> polkit 0.103 Collecting legal info ERROR: No hash found for COPYING >>> host-python-six 1.11.0 Collecting legal info LICENSE: OK (sha256: 63478682e84e8c98f4c46308995f1f521a6886976e25421827d2a2be03581328) >>> host-python-setuptools v36.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> rabbitmq-c v0.8.0 Collecting legal info ERROR: No hash found for LICENSE-MIT >>> radvd 2.12 Collecting legal info ERROR: No hash found for COPYRIGHT >>> ramspeed 2.6.0 Collecting legal info ERROR: No hash found for LICENCE >>> rauc 0.1.1 Collecting legal info >>> sed 4.4 Collecting legal info ERROR: No hash found for COPYING >>> sox 14.4.2 Collecting legal info ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.LGPL >>> spice-protocol 0.12.10 Collecting legal info ERROR: No hash found for COPYING >>> squid 3.5.26 Collecting legal info ERROR: No hash found for COPYING >>> tcpreplay 4.2.6 Collecting legal info ERROR: No hash found for docs/LICENSE >>> thttpd 2.25b Collecting legal info ERROR: No hash found for thttpd.c >>> transmission 2.92 Collecting legal info ERROR: No hash found for COPYING >>> tslib 1.13 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> vlc 2.2.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> which 2.21 Collecting legal info ERROR: No hash found for COPYING >>> xinetd xinetd-2-3-15 Collecting legal info ERROR: No hash found for COPYRIGHT >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Collecting legal info WARNING: no hash file for COPYING.GPL >>> zsh 5.4.2 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) 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: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: linknx-0.0.1.33: cannot save license (LINKNX_LICENSE_FILES not defined) WARNING: rauc-0.1.1: cannot save license (RAUC_LICENSE_FILES not defined) Legal info produced in /home/buildroot/buildroot-test/instance-0/output/legal-info make: Leaving directory `/home/buildroot/buildroot-test/instance-0/buildroot'