mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/shadow rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/bin/sh rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge; done for dir in /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/aclocal \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/pkgconfig \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/cmake /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/cmake find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gdb rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/zsh rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/man /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/info /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/info rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/doc /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/doc rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gtk-doc rmdir /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share 2>/dev/null || true find /home/dawncrow/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 /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/dawncrow/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 /home/dawncrow/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 /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-rc1-00026-g915c136"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-rc1\"" \ ) > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/dawncrow/buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target touch /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' make: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2018.11-rc1-00026-g915c136 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton 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 >>> argp-standalone 1.3 Collecting legal info >>> attr 2.4.48 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> audiofile 0.3.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.GPL >>> 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-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> bash 4.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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 >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> bdwgc 8.0.0 Collecting legal info README.QUICK: OK (sha256: aeeaabbf44e67d413e18719f0c6ac9c23387ab0b33e7a15ee46cf59ddef12cc7) >>> libatomic_ops v7.6.6 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> bellagio 0.9.3 Collecting legal info ERROR: No hash found for COPYING >>> binutils 2.29.1 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> boinc 7.12.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libcurl 7.62.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libfcgi 2.4.0 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> boost 1.68.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> brltty 5.6 Collecting legal info LICENSE-LGPL: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) README: OK (sha256: 42685d8fa420f618e325d423be110c69abd976afdef183dfac385ccd44cb12e9) >>> host-btrfs-progs 4.17.1 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) libbtrfsutil/COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-util-linux 2.32.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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> iputils s20180629 Collecting legal info ninfod/COPYING: OK (sha256: 966075293e45785230c19415bcda15bd07c75bead4fe73332d1a4b9c45bb321f) >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> libgcrypt 1.8.4 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.32 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> nettle 3.4 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> linux-pam 1.3.1 Collecting legal info ERROR: No hash found for Copyright >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> util-linux 2.32.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) >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> can-utils v2018.02.0 Collecting legal info Makefile: OK (sha256: c258939ebb09c3857f5fc7704a449e5077cc881090c87b38f9a81332b96fa075) >>> cantarell 0.0.25 Collecting legal info ERROR: No hash found for COPYING >>> capnproto v0.6.1 Collecting legal info LICENSE: OK (sha256: 16194222e9412c3aa14d2287953f7fc89a1dcbcdd266d1534ba35060d4cde5b6) >>> host-capnproto v0.6.1 Collecting legal info LICENSE: OK (sha256: 16194222e9412c3aa14d2287953f7fc89a1dcbcdd266d1534ba35060d4cde5b6) >>> cdrkit 1.1.11 Collecting legal info ERROR: No hash found for COPYING >>> cppunit 1.13.2 Collecting legal info ERROR: No hash found for COPYING >>> crda 4.14 Collecting legal info ERROR: No hash found for LICENSE >>> host-python-pycrypto 2.6.1 Collecting legal info ERROR: No hash found for COPYRIGHT ERROR: No hash found for LEGAL/copy/LICENSE.libtom ERROR: No hash found for LEGAL/copy/LICENSE.python-2.2 ERROR: No hash found for LEGAL/copy/LICENSE.original >>> host-gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cryptsetup 2.0.4 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lvm2 2.02.180 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> dante 1.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> ddrescue 1.22 Collecting legal info ERROR: No hash found for COPYING >>> dehydrated 0.6.2 Collecting legal info LICENSE: OK (sha256: b4583b7dd07e3e2a08906de38e7e329d41f921ed9dcb6310b3886e013a6b8723) >>> dieharder 3.31.1 Collecting legal info ERROR: No hash found for COPYING >>> gsl 2.3 Collecting legal info ERROR: No hash found for COPYING >>> dmalloc 5.5.2 Collecting legal info ERROR: No hash found for dmalloc.h.1 >>> dmidecode 3.1 Collecting legal info ERROR: No hash found for LICENSE >>> empty 0.6.20b Collecting legal info ERROR: No hash found for COPYRIGHT >>> execline 2.5.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> exfat 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libfuse 2.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> fbv 1.0b Collecting legal info ERROR: No hash found for COPYING >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info ERROR: No hash found for COPYING >>> fftw 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fio fio-3.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) MORAL-LICENSE: OK (sha256: 8a240c1ad13d1fe3e58588643d81d0695899be4a669fe6d8fafa76ca6a89db2c) >>> numactl v2.0.12 Collecting legal info README.md: OK (sha256: e2b738b1303c088421b09933a78c1326fe43692e2c05a7c510a2eb7e7a8eb575) >>> ftop 1.0 Collecting legal info ERROR: No hash found for COPYING >>> git-crypt 0.6.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) parse_options.hpp: OK (sha256: 506657e7a381165550e6c33e35b3b03bbef3e1feb68ba5529e264bd75ed2dc64) >>> git 2.16.5 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> gnutls 3.5.19 Collecting legal info doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 0.9.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> google-material-design-icons 2.2.3 Collecting legal info ERROR: No hash found for LICENSE >>> googlefontdirectory Collecting legal info >>> guile 2.0.14 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> host-guile 2.0.14 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> host-bdwgc 8.0.0 Collecting legal info README.QUICK: OK (sha256: aeeaabbf44e67d413e18719f0c6ac9c23387ab0b33e7a15ee46cf59ddef12cc7) >>> host-libatomic_ops v7.6.6 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-libunistring 0.9.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> i2pd 2.20.0 Collecting legal info LICENSE: OK (sha256: d147a6acdaf8ec9f6513802ef6cad4a4afcdb5ab6b98d9f6bb26d2b7f4cf454c) >>> igd2-for-linux v1.2 Collecting legal info linuxigd2/doc/LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> initscripts Collecting legal info >>> inotify-tools 3.20.1 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> ipmitool 1.8.18 Collecting legal info ERROR: No hash found for COPYING >>> ipmiutil 3.1.2 Collecting legal info COPYING: OK (sha256: 7e0ec8238aa1431e95a4950032a4483fe33fec3fac348eaade5856cdc5ae3e39) >>> iptables 1.6.2 Collecting legal info ERROR: No hash found for COPYING >>> jpeg-turbo 2.0.0 Collecting legal info LICENSE.md: OK (sha256: 8412238c5ad95965cf3c3197791e9dea8b5fae505d133449e33ee2fa754fe61e) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> host-nasm 2.13.03 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> jpeg Collecting legal info >>> json-for-modern-cpp v3.1.2 Collecting legal info LICENSE.MIT: OK (sha256: 7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd) >>> libassuan 2.5.1 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcpprestsdk v2.10.5 Collecting legal info license.txt: OK (sha256: 5c191789f502ac87df83b57008d2fc3e47fbf31315381b5bc4309f6602d0fe97) >>> libdrm 2.4.96 Collecting legal info >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libgta 1.0.8 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> 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 >>> liblo 0.29 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.4 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsepol 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libserialport 0.1.1 Collecting legal info ERROR: No hash found for COPYING >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libsoundtouch 010a91a59071c7fefd316fca62c0d980ec85b4b1 Collecting legal info ERROR: No hash found for COPYING.TXT >>> libsquish 1.15 Collecting legal info ERROR: No hash found for LICENSE.txt >>> libuio ca28ff0f69d89a789a47552c72db5a43d280710b Collecting legal info ERROR: No hash found for COPYING >>> 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.9.0 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> libv4l 1.16.2 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 37d0f2c8dc3f267d864cb39d54f82c5092a599beb29cb5caa96d50d27e069a44) >>> libva 2.3.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> libxkbcommon 0.8.2 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> lm-sensors 3.4.0 Collecting legal info ERROR: No hash found for COPYING.LGPL ERROR: No hash found for COPYING >>> host-lttng-babeltrace 1.5.2 Collecting legal info ERROR: No hash found for mit-license.txt ERROR: No hash found for gpl-2.0.txt ERROR: No hash found for LICENSE >>> host-elfutils 0.174 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> host-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 >>> host-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> luksmeta 8 Collecting legal info COPYING: OK (sha256: 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf) >>> mc 4.8.20 Collecting legal info COPYING: OK (sha256: 5576bbec76296e1c8e081f7037ebd01bdada388635f58d844a2f20d37bbe4284) >>> memstat 1.0 Collecting legal info ERROR: No hash found for debian/copyright >>> mraa v0.9.1 Collecting legal info ERROR: No hash found for COPYING >>> mtdev 1.1.4 Collecting legal info ERROR: No hash found for COPYING >>> mtdev2tuio e1e7378d86abe751158e743586133022f32fa4d1 Collecting legal info ERROR: No hash found for COPYING >>> netplug 1.2.9.2 Collecting legal info ERROR: No hash found for COPYING >>> ntfs-3g 2017.3.23 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> 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 >>> oprofile 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> physfs 3.0.1 Collecting legal info LICENSE.txt: OK (sha256: 7ce475991f6cc09958ef0d57312522eba78e36d984307c95f9a3965adf7e4e2b) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pppd 2.4.7 Collecting legal info ERROR: No hash found for pppd/tdb.c ERROR: No hash found for pppd/plugins/pppoatm/COPYING ERROR: No hash found for pppdump/bsd-comp.c ERROR: No hash found for pppd/ccp.c ERROR: No hash found for pppd/plugins/passprompt.c >>> pulseaudio 12.2 Collecting legal info LICENSE: OK (sha256: a1064b9838b6b4feee61eaeb0925da4b4834c984b77716558860c4294ed6c015) GPL: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> 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 >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> rrdtool 1.6.0 Collecting legal info ERROR: No hash found for COPYRIGHT ERROR: No hash found for LICENSE >>> s6 2.7.1.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> ser2net 3.5 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> sngrep v1.4.5 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sysstat 11.6.3 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> taskd 1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> tinycbor v0.5.2 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tor 0.3.4.9 Collecting legal info LICENSE: OK (sha256: f9a4f724d8037711dde7d3f1d17094fb7d211545b3a3bbb1b03e769e13ca5608) >>> tpm2-tss 1.4.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tslib 1.17 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Collecting legal info WARNING: no hash file for COPYING.LIB >>> unixodbc 2.3.6 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> ushare 1.1a Collecting legal info ERROR: No hash found for COPYING >>> vlc 3.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> vpnc b1243d29e0c00312ead038b04a2cf5e2fa31d740 Collecting legal info ERROR: No hash found for COPYING >>> wireless-regdb 2018.09.07 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> yajl 2.1.0 Collecting legal info ERROR: No hash found for COPYING >>> yasm 1.3.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for BSD.txt ERROR: No hash found for Artistic.txt ERROR: No hash found for GNU_GPL-2.0 ERROR: No hash found for GNU_LGPL-2.0 >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Collecting legal info WARNING: no hash file for COPYING.GPL >>> zbar 854a5d97059e395807091ac4d80c53f7968abb8f Collecting legal info ERROR: No hash found for LICENSE >>> zip 30 Collecting legal info ERROR: No hash found for LICENSE >>> znc 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: googlefontdirectory: cannot save license (GOOGLEFONTDIRECTORY_LICENSE_FILES not defined) WARNING: libdrm-2.4.96: cannot save license (LIBDRM_LICENSE_FILES not defined) Legal info produced in /home/dawncrow/buildroot-test/scripts/instance-0/output/legal-info make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot'