/usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/inittab rm -f /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/glib-compile-schemas /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc echo "buildroot" > /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/hosts mkdir -p /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc echo "Welcome to Buildroot" > /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/shadow rm -f /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/bin/sh rm -f /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge; done for dir in /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/include /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/aclocal \ /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/pkgconfig \ /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/cmake /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/cmake find /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/lib/ /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/ /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/gdb rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/bash-completion rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/zsh rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/man /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/info /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/info rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/doc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/doc rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/gtk-doc rmdir /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share 2>/dev/null || true find /usr/lfs/v0/rc-buildroot-test/scripts/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 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/powerpc64le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/powerpc64le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/powerpc64le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /usr/lfs/v0/rc-buildroot-test/scripts/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 /usr/lfs/v0/rc-buildroot-test/scripts/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 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.11-git-00805-g915a627"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2017.11-git\"" \ ) > /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/os-release >>> Sanitizing RPATH in target tree /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/buildroot' make: Entering directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2017.11-git-00805-g915a627 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.1.4.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for aserver/COPYING >>> 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-m4 1.4.18 Collecting legal info ERROR: No hash found for COPYING >>> host-automake 1.15.1 Collecting legal info ERROR: No hash found for COPYING >>> audiofile 0.3.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.GPL >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> azmq v1.0 Collecting legal info ERROR: No hash found for LICENSE-BOOST_1_0 >>> boost 1.65.1 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> zeromq 4.1.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> util-linux 2.30.2 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 >>> busybox 1.27.2 Collecting legal info ERROR: No hash found for LICENSE >>> libtirpc 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> 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-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 >>> zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> binutils 2.28.1 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> bitstream 1.2 Collecting legal info ERROR: No hash found for COPYING >>> btrfs-progs 4.11 Collecting legal info ERROR: No hash found for COPYING >>> e2fsprogs 1.43.6 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 >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> ca-certificates 20161130 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2l Collecting legal info ERROR: No hash found for LICENSE >>> host-zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> host-python 2.7.14 Collecting legal info ERROR: No hash found for LICENSE >>> host-expat 2.2.4 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> cairo 1.14.10 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.4 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.4 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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 >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.54.1 Collecting legal info ERROR: No hash found for COPYING >>> host-libglib2 2.54.1 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.2 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 >>> pixman 0.34.0 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 >>> 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 >>> openssl Collecting legal info >>> libopenssl 1.0.2l Collecting legal info ERROR: No hash found for LICENSE >>> conntrack-tools 1.4.4 Collecting legal info ERROR: No hash found for COPYING >>> host-bison 3.0.4 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 >>> libnetfilter_cthelper 1.0.0 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_cttimeout 1.0.0 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_queue 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> cups 2.2.5 Collecting legal info ERROR: No hash found for LICENSE.txt >>> dbus 1.10.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> cvs 1.12.13 Collecting legal info >>> dbus-cpp 0.9.0 Collecting legal info ERROR: No hash found for COPYING >>> host-dbus-cpp 0.9.0 Collecting legal info ERROR: No hash found for COPYING >>> host-dbus 1.10.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dropwatch 7c33d8a8ed105b07a46b55d71d93b36ed34c16db Collecting legal info ERROR: No hash found for COPYING >>> libnl 3.3.0 Collecting legal info ERROR: No hash found for COPYING >>> dt v18.32 Collecting legal info ERROR: No hash found for LICENSE >>> dtc 1.4.4 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> eventlog 0.2.12 Collecting legal info ERROR: No hash found for COPYING >>> execline 2.3.0.2 Collecting legal info ERROR: No hash found for COPYING >>> skalibs 2.6.0.0 Collecting legal info ERROR: No hash found for COPYING >>> f2fs-tools v1.8.0 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 >>> fbterm 1.7.0 Collecting legal info ERROR: No hash found for COPYING >>> liberation 2.00.1 Collecting legal info ERROR: No hash found for LICENSE >>> flite 1.4 Collecting legal info ERROR: No hash found for flite-1.4-release/COPYING >>> fmtools 2.0.7 Collecting legal info ERROR: No hash found for COPYING >>> ftop 1.0 Collecting legal info ERROR: No hash found for COPYING >>> glog v0.3.5 Collecting legal info COPYING: OK (sha256: 0fc497129c5c69ff6f22da6933c7e4aaef082fde8437fd57680c2780100772a4) >>> 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 >>> harfbuzz 1.5.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/hb-ucdn/COPYING >>> httping 2.5 Collecting legal info ERROR: No hash found for license.txt >>> 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 >>> iftop 1.0pre4 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> igd2-for-linux v1.2 Collecting legal info ERROR: No hash found for linuxigd2/doc/LICENSE >>> libupnp 1.6.22 Collecting legal info ERROR: No hash found for LICENSE >>> initscripts Collecting legal info >>> iproute2 4.13.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> iptables 1.6.1 Collecting legal info ERROR: No hash found for COPYING >>> jpeg-turbo 1.5.2 Collecting legal info ERROR: No hash found for LICENSE.md >>> jpeg Collecting legal info >>> jq 1.5 Collecting legal info ERROR: No hash found for COPYING >>> kmod 24 Collecting legal info ERROR: No hash found for libkmod/COPYING >>> leveldb v1.20 Collecting legal info ERROR: No hash found for LICENSE >>> snappy be6dc3db83c4701e3e79694dcbfd1c3da03b91dd Collecting legal info ERROR: No hash found for COPYING >>> libarchive 3.3.2 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 >>> libconfig 1.5 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libcsv 3.0.3 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> libdaemon 0.14 Collecting legal info ERROR: No hash found for LICENSE >>> libdrm 2.4.84 Collecting legal info >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libdvdcss 1.4.0 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 >>> libgpgme 1.9.0 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> liblogging 1.0.5 Collecting legal info ERROR: No hash found for COPYING >>> libmhash 0.9.9.9 Collecting legal info ERROR: No hash found for COPYING >>> libmpeg2 0.5.1 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_acct 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_log 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libnpth 1.5 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libogg 1.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libpam-radius-auth 1.4.0 Collecting legal info ERROR: No hash found for LICENSE >>> libpam-tacplus 1.3.9 Collecting legal info ERROR: No hash found for COPYING >>> libssh 0.7.5 Collecting legal info ERROR: No hash found for COPYING >>> libusb-compat 0.1.5 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 >>> 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 >>> libvpx 1.6.1 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for PATENTS >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info ERROR: No hash found for COPYING.lesser >>> live555 2017.07.18 Collecting legal info ERROR: No hash found for COPYING >>> lm-sensors 3.4.0 Collecting legal info ERROR: No hash found for COPYING.LGPL ERROR: No hash found for COPYING >>> lvm2 2.02.173 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> mosh 1.3.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.iOS: OK (sha256: 8042495ddc8d99b883335d53552554eccf825fc1f0ba487d0f8e6656baaa8199) >>> protobuf 3.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf 3.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> 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 >>> mutt 1.8.3 Collecting legal info ERROR: No hash found for GPL >>> nano 2.8.7 Collecting legal info ERROR: No hash found for COPYING >>> nanocom 1.0 Collecting legal info ERROR: No hash found for COPYING >>> neard 0.16 Collecting legal info ERROR: No hash found for COPYING >>> nfacct 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> nvme v1.3 Collecting legal info ERROR: No hash found for LICENSE >>> odhcp6c 7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07 Collecting legal info ERROR: No hash found for COPYING >>> openssh 7.5p1 Collecting legal info ERROR: No hash found for LICENCE >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian 9c9f0ec3532b Collecting legal info WARNING: no hash file for COPYING >>> opkg v0.3.1 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 >>> paho-mqtt-c v1.2.0 Collecting legal info epl-v10: OK (sha256: 44277b2bec6093e4ac313afec251a4de599d24c4e768f8574d95b13a9d2d97b5) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) >>> pango 1.40.12 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info ERROR: No hash found for COPYING >>> pcsc-lite 1.8.22 Collecting legal info ERROR: No hash found for COPYING >>> pdbg 77158819158d1d7053a737ac090d04fdfbfe9265 Collecting legal info ERROR: No hash found for COPYING >>> host-dtc 1.4.4 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> pound 2.7 Collecting legal info ERROR: No hash found for GPL.txt >>> proxychains-ng 4.11 Collecting legal info ERROR: No hash found for COPYING >>> rpcbind 0.2.3 Collecting legal info ERROR: No hash found for COPYING >>> ruby 2.4.1 Collecting legal info ERROR: No hash found for LEGAL ERROR: No hash found for COPYING ERROR: No hash found for BSDL >>> host-ruby 2.4.1 Collecting legal info ERROR: No hash found for LEGAL ERROR: No hash found for COPYING ERROR: No hash found for BSDL >>> s6-dns 2.2.0.1 Collecting legal info ERROR: No hash found for COPYING >>> s6-networking 2.3.0.2 Collecting legal info ERROR: No hash found for COPYING >>> s6 2.6.1.0 Collecting legal info ERROR: No hash found for COPYING >>> shairport-sync 3.1.3 Collecting legal info ERROR: No hash found for LICENSES >>> shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-shared-mime-info 1.8 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 >>> sispmctl 3.1 Collecting legal info ERROR: No hash found for LICENCE >>> softether v4.22-9634-beta Collecting legal info LICENSE: OK (sha256: 7aeb873293fa0e44425dabf68a8e46e26c848fe58efcfd3ac7c90a3386f3edd1) >>> host-softether v4.22-9634-beta Collecting legal info LICENSE: OK (sha256: 7aeb873293fa0e44425dabf68a8e46e26c848fe58efcfd3ac7c90a3386f3edd1) >>> host-readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> sound-theme-freedesktop 0.7 Collecting legal info >>> sredird 2.2.2 Collecting legal info ERROR: No hash found for COPYING >>> strongswan 5.4.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> sudo 1.8.21p2 Collecting legal info ERROR: No hash found for doc/LICENSE >>> sysstat 11.4.4 Collecting legal info ERROR: No hash found for COPYING >>> taglib 1.11.1 Collecting legal info ERROR: No hash found for COPYING.LGPL ERROR: No hash found for COPYING.MPL >>> tclap 1.2.1 Collecting legal info ERROR: No hash found for COPYING >>> tcping 1.3.5 Collecting legal info ERROR: No hash found for LICENSE >>> tn5250 0.17.4 Collecting legal info ERROR: No hash found for COPYING >>> ulogd 2.0.5 Collecting legal info ERROR: No hash found for COPYING >>> ustr 1.0.4 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE_BSD ERROR: No hash found for LICENSE_LGPL ERROR: No hash found for LICENSE_MIT >>> v4l2grab f8d8844d52387b3db7b8736f5e86156d9374f781 Collecting legal info ERROR: No hash found for LICENSE.md >>> vtun 3.0.3 Collecting legal info ERROR: No hash found for README.OpenSSL >>> w_scan 20141122 Collecting legal info ERROR: No hash found for COPYING >>> webp 0.5.2 Collecting legal info ERROR: No hash found for COPYING >>> xutil_util-macros 1.19.1 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: cvs-1.12.13: cannot save license (CVS_LICENSE_FILES not defined) WARNING: libdrm-2.4.84: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/legal-info make: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/buildroot'