/bin/sh ./libtool --mode=install /usr/bin/install -c xorriso/xorriso '/home/buildroot/build/instance-0/output/host/bin' /usr/bin/install -c -m 644 xorriso/xorriso.1 xorriso/xorrisofs.1 xorriso/xorrecord.1 '/home/buildroot/build/instance-0/output/host/share/man/man1' /usr/bin/install -c -m 644 ./xorriso/xorriso.info ./xorriso/xorrisofs.info ./xorriso/xorrecord.info '/home/buildroot/build/instance-0/output/host/share/info' libtool: install: /usr/bin/install -c xorriso/xorriso /home/buildroot/build/instance-0/output/host/bin/xorriso /usr/bin/make install-exec-hook make[3]: Entering directory '/home/buildroot/build/instance-0/output/build/host-xorriso-1.4.6' if test -e "/home/buildroot/build/instance-0/output/host/bin"/xorrisofs ; then rm "/home/buildroot/build/instance-0/output/host/bin"/xorrisofs ; else echo ; fi ln -s xorriso "/home/buildroot/build/instance-0/output/host/bin"/xorrisofs if test -e "/home/buildroot/build/instance-0/output/host/bin"/osirrox ; then rm "/home/buildroot/build/instance-0/output/host/bin"/osirrox ; else echo ; fi ln -s xorriso "/home/buildroot/build/instance-0/output/host/bin"/osirrox if test -e "/home/buildroot/build/instance-0/output/host/bin"/xorrecord ; then rm "/home/buildroot/build/instance-0/output/host/bin"/xorrecord ; else echo ; fi ln -s xorriso "/home/buildroot/build/instance-0/output/host/bin"/xorrecord make[3]: Leaving directory '/home/buildroot/build/instance-0/output/build/host-xorriso-1.4.6' make[2]: Leaving directory '/home/buildroot/build/instance-0/output/build/host-xorriso-1.4.6' make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/host-xorriso-1.4.6' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/build/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/build/instance-0/output/build/packages-file-list-staging.txt ./support/scripts/check-uniq-files -t host /home/buildroot/build/instance-0/output/build/packages-file-list-host.txt mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "buildroot" > /home/buildroot/build/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/build/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/build/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/build/instance-0/output/target/etc/shadow rm -f /home/buildroot/build/instance-0/output/target/bin/sh rm -f /home/buildroot/build/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/build/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/build/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/build/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/build/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/build/instance-0/output/target/usr/include /home/buildroot/build/instance-0/output/target/usr/share/aclocal \ /home/buildroot/build/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/build/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/build/instance-0/output/target/usr/lib/cmake /home/buildroot/build/instance-0/output/target/usr/share/cmake find /home/buildroot/build/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-0/output/target/lib/ /home/buildroot/build/instance-0/output/target/usr/lib/ /home/buildroot/build/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/build/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/build/instance-0/output/target/usr/man /home/buildroot/build/instance-0/output/target/usr/share/man rm -rf /home/buildroot/build/instance-0/output/target/usr/info /home/buildroot/build/instance-0/output/target/usr/share/info rm -rf /home/buildroot/build/instance-0/output/target/usr/doc /home/buildroot/build/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/build/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/build/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/buildroot/build/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/build/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/build/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/build/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/build/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/build/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/buildroot/build/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/buildroot/build/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02-git-00794-g3383170"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.02-git\"" \ ) > /home/buildroot/build/instance-0/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/buildroot/build/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory '/home/buildroot/build/instance-0/buildroot' make: Entering directory '/home/buildroot/build/instance-0/buildroot' >>> Buildroot 2018.02-git-00794-g3383170 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> host-aespipe 2.4d Collecting legal info >>> host-android-tools 4.2.2+git20130218 Collecting legal info ERROR: No hash found for debian/copyright >>> host-libselinux 2.7 Collecting legal info ERROR: No hash found for LICENSE >>> host-libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-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-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-swig 3.0.12 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE-GPL ERROR: No hash found for LICENSE-UNIVERSITIES >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> argus 3.0.8 Collecting legal info ERROR: No hash found for README >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> dbus 1.12.2 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libtirpc 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> bash 4.4.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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 >>> batctl 2017.0 Collecting legal info >>> bind 9.11.2-P1 Collecting legal info COPYRIGHT: OK (sha256: d3906dfe153e2c48440d3ca1d5319f5e89b4b820cdfc5d0779c23d7ac2b175e9) >>> libcap 2.25 Collecting legal info ERROR: No hash found for License >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info ERROR: No hash found for License >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libiconv 1.15 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> openssl Collecting legal info >>> libopenssl 1.0.2n Collecting legal info LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a) >>> bwm-ng f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef Collecting legal info ERROR: No hash found for COPYING >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> c-icap 0.4.2 Collecting legal info ERROR: No hash found for COPYING >>> cbootimage v1.7 Collecting legal info ERROR: No hash found for COPYING >>> host-cbootimage v1.7 Collecting legal info ERROR: No hash found for COPYING >>> cdrkit 1.1.11 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> chocolate-doom 2.3.0 Collecting legal info ERROR: No hash found for COPYING >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> sdl_mixer 1.2.12 Collecting legal info ERROR: No hash found for COPYING >>> sdl_net 1.2.8 Collecting legal info ERROR: No hash found for COPYING >>> civetweb v1.5 Collecting legal info ERROR: No hash found for LICENSE.md >>> cpuload v0.3 Collecting legal info ERROR: No hash found for COPYING >>> cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-cramfs 1.1 Collecting legal info ERROR: No hash found for COPYING >>> dhcpdump 1.8 Collecting legal info ERROR: No hash found for LICENSE >>> doom-wad 1.9 Collecting legal info >>> dtach v0.9 Collecting legal info ERROR: No hash found for COPYING >>> dtv-scan-tables ceb11833b35f05813b1f0397a60e0f3b99430aab Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL >>> dump1090 bff92c4ad772a0a8d433f788d39dae97e00e4dbe Collecting legal info anet.h: OK (sha256: 29046ef7ee0b7b127bcc64faf135035820906dea2b379b2efcfc119131a39f7a) >>> librtlsdr v0.5.3 Collecting legal info ERROR: No hash found for COPYING >>> dvdauthor 0.7.2 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> ed 1.14.2 Collecting legal info ERROR: No hash found for COPYING >>> enscript 1.6.6 Collecting legal info ERROR: No hash found for COPYING >>> erlang-p1-cache-tab 1.0.12 Collecting legal info ERROR: No hash found for LICENSE.txt >>> erlang 20.0 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-erlang 20.0 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2n Collecting legal info LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a) >>> erlang-p1-utils 1.0.10 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-erlang-rebar 2.6.4 Collecting legal info ERROR: No hash found for LICENSE >>> erlang-p1-yaml 1.0.12 Collecting legal info ERROR: No hash found for LICENSE.txt >>> libyaml 0.1.7 Collecting legal info ERROR: No hash found for LICENSE >>> evtest 1.33 Collecting legal info ERROR: No hash found for COPYING >>> execline 2.3.0.4 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> skalibs 2.6.3.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> ffmpeg 3.4.1 Collecting legal info LICENSE.md: OK (sha256: 73d99bc83313fff665b426d6672b4e0479102bc402fe22314ac9ce94a38aa5ff) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> opus 1.2.1 Collecting legal info ERROR: No hash found for COPYING >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fping 4.0 Collecting legal info ERROR: No hash found for COPYING >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> jpeg Collecting legal info >>> libjpeg 9b Collecting legal info ERROR: No hash found for README >>> webp 0.6.1 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> giflib 5.1.4 Collecting legal info ERROR: No hash found for COPYING >>> genext2fs 1.4.1 Collecting legal info ERROR: No hash found for COPYING >>> genromfs 0.5.2 Collecting legal info ERROR: No hash found for COPYING >>> gnupg2 2.2.4 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.1 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.27 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libgcrypt 1.8.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libksba 1.3.5 Collecting legal info ERROR: No hash found for AUTHORS ERROR: No hash found for COPYING ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv3 >>> libnpth 1.5 Collecting legal info ERROR: No hash found for COPYING.LIB >>> heirloom-mailx 12.5 Collecting legal info ERROR: No hash found for COPYING >>> iodine 0.7.0 Collecting legal info ERROR: No hash found for README >>> 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 >>> jasper version-2.0.13 Collecting legal info ERROR: No hash found for LICENSE >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> json-c 0.13 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info ERROR: No hash found for json2.js >>> kexec 2.0.16 Collecting legal info ERROR: No hash found for COPYING >>> knock 258a27e5a47809f97c2b9f2751a88c2f94aae891 Collecting legal info ERROR: No hash found for COPYING >>> leptonica 1.74.4 Collecting legal info ERROR: No hash found for leptonica-license.txt >>> lft 3.79 Collecting legal info ERROR: No hash found for COPYING >>> libart 2.3.21 Collecting legal info ERROR: No hash found for COPYING >>> libcgi 1.1 Collecting legal info >>> libcofi 7313fbe12b0593034d0a1b606bf33c7cf4ababce Collecting legal info ERROR: No hash found for README.md >>> libenca 1.19 Collecting legal info ERROR: No hash found for COPYING >>> libexif 0.6.21 Collecting legal info ERROR: No hash found for COPYING >>> libhttpparser v2.7.1 Collecting legal info ERROR: No hash found for LICENSE-MIT >>> libiqrf v0.1.2 Collecting legal info >>> libite v1.9.2 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> liblo 0.26 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> libnatpmp 20150609 Collecting legal info ERROR: No hash found for LICENSE >>> libnspr 4.17 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> libpthsem 2.0.8 Collecting legal info ERROR: No hash found for COPYING >>> libpwquality 1.3.0 Collecting legal info ERROR: No hash found for COPYING >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libseccomp v2.3.1 Collecting legal info ERROR: No hash found for LICENSE >>> libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> libsha1 0.3 Collecting legal info ERROR: No hash found for COPYING >>> libsigsegv 2.11 Collecting legal info ERROR: No hash found for COPYING >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info ERROR: No hash found for COPYING >>> libstrophe 0.8.8 Collecting legal info ERROR: No hash found for MIT-LICENSE.txt ERROR: No hash found for GPL-LICENSE.txt >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info ERROR: No hash found for README >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info ERROR: No hash found for llvm/LICENSE.TXT >>> libtommath 1.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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 >>> lightning 2.1.0 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> lmbench 3.0-a9 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING-2 >>> lsof 4.89 Collecting legal info ERROR: No hash found for dialects/linux/dproto.h >>> 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-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-util-linux 2.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> lxc 2.1.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> mjpg-streamer bbf32fddfd02a9e072e89e83a5b33e6ca0a7bd4b Collecting legal info ERROR: No hash found for LICENSE >>> mksh R55 Collecting legal info ERROR: No hash found for mksh.1 >>> mmc-utils 37c86e60c0442fef570b75cd81aeb1db4d0cbafd Collecting legal info >>> mongoose 6.7 Collecting legal info ERROR: No hash found for LICENSE >>> monit 5.24.0 Collecting legal info ERROR: No hash found for COPYING >>> motion release-4.1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> mpg123 1.25.2 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> mpv 0.27.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-waf 1.9.5 Collecting legal info >>> mtdev 1.1.4 Collecting legal info ERROR: No hash found for COPYING >>> mtdev2tuio e1e7378d86abe751158e743586133022f32fa4d1 Collecting legal info ERROR: No hash found for COPYING >>> netstat-nat 1.4.10 Collecting legal info ERROR: No hash found for COPYING >>> opusfile 0.9 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.2 Collecting legal info ERROR: No hash found for COPYING >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info ERROR: No hash found for NOTICE >>> rabbitmq-c v0.8.0 Collecting legal info ERROR: No hash found for LICENSE-MIT >>> radvd 2.12 Collecting legal info ERROR: No hash found for COPYRIGHT >>> s6-linux-init 0.3.1.1 Collecting legal info COPYING: OK (sha256: 43cdbc05eceb0781d71a0661bbb6b9335efc4b733fbd02847c0c6667fd440993) >>> s6 2.7.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> s6-linux-utils 2.4.0.1 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> s6-portable-utils 2.2.1.1 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> s6-rc 0.4.0.0 Collecting legal info COPYING: OK (sha256: 1377d3b18a31de11e8bb06f0f46888a23bc16cbc57285035793bf7e7943bbcb3) >>> sane-backends 1.0.25 Collecting legal info ERROR: No hash found for COPYING >>> sdl_image 1.2.12 Collecting legal info ERROR: No hash found for COPYING >>> semodule-utils 2.7 Collecting legal info ERROR: No hash found for COPYING >>> sl 5.02 Collecting legal info ERROR: No hash found for LICENSE >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> sofia-sip 1.12.11 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHTS >>> spidev_test v4.10 Collecting legal info >>> sshpass 1.06 Collecting legal info ERROR: No hash found for COPYING >>> statserial 1.1 Collecting legal info ERROR: No hash found for COPYING >>> stress 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> sunxi-tools v1.4.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> tinymembench v0.3 Collecting legal info ERROR: No hash found for main.c >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> tvheadend e06ffd87beff16103c47d6fa542df2374fca6fd3 Collecting legal info LICENSE.md: OK (sha256: 54dc3cbc00bf126bcba43e2af7f3ad1dc00f335985da1409fa943c7b7256d942) >>> host-pngquant 2.10.1 Collecting legal info ERROR: No hash found for COPYRIGHT >>> host-libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> whois 5.2.17 Collecting legal info ERROR: No hash found for COPYING >>> wpan-tools 0.7 Collecting legal info ERROR: No hash found for COPYING >>> xinetd xinetd-2-3-15 Collecting legal info ERROR: No hash found for COPYRIGHT >>> host-xorriso 1.4.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: aespipe-2.4d: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: batctl-2017.0: cannot save license (BATCTL_LICENSE_FILES not defined) WARNING: doom-wad-1.9: cannot save license (DOOM_WAD_LICENSE_FILES not defined) WARNING: libcgi-1.1: cannot save license (LIBCGI_LICENSE_FILES not defined) WARNING: libiqrf-v0.1.2: cannot save license (LIBIQRF_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: mmc-utils-37c86e60c0442fef570b75cd81aeb1db4d0cbafd: cannot save license (MMC_UTILS_LICENSE_FILES not defined) WARNING: waf-1.9.5: cannot save license (HOST_WAF_LICENSE_FILES not defined) WARNING: spidev_test-v4.10: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/buildroot/build/instance-0/output/legal-info make: Leaving directory '/home/buildroot/build/instance-0/buildroot'