mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc echo "buildroot" > /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc/hosts mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc/shadow rm -f /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/bin/sh rm -f /home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge; done for dir in /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/include /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/aclocal \ /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/pkgconfig \ /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/cmake /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/cmake find /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/lib/ /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/ /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/gdb rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/bash-completion rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/zsh rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/man /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/info /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/info rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/doc /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/doc rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/gtk-doc rmdir /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share 2>/dev/null || true find /home/rclinux/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 /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/rclinux/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 /home/rclinux/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 /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02-git-00695-ge4c2c68c3e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.02-git\"" \ ) > /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/rclinux/rc-buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/buildroot' make: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2018.02-git-00695-ge4c2c68c3e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> musl-compat-headers 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 >>> assimp v3.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> axel 2.16.1 Collecting legal info ERROR: No hash found for COPYING >>> babeld 1.7.1 Collecting legal info ERROR: No hash found for LICENCE >>> bctoolbox 0.4.0 Collecting legal info ERROR: No hash found for COPYING >>> bind 9.11.2 Collecting legal info COPYRIGHT: OK (sha256: d3906dfe153e2c48440d3ca1d5319f5e89b4b820cdfc5d0779c23d7ac2b175e9) >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> readline 7.0 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 >>> bridge-utils 1.6 Collecting legal info ERROR: No hash found for 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 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) >>> btrfs-progs 4.13.3 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) >>> e2fsprogs 1.43.8 Collecting legal info NOTICE: OK (sha256: 680f852df303874fe9c722283a7da571ae9a0477768df8af1e363298e2adc51e) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> busybox 1.27.2 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> 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) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> libcap-ng 0.7.8 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> c-ares 1.13.0 Collecting legal info ERROR: No hash found for ares_mkquery.c >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cegui06 0.6.2b Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> freetype 2.8.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 4a9a548027a2c1d37788519dea833294c9c81f1ebc280e817f41f50d0c642d78) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> ctorrent dnh3.3.2 Collecting legal info ERROR: No hash found for COPYING >>> cvs 1.12.13 Collecting legal info >>> dbus 1.12.2 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> 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 >>> dvb-apps 3d43b280298c39a67d1d889e01e173f52c12da35 Collecting legal info WARNING: no hash file for COPYING WARNING: no hash file for COPYING.LGPL >>> host-e2fsprogs 1.43.8 Collecting legal info NOTICE: OK (sha256: 680f852df303874fe9c722283a7da571ae9a0477768df8af1e363298e2adc51e) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> host-e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> ecryptfs-utils 111 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> keyutils 1.5.10 Collecting legal info ERROR: No hash found for LICENCE.GPL ERROR: No hash found for LICENCE.LGPL >>> libnss 3.33 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> libnspr 4.17 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> sqlite 3210000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> evtest 1.33 Collecting legal info ERROR: No hash found for COPYING >>> ffmpeg 3.4.1 Collecting legal info LICENSE.md: OK (sha256: 73d99bc83313fff665b426d6672b4e0479102bc402fe22314ac9ce94a38aa5ff) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> gnutls 3.5.16 Collecting legal info doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.12 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libunistring 0.9.7 Collecting legal info ERROR: No hash found for COPYING.LIB >>> nettle 3.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 >>> host-nasm 2.13.02 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> libvorbis 1.3.5 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> opus 1.2.1 Collecting legal info ERROR: No hash found for COPYING >>> fis 2892 Collecting legal info WARNING: no hash file for fis.c >>> flann 1.9.1 Collecting legal info ERROR: No hash found for COPYING >>> getent Collecting legal info >>> gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> glm 0.9.8.4 Collecting legal info ERROR: No hash found for copying.txt >>> gnu-efi 3.0.6 Collecting legal info ERROR: No hash found for README.efilib >>> host-gnupg 1.4.22 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) >>> ibrcommon 1.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for README >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> initscripts Collecting legal info >>> inotify-tools 1df9af4d6cd0f4af4b1b19254bcf056aed4ae395 Collecting legal info ERROR: No hash found for COPYING >>> intel-microcode 20180108 Collecting legal info license.txt: OK (sha256: 6d4deb65ca688d930e188bf93f78430f134097b161e6df4a2ef00728e14965e3) >>> iperf3 3.1.7 Collecting legal info ERROR: No hash found for LICENSE >>> jpeg-turbo 1.5.2 Collecting legal info ERROR: No hash found for LICENSE.md >>> jpeg Collecting legal info >>> json-for-modern-cpp v3.0.1 Collecting legal info LICENSE.MIT: OK (sha256: 6a6115fc4a7239a135f2dce8d33f94cb8a936b8f608ac0f6699fbac278b0dd5b) >>> latencytop 0.5 Collecting legal info ERROR: No hash found for latencytop.c >>> 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) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> lcdproc 0.5.9 Collecting legal info ERROR: No hash found for COPYING >>> let-me-create v1.5.2 Collecting legal info ERROR: No hash found for LICENSE >>> lftp 4.8.0 Collecting legal info ERROR: No hash found for COPYING >>> libao 1.2.0 Collecting legal info ERROR: No hash found for COPYING >>> libatomic_ops v7.4.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcdaudio 0.99.12p2 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 >>> libcli c63c9d35144939c8b4fa3c5394aed2e29ff517b0 Collecting legal info ERROR: No hash found for COPYING >>> libcrossguid 8f399e8bd4252be9952f3dfa8199924cc8487ca4 Collecting legal info ERROR: No hash found for LICENSE >>> libcurl 7.57.0 Collecting legal info COPYING: OK (sha256: cbcf511f5702f7baf5424193a792bc9c18fab22bcbec2e6a587598389dc632c2) >>> libdrm 2.4.89 Collecting legal info >>> host-xutil_util-macros 1.19.1 Collecting legal info ERROR: No hash found for COPYING >>> libpciaccess 0.14 Collecting legal info ERROR: No hash found for COPYING >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libebml 1.3.3 Collecting legal info ERROR: No hash found for LICENSE.LGPL >>> libedit 20150325-3.1 Collecting legal info ERROR: No hash found for COPYING >>> libenca 1.19 Collecting legal info ERROR: No hash found for COPYING >>> libevent 2.1.8-stable Collecting legal info ERROR: No hash found for LICENSE >>> libgcrypt 1.8.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.27 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libhttpparser v2.7.1 Collecting legal info ERROR: No hash found for LICENSE-MIT >>> libkcapi 0.14.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.gplv2 ERROR: No hash found for COPYING.bsd >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libmpd 11.8.17 Collecting legal info ERROR: No hash found for COPYING >>> libnet 1.1.6 Collecting legal info ERROR: No hash found for doc/COPYING >>> libnetfilter_acct 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_conntrack 1.0.6 Collecting legal info ERROR: No hash found for COPYING >>> libnfnetlink 1.0.1 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 >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> libraw1394 2.1.1 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libsigrok 0.5.0 Collecting legal info ERROR: No hash found for COPYING >>> libzip 1.4.0 Collecting legal info LICENSE: OK (sha256: 3c964a7eb1abeb6bd6f40035ed3a014728ff8c5437f107dcf24fbbfab16e227e) >>> libsndfile 1.0.28 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 >>> libuv v1.16.0 Collecting legal info ERROR: No hash found for LICENSE >>> libv4l 1.12.6 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 37d0f2c8dc3f267d864cb39d54f82c5092a599beb29cb5caa96d50d27e069a44) >>> libxslt 1.1.29 Collecting legal info ERROR: No hash found for COPYING >>> ltris 1.0.19 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> mesa3d 17.3.2 Collecting legal info docs/license.html: OK (sha256: 630e75b4fdeb75ee2bf9e55db54dd1e3ff7353d52d9314ca8512bfd460f8e24c) >>> 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.169 Collecting legal info ERROR: No hash found for COPYING-GPLV2 ERROR: No hash found for COPYING-LGPLV3 >>> 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 >>> lttng-libust 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> mesa3d-demos 8.3.0 Collecting legal info >>> libegl Collecting legal info >>> mobile-broadband-provider-info 20151214 Collecting legal info ERROR: No hash found for COPYING >>> mpv 0.27.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-waf 1.9.5 Collecting legal info >>> 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 >>> mysql Collecting legal info >>> oracle-mysql 5.1.73 Collecting legal info ERROR: No hash found for README ERROR: No hash found for COPYING >>> host-oracle-mysql 5.1.73 Collecting legal info ERROR: No hash found for README ERROR: No hash found for COPYING >>> nbd 3.15.2 Collecting legal info ERROR: No hash found for COPYING >>> netsniff-ng 0.6.3 Collecting legal info ERROR: No hash found for README ERROR: No hash found for COPYING >>> nodejs 8.9.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-nodejs 8.9.3 Collecting legal info ERROR: No hash found for LICENSE >>> norm 1.5r6 Collecting legal info ERROR: No hash found for LICENSE.TXT >>> ofono 1.21 Collecting legal info ERROR: No hash found for COPYING >>> openntpd 6.2p3 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> opus-tools 0.1.10 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> postgresql 10.1 Collecting legal info COPYRIGHT: OK (sha256: 7dc8de32741ad1b03e21710771b55a1b9d460671d47f28a8840f917e38c66676) >>> host-zic 2017c Collecting legal info >>> privoxy 3.0.26 Collecting legal info ERROR: No hash found for LICENSE >>> pwgen 2.07 Collecting legal info ERROR: No hash found for debian/copyright >>> qpid-proton 0.9.1 Collecting legal info ERROR: No hash found for LICENSE >>> rtptools 1.20 Collecting legal info ERROR: No hash found for COPYRIGHT >>> sbc 1.3 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> screen 4.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl_ttf 2.0.11 Collecting legal info ERROR: No hash found for COPYING >>> sigrok-cli 0.7.0 Collecting legal info ERROR: No hash found for COPYING >>> sound-theme-freedesktop 0.7 Collecting legal info >>> tinymembench v0.3 Collecting legal info ERROR: No hash found for main.c >>> tmux 2.6 Collecting legal info README: OK (sha256: 94e2b1feb1202d3308cc7ab7ec42278d24f10562394bdf269f44649327c8198f) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ulogd 2.0.5 Collecting legal info ERROR: No hash found for COPYING >>> vnstat 1.17 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 >>> vpnc b1243d29e0c00312ead038b04a2cf5e2fa31d740 Collecting legal info ERROR: No hash found for COPYING >>> wpan-tools 0.7 Collecting legal info ERROR: No hash found for COPYING >>> xkeyboard-config 2.22 Collecting legal info ERROR: No hash found for COPYING >>> host-xapp_xkbcomp 1.4.0 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_libX11 1.6.5 Collecting legal info ERROR: No hash found for COPYING >>> host-libxcb 1.12 Collecting legal info ERROR: No hash found for COPYING >>> host-libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libxslt 1.1.29 Collecting legal info ERROR: No hash found for COPYING >>> host-xcb-proto 1.12 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_libXau 1.0.8 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_xproto 7.0.31 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_libXdmcp 1.1.2 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_xtrans 1.3.5 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_inputproto 2.3.2 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_kbproto 1.0.7 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_xextproto 7.3.0 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_xf86bigfontproto 1.2.0 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_libxkbfile 1.0.9 Collecting legal info ERROR: No hash found for COPYING >>> xl2tp v1.3.8 Collecting legal info ERROR: No hash found for LICENSE >>> xmlstarlet 1.6.1 Collecting legal info ERROR: No hash found for COPYING >>> zbar 854a5d97059e395807091ac4d80c53f7968abb8f 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 >>> zmqpp 4.1.2 Collecting legal info ERROR: No hash found for LICENSE 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: cvs-1.12.13: cannot save license (CVS_LICENSE_FILES not defined) WARNING: libdrm-2.4.89: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: mesa3d-demos-8.3.0: cannot save license (MESA3D_DEMOS_LICENSE_FILES not defined) WARNING: waf-1.9.5: cannot save license (HOST_WAF_LICENSE_FILES not defined) WARNING: zic-2017c: cannot save license (HOST_ZIC_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/rclinux/rc-buildroot-test/scripts/instance-0/output/legal-info make: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/buildroot'