/usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/git/buildroot-test/instance-0/output/target/etc/inittab rm -f /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/git/buildroot-test/instance-0/output/host/bin/glib-compile-schemas /home/naourr/git/buildroot-test/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/git/buildroot-test/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/git/buildroot-test/instance-0/output/target/etc echo "buildroot" > /home/naourr/git/buildroot-test/instance-0/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/git/buildroot-test/instance-0/output/target/etc/hosts mkdir -p /home/naourr/git/buildroot-test/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/naourr/git/buildroot-test/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/git/buildroot-test/instance-0/output/target/etc/shadow rm -f /home/naourr/git/buildroot-test/instance-0/output/target/bin/sh rm -f /home/naourr/git/buildroot-test/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/git/buildroot-test/instance-0/output/build/locales.nopurge; done for dir in /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/git/buildroot-test/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/git/buildroot-test/instance-0/output/target/usr/include /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/aclocal \ /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/pkgconfig /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/pkgconfig \ /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/cmake /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/cmake find /home/naourr/git/buildroot-test/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/git/buildroot-test/instance-0/output/target/lib/ /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/ /home/naourr/git/buildroot-test/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/gdb rm -rf /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/bash-completion rm -rf /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/zsh rm -rf /home/naourr/git/buildroot-test/instance-0/output/target/usr/man /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/man rm -rf /home/naourr/git/buildroot-test/instance-0/output/target/usr/info /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/info rm -rf /home/naourr/git/buildroot-test/instance-0/output/target/usr/doc /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/doc rm -rf /home/naourr/git/buildroot-test/instance-0/output/target/usr/share/gtk-doc rmdir /home/naourr/git/buildroot-test/instance-0/output/target/usr/share 2>/dev/null || true find /home/naourr/git/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/naourr/git/buildroot-test/instance-0/output/host/bin/arm-buildroot-linux-uclibcgnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/git/buildroot-test/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-buildroot-linux-uclibcgnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/git/buildroot-test/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-buildroot-linux-uclibcgnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/git/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/naourr/git/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/naourr/git/buildroot-test/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.08.2-00001-ga2493cae09"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.08.2"; \ echo "PRETTY_NAME=\"Buildroot 2017.08.2\"" \ ) > /home/naourr/git/buildroot-test/instance-0/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/naourr/git/buildroot-test/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory '/home/naourr/git/buildroot-test/instance-0/buildroot' make: Entering directory '/home/naourr/git/buildroot-test/instance-0/buildroot' >>> Buildroot 2017.08.2-00001-ga2493cae09 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.18 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 6.4.0 Collecting legal info >>> host-binutils 2.28.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 ERROR: No hash found for COPYING >>> host-mpc 1.0.3 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> host-mpfr 3.1.5 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> uclibc 1.0.26 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-gcc-initial 6.4.0 Collecting legal info >>> linux-headers 4.12.14 Collecting legal info WARNING: no hash file for COPYING >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common 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 >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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 >>> 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 >>> audit 2.7.7 Collecting legal info ERROR: No hash found for COPYING >>> busybox 1.27.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libtirpc 1.0.2 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 >>> zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> berkeleydb 5.3.28 Collecting legal info ERROR: No hash found for LICENSE >>> expat 2.2.2 Collecting legal info ERROR: No hash found for COPYING >>> openssl 1.0.2m Collecting legal info ERROR: No hash found for LICENSE >>> sqlite 3190300 Collecting legal info ERROR: No hash found for tea/license.terms >>> argp-standalone 1.3 Collecting legal info >>> arp-scan 1.9 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> bluez_utils 4.101 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> check 0.11.0 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> dbus 1.10.22 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.52.2 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> host-zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> 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 >>> host-bison 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> arptables 0.0.4 Collecting legal info >>> atop 2.3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> bdwgc 7.6.0 Collecting legal info ERROR: No hash found for README.QUICK >>> libatomic_ops libatomic_ops-7_4_4 Collecting legal info ERROR: No hash found for doc/LICENSING.txt ERROR: No hash found for COPYING >>> binutils 2.28.1 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> boa 0.94.14rc21 Collecting legal info ERROR: No hash found for COPYING >>> civetweb v1.5 Collecting legal info ERROR: No hash found for LICENSE.md >>> 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 >>> json-c json-c-0.12.1-20160607 Collecting legal info ERROR: No hash found for COPYING >>> libtool 2.4.6 Collecting legal info ERROR: No hash found for COPYING >>> libxml2 2.9.5 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> cwiid fadf11e89b579bcc0336a0692ac15c93785f3f82 Collecting legal info ERROR: No hash found for COPYING >>> dhrystone 2 Collecting legal info >>> dropwatch 7c33d8a8ed105b07a46b55d71d93b36ed34c16db Collecting legal info ERROR: No hash found for COPYING >>> execline 2.3.0.1 Collecting legal info ERROR: No hash found for COPYING >>> skalibs 2.5.1.1 Collecting legal info ERROR: No hash found for COPYING >>> faad2 2.8.1 Collecting legal info ERROR: No hash found for COPYING >>> fbv 1.0b Collecting legal info ERROR: No hash found for COPYING >>> freeradius-client 1.1.7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> freerdp 17834af7bb378f85a3b3cc4dcadaa5125a337e16 Collecting legal info ERROR: No hash found for LICENSE >>> 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 >>> 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 >>> gmrender-resurrect 33600ab663f181c4f4f5c48aba25bf961760a300 Collecting legal info ERROR: No hash found for COPYING >>> gstreamer1 1.12.2 Collecting legal info ERROR: No hash found for COPYING >>> libupnp 1.6.22 Collecting legal info ERROR: No hash found for LICENSE >>> gnupg 1.4.22 Collecting legal info ERROR: No hash found for COPYING >>> gptfdisk 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> gst-ffmpeg 0.10.13 Collecting legal info ERROR: No hash found for COPYING.LIB ERROR: No hash found for gst-libs/ext/libav/COPYING.LGPLv2.1 ERROR: No hash found for gst-libs/ext/libav/COPYING.LGPLv3 >>> gst-plugins-base 0.10.36 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> gstreamer 0.10.36 Collecting legal info ERROR: No hash found for COPYING >>> gst1-plugins-base 1.12.2 Collecting legal info ERROR: No hash found for COPYING.LIB >>> ibrcommon 1.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for README >>> ibrdtn-tools 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> ibrdtn 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> ifupdown-scripts Collecting legal info >>> igd2-for-linux v1.2 Collecting legal info ERROR: No hash found for linuxigd2/doc/LICENSE >>> initscripts Collecting legal info >>> iperf3 3.1.7 Collecting legal info ERROR: No hash found for LICENSE >>> iptables 1.6.1 Collecting legal info ERROR: No hash found for COPYING >>> iptraf-ng 1.1.4 Collecting legal info ERROR: No hash found for LICENSE >>> iw 4.9 Collecting legal info ERROR: No hash found for COPYING >>> jhead 3.00 Collecting legal info ERROR: No hash found for readme.txt >>> jquery-validation 1.14.0 Collecting legal info ERROR: No hash found for README.md >>> jquery 1.11.2 Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> jsmn 6021415cc75e7922d45b12935f56348b064d8a7f Collecting legal info ERROR: No hash found for LICENSE >>> leptonica 1.74.4 Collecting legal info ERROR: No hash found for leptonica-license.txt >>> libaio 0.3.110 Collecting legal info ERROR: No hash found for COPYING >>> libart 2.3.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 >>> libgpg-error 1.27 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libcdaudio 0.99.12p2 Collecting legal info ERROR: No hash found for COPYING >>> libcdio 0.94 Collecting legal info ERROR: No hash found for COPYING >>> libcec 4.0.2 Collecting legal info ERROR: No hash found for COPYING >>> libplatform 2d90f98620e25f47702c9e848380c0d93f29462b Collecting legal info ERROR: No hash found for src/os.h >>> libcuefile r475 Collecting legal info ERROR: No hash found for COPYING >>> libdmtx 0.7.4 Collecting legal info ERROR: No hash found for LICENSE >>> libeXosip2 3.6.0 Collecting legal info ERROR: No hash found for COPYING >>> libosip2 3.6.0 Collecting legal info ERROR: No hash found for COPYING >>> libev 4.24 Collecting legal info ERROR: No hash found for LICENSE >>> libfastjson v0.99.4 Collecting legal info ERROR: No hash found for COPYING >>> libfuse 2.9.7 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libgpgme 1.9.0 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> libgsm 1.0.17 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info ERROR: No hash found for COPYING >>> libnfc 1.7.1 Collecting legal info ERROR: No hash found for COPYING >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> liblo 0.26 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libplayer 2.0.1 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 >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libsoc 0.8.2 Collecting legal info ERROR: No hash found for LICENCE >>> libtomcrypt 1.17 Collecting legal info ERROR: No hash found for LICENSE >>> libtommath 1.0 Collecting legal info ERROR: No hash found for LICENSE >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> 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.1 Collecting legal info ERROR: No hash found for COPYING >>> libv4l 1.12.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.libv4l ERROR: No hash found for lib/libv4l1/libv4l1-kernelcode-license.txt >>> libxslt 1.1.29 Collecting legal info ERROR: No hash found for COPYING >>> linphone 3.6.1 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-expat 2.2.2 Collecting legal info ERROR: No hash found for COPYING >>> speex 1.2rc1 Collecting legal info ERROR: No hash found for COPYING >>> linux-firmware a3a26af24e29c818ef9b5661856018e21a5c49fb Collecting legal info ERROR: No hash found for LICENCE.Marvell ERROR: No hash found for LICENCE.chelsio_firmware ERROR: No hash found for LICENSE.sdma_firmware ERROR: No hash found for WHENCE >>> lttng-libust 2.9.0 Collecting legal info ERROR: No hash found for COPYING >>> lzo 2.09 Collecting legal info ERROR: No hash found for COPYING >>> lzop 1.03 Collecting legal info ERROR: No hash found for COPYING >>> memtester 4.3.0 Collecting legal info ERROR: No hash found for COPYING >>> mtr 66de3ecbab28b054b868a73fbb57f30549d770ac Collecting legal info ERROR: No hash found for COPYING >>> netsnmp 5.7.3 Collecting legal info ERROR: No hash found for COPYING >>> ngircd 20.3 Collecting legal info ERROR: No hash found for COPYING >>> ngrep 1.45 Collecting legal info ERROR: No hash found for LICENSE.txt >>> norm 1.5r6 Collecting legal info ERROR: No hash found for LICENSE.TXT >>> host-python 2.7.13 Collecting legal info ERROR: No hash found for LICENSE >>> nut 2.7.4 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE-GPL2 ERROR: No hash found for LICENSE-GPL3 >>> nuttcp 6.1.2 Collecting legal info ERROR: No hash found for LICENSE >>> openblas f04af36ad0e85b64f12a7c38095383192cc52345 Collecting legal info ERROR: No hash found for LICENSE >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian 9c9f0ec3532b Collecting legal info WARNING: no hash file for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> openvpn 2.4.4 Collecting legal info ERROR: No hash found for COPYRIGHT.GPL >>> oprofile 1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> p7zip 16.02 Collecting legal info ERROR: No hash found for DOC/License.txt >>> host-patchelf 0.9 Collecting legal info ERROR: No hash found for COPYING >>> privoxy 3.0.26 Collecting legal info ERROR: No hash found for LICENSE >>> quota 4.01 Collecting legal info >>> host-rauc 0.1.1 Collecting legal info >>> host-openssl 1.0.2m Collecting legal info ERROR: No hash found for LICENSE >>> rhash 1.3.4 Collecting legal info ERROR: No hash found for COPYING >>> rsh-redone 85 Collecting legal info ERROR: No hash found for rsh.c >>> rsync 3.1.2 Collecting legal info ERROR: No hash found for COPYING >>> rtptools 1.20 Collecting legal info ERROR: No hash found for COPYRIGHT >>> s6-linux-init 0.3.0.0 Collecting legal info ERROR: No hash found for COPYING >>> s6 2.6.0.0 Collecting legal info ERROR: No hash found for COPYING >>> s6-linux-utils 2.4.0.0 Collecting legal info ERROR: No hash found for COPYING >>> s6-portable-utils 2.2.1.0 Collecting legal info ERROR: No hash found for COPYING >>> sane-backends 1.0.25 Collecting legal info ERROR: No hash found for COPYING >>> sbc 1.3 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> scrypt 1.2.0 Collecting legal info ERROR: No hash found for main.c >>> sdl_ttf 2.0.11 Collecting legal info ERROR: No hash found for COPYING >>> shapelib 1.3.0 Collecting legal info ERROR: No hash found for web/license.html ERROR: No hash found for LICENSE.LGPL >>> sudo 1.8.20p2 Collecting legal info ERROR: No hash found for doc/LICENSE >>> tcpdump 4.9.2 Collecting legal info LICENSE: OK (sha256: 9b03d5d13e66d6de02a4bb2d0dd1cb9f41808d045962cdcc42350d5291b141a1) >>> tcpreplay 4.2.6 Collecting legal info ERROR: No hash found for docs/LICENSE >>> tesseract-ocr 3.05.00 Collecting legal info ERROR: No hash found for COPYING >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info ERROR: No hash found for uim.h >>> tinyhttpd 0.1.0 Collecting legal info ERROR: No hash found for README >>> tinymembench v0.3 Collecting legal info ERROR: No hash found for main.c >>> tz Collecting legal info >>> host-tzdata 2017b Collecting legal info >>> host-zic 2017b Collecting legal info >>> host-tzdump 65a10105564801094b18c3fcacf4dde4c44e4ab8 Collecting legal info >>> ubus 34c6e818e431cc53478a0f7c7c1eca07d194d692 Collecting legal info ERROR: No hash found for ubusd_acl.h >>> unionfs 2.0 Collecting legal info ERROR: No hash found for LICENSE >>> ustream-ssl 45ac93088bc6f2d8ef3b0512d8e1ddfd9c4ee9e5 Collecting legal info WARNING: no hash file for ustream-ssl.h >>> vsftpd 3.0.3 Collecting legal info ERROR: No hash found for COPYING >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Collecting legal info ERROR: No hash found for LICENCE >>> xfsprogs 4.11.0 Collecting legal info >>> xmlstarlet 1.6.1 Collecting legal info ERROR: No hash found for COPYING >>> zeromq 4.1.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER 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: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: arptables-0.0.4: cannot save license (ARPTABLES_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: jquery-1.11.2: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: quota-4.01: cannot save license (QUOTA_LICENSE_FILES not defined) WARNING: rauc-0.1.1: cannot save license (HOST_RAUC_LICENSE_FILES not defined) WARNING: tzdata-2017b: cannot save license (HOST_TZDATA_LICENSE_FILES not defined) WARNING: zic-2017b: cannot save license (HOST_ZIC_LICENSE_FILES not defined) WARNING: tzdump-65a10105564801094b18c3fcacf4dde4c44e4ab8: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) WARNING: xfsprogs-4.11.0: cannot save license (XFSPROGS_LICENSE_FILES not defined) Legal info produced in /home/naourr/git/buildroot-test/instance-0/output/legal-info make: Leaving directory '/home/naourr/git/buildroot-test/instance-0/buildroot'