Warning: host file "./bin/arm-buildroot-linux-musleabihf-gcc.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/locale/fi/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/zh_CN/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./lib/gcc/arm-buildroot-linux-musleabihf/6.4.0/plugin/include/auto-host.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] rm -f /home/peko/autobuild/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/peko/autobuild/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /home/peko/autobuild/instance-2/output/host/bin/glib-compile-schemas /home/peko/autobuild/instance-2/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/peko/autobuild/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/peko/autobuild/instance-2/output/target/etc echo "buildroot" > /home/peko/autobuild/instance-2/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/peko/autobuild/instance-2/output/target/etc/hosts mkdir -p /home/peko/autobuild/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/peko/autobuild/instance-2/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/peko/autobuild/instance-2/output/target/etc/shadow rm -f /home/peko/autobuild/instance-2/output/target/bin/sh rm -f /home/peko/autobuild/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/peko/autobuild/instance-2/output/build/locales.nopurge; done for dir in /home/peko/autobuild/instance-2/output/target/usr/share/locale /home/peko/autobuild/instance-2/output/target/usr/lib/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/peko/autobuild/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/peko/autobuild/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/peko/autobuild/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/peko/autobuild/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/peko/autobuild/instance-2/output/target/usr/include /home/peko/autobuild/instance-2/output/target/usr/share/aclocal \ /home/peko/autobuild/instance-2/output/target/usr/lib/pkgconfig /home/peko/autobuild/instance-2/output/target/usr/share/pkgconfig \ /home/peko/autobuild/instance-2/output/target/usr/lib/cmake /home/peko/autobuild/instance-2/output/target/usr/share/cmake find /home/peko/autobuild/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/peko/autobuild/instance-2/output/target/lib/ /home/peko/autobuild/instance-2/output/target/usr/lib/ /home/peko/autobuild/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/gdb rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/bash-completion rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/zsh rm -rf /home/peko/autobuild/instance-2/output/target/usr/man /home/peko/autobuild/instance-2/output/target/usr/share/man rm -rf /home/peko/autobuild/instance-2/output/target/usr/info /home/peko/autobuild/instance-2/output/target/usr/share/info rm -rf /home/peko/autobuild/instance-2/output/target/usr/doc /home/peko/autobuild/instance-2/output/target/usr/share/doc rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/gtk-doc rmdir /home/peko/autobuild/instance-2/output/target/usr/share 2>/dev/null || true find /home/peko/autobuild/instance-2/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/peko/autobuild/instance-2/output/host/bin/arm-buildroot-linux-musleabihf-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/peko/autobuild/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/peko/autobuild/instance-2/output/host/bin/arm-buildroot-linux-musleabihf-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/peko/autobuild/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/peko/autobuild/instance-2/output/host/bin/arm-buildroot-linux-musleabihf-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/peko/autobuild/instance-2/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/peko/autobuild/instance-2/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/peko/autobuild/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-git-00263-g4d3448b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /home/peko/autobuild/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/peko/autobuild/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/peko/autobuild/instance-2/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/peko/autobuild/instance-2/buildroot' make: Entering directory `/home/peko/autobuild/instance-2/buildroot' >>> Buildroot 2018.05-git-00263-g4d3448b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 6.4.0 Collecting legal info >>> host-binutils 2.29.1 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> host-gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.0.3 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> host-mpfr 3.1.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> musl 1.1.19 Collecting legal info COPYRIGHT: OK (sha256: 15d9afbf84041872b4d840ed7d165d3eee786ff3f97e703b10467c259ff4e7d9) >>> host-gcc-initial 6.4.0 Collecting legal info >>> linux-headers 4.15.10 Collecting legal info WARNING: no hash file for COPYING >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> acl 2.2.52 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> attr 2.4.47 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> 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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> am335x-pru-package 5f374ad57cc195f28bf5e585c3d446aba6ee7096 Collecting legal info ERROR: No hash found for pru_sw/utils/LICENCE.txt >>> host-am335x-pru-package 5f374ad57cc195f28bf5e585c3d446aba6ee7096 Collecting legal info ERROR: No hash found for pru_sw/utils/LICENCE.txt >>> argp-standalone 1.3 Collecting legal info >>> armadillo 7.900.1 Collecting legal info LICENSE.txt: OK (sha256: 3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5) >>> clapack 3.2.1 Collecting legal info F2CLIBS/libf2c/Notice: OK (sha256: 44561c447e91203ddc747beeca5cc2794d95ee982c17c578670e4f0408bc3904) COPYING: OK (sha256: 23014869214a231525b38c39fdb5f82364fa24154ac80fdcab2a79671460fd09) >>> atf 0.21 Collecting legal info ERROR: No hash found for COPYING >>> avahi 0.7 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.2 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.5 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.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> 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.1 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) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> 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.1 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) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> libcap-ng 0.7.8 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bellagio 0.9.3 Collecting legal info ERROR: No hash found for COPYING >>> boost 1.66.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cc-tool 0.26 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> czmq 4.1.0 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.1.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> dante 1.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> dawgdic 16ac537ba9883ff01b63b6d1fdc3072150c68fee Collecting legal info ERROR: No hash found for COPYING >>> ddrescue 1.22 Collecting legal info ERROR: No hash found for COPYING >>> dfu-util 0.9 Collecting legal info ERROR: No hash found for COPYING >>> ding-libs 0_4_0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> dtc 1.4.4 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> eventlog 0.2.12 Collecting legal info ERROR: No hash found for COPYING >>> execline 2.3.0.4 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> skalibs 2.6.3.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gdb 7.11.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-genpart 1.0.2 Collecting legal info >>> gnupg2 2.2.5 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.1 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.27 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libgcrypt 1.8.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> 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 >>> sqlite 3220000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> grep 3.1 Collecting legal info COPYING: OK (sha256: ca372a7d92560b1fa9f6d832b440e8bcd62d9adfa8870c98287deab66d98310e) >>> gst1-plugins-base 1.12.4 Collecting legal info ERROR: No hash found for COPYING.LIB >>> gstreamer1 1.12.4 Collecting legal info ERROR: No hash found for COPYING >>> libunwind 1.2.1 Collecting legal info ERROR: No hash found for COPYING >>> gst1-plugins-ugly 1.12.4 Collecting legal info ERROR: No hash found for COPYING >>> iptables 1.6.2 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_conntrack 1.0.6 Collecting legal info ERROR: No hash found for COPYING >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libnfnetlink 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> jansson 2.10 Collecting legal info ERROR: No hash found for LICENSE >>> janus-gateway v0.2.6 Collecting legal info COPYING: OK (sha256: 0a884af515b4593503f6f0c9b424db3945bd77eaa2644d25f45eb93a412b3c19) >>> host-gengetopt 2.22.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE >>> libnice 0.1.13 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.MPL ERROR: No hash found for COPYING.LGPL >>> libsrtp v1.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> openssl Collecting legal info >>> libopenssl 1.0.2n Collecting legal info LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a) >>> jose 10 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> jpeg-turbo 1.5.2 Collecting legal info ERROR: No hash found for LICENSE.md >>> jpeg Collecting legal info >>> json-c 0.13 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> kvmtool f77d646ba01d04be5aad9449ac00719c043fe36e Collecting legal info ERROR: No hash found for COPYING >>> latencytop 0.5 Collecting legal info ERROR: No hash found for latencytop.c >>> leveldb v1.20 Collecting legal info ERROR: No hash found for LICENSE >>> snappy be6dc3db83c4701e3e79694dcbfd1c3da03b91dd Collecting legal info ERROR: No hash found for COPYING >>> libao 1.2.0 Collecting legal info ERROR: No hash found for COPYING >>> libarchive 3.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> libart 2.3.21 Collecting legal info ERROR: No hash found for COPYING >>> libcdaudio 0.99.12p2 Collecting legal info ERROR: No hash found for COPYING >>> libcli c63c9d35144939c8b4fa3c5394aed2e29ff517b0 Collecting legal info ERROR: No hash found for COPYING >>> libcpprestsdk v2.10.2 Collecting legal info license.txt: OK (sha256: 5c191789f502ac87df83b57008d2fc3e47fbf31315381b5bc4309f6602d0fe97) >>> libcroco 0.6.12 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libcurl 7.59.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> libdvbpsi 1.3.0 Collecting legal info ERROR: No hash found for COPYING >>> libdvdcss 1.4.0 Collecting legal info ERROR: No hash found for COPYING >>> libdvdnav 5.0.3 Collecting legal info ERROR: No hash found for COPYING >>> libdvdread 5.0.3 Collecting legal info ERROR: No hash found for COPYING >>> libevent 2.1.8-stable Collecting legal info ERROR: No hash found for LICENSE >>> libfm-extra 1.2.4 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/extra/fm-xml-file.c >>> libfreeimage 3.17.0 Collecting legal info ERROR: No hash found for license-gplv2.txt ERROR: No hash found for license-gplv3.txt ERROR: No hash found for license-fi.txt >>> libfuse 2.9.7 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libgpgme 1.10.0 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgta 1.0.8 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> liblog4c-localtime v1.0 Collecting legal info ERROR: No hash found for COPYING >>> libmad 0.15.1b Collecting legal info ERROR: No hash found for COPYING >>> libmodplug 0.8.8.5 Collecting legal info ERROR: No hash found for COPYING >>> libmpeg2 0.5.1 Collecting legal info ERROR: No hash found for COPYING >>> libndp v1.5 Collecting legal info ERROR: No hash found for COPYING >>> libnet 1.1.6 Collecting legal info ERROR: No hash found for doc/COPYING >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> libphidget 2.1.8.20140319 Collecting legal info ERROR: No hash found for COPYING >>> libpwquality 1.3.0 Collecting legal info ERROR: No hash found for COPYING >>> libsigrok 0.5.0 Collecting legal info ERROR: No hash found for COPYING >>> libzip 1.4.0 Collecting legal info LICENSE: OK (sha256: 3c964a7eb1abeb6bd6f40035ed3a014728ff8c5437f107dcf24fbbfab16e227e) >>> libsoxr 0.1.2 Collecting legal info ERROR: No hash found for LICENCE ERROR: No hash found for COPYING.LGPL >>> libtirpc 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> liburcu 0.9.2 Collecting legal info ERROR: No hash found for lgpl-2.1.txt ERROR: No hash found for lgpl-relicensing.txt ERROR: No hash found for gpl-2.0.txt ERROR: No hash found for LICENSE >>> liburiparser 0.8.5 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> libv4l 1.14.1 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 37d0f2c8dc3f267d864cb39d54f82c5092a599beb29cb5caa96d50d27e069a44) >>> libvorbis 1.3.5 Collecting legal info ERROR: No hash found for COPYING >>> lighttpd 1.4.48 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> lldpd 0.9.4 Collecting legal info ERROR: No hash found for README.md >>> lrzsz 0.12.20 Collecting legal info ERROR: No hash found for COPYING >>> lsscsi 0.28 Collecting legal info ERROR: No hash found for COPYING >>> lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> memcached 1.5.0 Collecting legal info ERROR: No hash found for COPYING >>> mjpegtools 2.1.0 Collecting legal info ERROR: No hash found for COPYING >>> modplugtools 0.5.3 Collecting legal info ERROR: No hash found for COPYING >>> msmtp 1.6.6 Collecting legal info ERROR: No hash found for COPYING >>> host-mtd 2.0.1 Collecting legal info ERROR: No hash found for COPYING >>> host-lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> neard 0.16 Collecting legal info ERROR: No hash found for COPYING >>> netsniff-ng 0.6.4 Collecting legal info ERROR: No hash found for README ERROR: No hash found for COPYING >>> ocrad 0.26 Collecting legal info ERROR: No hash found for COPYING >>> openldap 2.4.45 Collecting legal info ERROR: No hash found for LICENSE >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-openocd 0.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libftdi 0.20 Collecting legal info >>> host-libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> host-libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> openssh 7.6p1 Collecting legal info LICENCE: OK (sha256: 05a4c25ef464e19656c5259bd4f4da8428efab01044f3541b79fbb3ff209350f) >>> opkg v0.3.1 Collecting legal info ERROR: No hash found for COPYING >>> host-parted 3.2 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> phidgetwebservice 2.1.8.20140319 Collecting legal info ERROR: No hash found for COPYING >>> portaudio v190600_20161030 Collecting legal info ERROR: No hash found for LICENSE.txt >>> postgresql 10.3 Collecting legal info COPYRIGHT: OK (sha256: 24cfc70cf16b3a23242c49ffce39510683bdd48cbedb8a46fe03976ee5f5c21e) >>> host-zic 2018c Collecting legal info >>> pptp-linux 1.9.0 Collecting legal info ERROR: No hash found for COPYING >>> ramspeed 2.6.0 Collecting legal info ERROR: No hash found for LICENCE >>> rpcbind 0.2.3 Collecting legal info ERROR: No hash found for COPYING >>> s6-linux-init 0.3.1.1 Collecting legal info COPYING: OK (sha256: 43cdbc05eceb0781d71a0661bbb6b9335efc4b733fbd02847c0c6667fd440993) >>> s6 2.7.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> s6-linux-utils 2.4.0.1 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> s6-portable-utils 2.2.1.1 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> sdparm 1.10 Collecting legal info ERROR: No hash found for COPYING >>> sed 4.4 Collecting legal info ERROR: No hash found for COPYING >>> sshfs 2.8 Collecting legal info ERROR: No hash found for COPYING >>> syslog-ng 3.10.1 Collecting legal info ERROR: No hash found for COPYING >>> tcl 8.6.6 Collecting legal info ERROR: No hash found for license.terms >>> tmux 2.6 Collecting legal info README: OK (sha256: 94e2b1feb1202d3308cc7ab7ec42278d24f10562394bdf269f44649327c8198f) >>> tunctl 1.5 Collecting legal info ERROR: No hash found for tunctl.c >>> ubus 34c6e818e431cc53478a0f7c7c1eca07d194d692 Collecting legal info ERROR: No hash found for ubusd_acl.h >>> unzip 60 Collecting legal info ERROR: No hash found for LICENSE >>> ushare 1.1a Collecting legal info ERROR: No hash found for COPYING >>> vo-aacenc 0.1.3 Collecting legal info ERROR: No hash found for COPYING >>> vorbis-tools 1.4.0 Collecting legal info ERROR: No hash found for COPYING >>> wavemon v0.8.1 Collecting legal info ERROR: No hash found for COPYING >>> wilc1000-firmware 14.1 Collecting legal info >>> wipe 2.3.1 Collecting legal info ERROR: No hash found for LICENSE >>> xerces 3.1.4 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: gcc-final-6.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-6.4.0: cannot save license (HOST_GCC_INITIAL_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: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: libftdi-0.20: cannot save license (HOST_LIBFTDI_LICENSE_FILES not defined) WARNING: zic-2018c: cannot save license (HOST_ZIC_LICENSE_FILES not defined) WARNING: wilc1000-firmware-14.1: cannot save license (WILC1000_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/peko/autobuild/instance-2/output/legal-info make: Leaving directory `/home/peko/autobuild/instance-2/buildroot'