grep: ./.config: No such file or directory mkdir -p /home/naourr/work/instance-3/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/naourr/work/instance-3/output/host/bin/arm-linux-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm1176jzf-s%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/naourr/work/instance-3/output/host%g" package/meson//cross-compilation.conf.in > /home/naourr/work/instance-3/output/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/mksh$' /home/naourr/work/instance-3/output/target/etc/shells || echo "/bin/mksh" >> /home/naourr/work/instance-3/output/target/etc/shells rm -rf /home/naourr/work/instance-3/output/target/usr/lib/perl5/5.28.1/pod rm -rf /home/naourr/work/instance-3/output/target/usr/lib/perl5/5.28.1/arm-linux/CORE find /home/naourr/work/instance-3/output/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/naourr/work/instance-3/output/target/etc echo "buildroot" > /home/naourr/work/instance-3/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-3/output/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output/target/etc/shadow rm -f /home/naourr/work/instance-3/output/target/bin/sh rm -f /home/naourr/work/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-3/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output/target/usr/include /home/naourr/work/instance-3/output/target/usr/share/aclocal \ /home/naourr/work/instance-3/output/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output/target/usr/lib/cmake /home/naourr/work/instance-3/output/target/usr/share/cmake find /home/naourr/work/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output/target/lib/ /home/naourr/work/instance-3/output/target/usr/lib/ /home/naourr/work/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-3/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output/target/usr/man /home/naourr/work/instance-3/output/target/usr/share/man rm -rf /home/naourr/work/instance-3/output/target/usr/info /home/naourr/work/instance-3/output/target/usr/share/info rm -rf /home/naourr/work/instance-3/output/target/usr/doc /home/naourr/work/instance-3/output/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-3/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-git-00505-g10731a4ed1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \ ) > /home/naourr/work/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-3/output/target/usr make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2019.05-git-00505-g10731a4ed1 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 >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info ERROR: No hash found for README >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) ERROR: No hash found for libltdl/COPYING.LIB >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny v0.3.1 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> argp-standalone 1.3 Collecting legal info >>> arptables 0.0.4 Collecting legal info >>> at release_3.1.23 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> atf 0.21 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 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> augeas 1.11.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> readline 8.0 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 >>> bcm2835 1.48 Collecting legal info ERROR: No hash found for COPYING >>> boa 0.94.14rc21 Collecting legal info ERROR: No hash found for COPYING >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> bsdiff 4.3 Collecting legal info ERROR: No hash found for bsdiff.c >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> bullet 2.86.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> busybox 1.30.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> iproute2 4.20.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> iputils s20180629 Collecting legal info ninfod/COPYING: OK (sha256: 966075293e45785230c19415bcda15bd07c75bead4fe73332d1a4b9c45bb321f) >>> libgcrypt 1.8.4 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.35 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> nettle 3.4.1 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 >>> openssl Collecting legal info >>> libopenssl 1.1.1b Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ntp 4.2.8p13 Collecting legal info COPYRIGHT: OK (sha256: 3828da5fc8126889d6a64432288ace08526c490bf5427d799931689069968d91) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> ca-certificates 20180409 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1b Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-cargo 0.26.0 Collecting legal info LICENSE-APACHE: OK (sha256: a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-cargo-bin 0.30.0 Collecting legal info LICENSE-APACHE: OK (sha256: a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-libcurl 7.64.1 Collecting legal info COPYING: OK (sha256: 8c8824f50e73a021f5dde1fccbf69685939247399a33a32abab1fa448c9ddabb) >>> host-libhttpparser v2.9.0 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> host-libssh2 1b3cbaff518f32e5b70650d4b7b52361b1410d37 Collecting legal info COPYING: OK (sha256: e15ed284a15e80115467d6d7f030f0d89d8fabbecd78fb6e0f861f0cfc128fd9) >>> host-rustc Collecting legal info >>> host-rust-bin 1.29.2 Collecting legal info LICENSE-APACHE: OK (sha256: a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> celt051 0.5.1.3 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> cifs-utils 6.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dejavu 2.37 Collecting legal info ERROR: No hash found for LICENSE >>> dosfstools 4.1 Collecting legal info ERROR: No hash found for COPYING >>> dropbear 2019.78 Collecting legal info LICENSE: OK (sha256: cfa32d49e9022265375e533a4a5ef9e37d4aaa604119d612c46816aa1e59fe52) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.1.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> duktape v2.3.0 Collecting legal info LICENSE.txt: OK (sha256: 9aabee442709a6e7652348b9617ae26d26da6b270c1f4b6fce4a1e746acb3df0) >>> dvbsnoop 1.4.50 Collecting legal info ERROR: No hash found for COPYING >>> efivar 35 Collecting legal info COPYING: OK (sha256: 91df770634adc2755e78cae33a0d01e702ce2f69046408ae93d0d934ff29691b) >>> enscript 1.6.6 Collecting legal info ERROR: No hash found for COPYING >>> execline 2.5.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info ERROR: No hash found for COPYING >>> faad2 2.8.8 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> fbdump 0.4.2 Collecting legal info ERROR: No hash found for COPYING >>> ffmpeg 4.1.2 Collecting legal info LICENSE.md: OK (sha256: 73d99bc83313fff665b426d6672b4e0479102bc402fe22314ac9ce94a38aa5ff) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> gnutls 3.6.6 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) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> sdl2 2.0.9 Collecting legal info COPYING.txt: OK (sha256: 61e627031e1160bf8b9bdbc9cda27656d422ea8eaab199b64b4a4a4168437154) >>> file 5.36 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 7ac061e1a1c840c4dfa0573aec6f3497676c9295b5ec4190d3576646eb1646bf) >>> host-file 5.36 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 7ac061e1a1c840c4dfa0573aec6f3497676c9295b5ec4190d3576646eb1646bf) >>> libseccomp v2.4.0 Collecting legal info LICENSE: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> flann 1.9.1 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.36 Collecting legal info LICENSE: OK (sha256: 142da07fb4b0cceb861b2e69fe7e5b602f25ec7adc85b0a426133d9ee0d2e116) >>> fswebcam 20140113 Collecting legal info ERROR: No hash found for LICENSE >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> tiff 4.0.8 Collecting legal info ERROR: No hash found for COPYRIGHT >>> getent Collecting legal info >>> hwdata v0.308 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> input-event-daemon v0.1.3 Collecting legal info ERROR: No hash found for README >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> jo 1.1 Collecting legal info ERROR: No hash found for COPYING >>> jquery-sparkline 2.1.2 Collecting legal info >>> jquery-ui 1.10.4 Collecting legal info ERROR: No hash found for MIT-LICENSE.txt >>> jquery 1.11.2 Collecting legal info >>> jsmn 6021415cc75e7922d45b12935f56348b064d8a7f Collecting legal info ERROR: No hash found for LICENSE >>> lcms2 2.9 Collecting legal info COPYING: OK (sha256: c725daac91a9259ce5e195683c0eeb797d345035c36ac5ba114c9fa80e11639a) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> lft 3.79 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> lftp 4.8.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libasplib be7fac89218a84b75f7598e3d76625ece99296f2 Collecting legal info LICENSE: OK (sha256: 12ac5047f2af0522f06798b1589ffc4599bc29c91f954d7874e0320634e777c0) >>> libassuan 2.5.2 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcgi 1.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcli c63c9d35144939c8b4fa3c5394aed2e29ff517b0 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcofi 7313fbe12b0593034d0a1b606bf33c7cf4ababce Collecting legal info ERROR: No hash found for README.md >>> libcuefile r475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.0.0 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libgsm 1.0.17 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libgta 1.0.8 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libhttpparser v2.9.0 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libjson 7.6.1 Collecting legal info License.txt: OK (sha256: bd62d605bef39ab7ae39f6fa333ba513edb93cfcd56c9c966f1d34e31ff7c69b) >>> liblinear 2.20 Collecting legal info COPYRIGHT: OK (sha256: 2ad9363447d0afeca34d53619163cffd502ec172bdb44d8d112c7acb99ae2558) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libnet 1.1.6 Collecting legal info ERROR: No hash found for doc/COPYING >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libqrencode 4.0.0 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libyuv 1ebf86795cb213a37f06eb1ef3713cff080568ea Collecting legal info ERROR: No hash found for LICENSE >>> lshw B.02.18 Collecting legal info ERROR: No hash found for COPYING >>> lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> memtester 4.3.0 Collecting legal info ERROR: No hash found for COPYING >>> mini-snmpd v1.4 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> minissdpd 1.5.20180223 Collecting legal info LICENSE: OK (sha256: 8801b32567ec20015c7d31668602a3a7f4a4785b7e17468360146b6003713cba) >>> minizip 2.8.2 Collecting legal info LICENSE: OK (sha256: 87642305968765a4030fd202ff7006afa67274da7f9bde84506e51ae58ecc2b4) >>> mksh R55 Collecting legal info ERROR: No hash found for mksh.1 >>> mp4v2 2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> mpir 3.0.0 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-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 >>> mrouted 3.9.7 Collecting legal info ERROR: No hash found for LICENSE >>> mtdev 1.1.4 Collecting legal info ERROR: No hash found for COPYING >>> ngircd 25 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openblas v0.2.20 Collecting legal info LICENSE: OK (sha256: 190b5a9c8d9723fe958ad33916bd7346d96fab3c5ea90832bb02d854f620fcff) >>> opencore-amr 0.1.5 Collecting legal info LICENSE: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-class-method-modifiers 2.12 Collecting legal info LICENSE: OK (sha256: d17e5cba8d4039f6973d5873f73b0c8949c1cffb338fafe7a57e972767546561) >>> host-perl 5.28.1 Collecting legal info ERROR: No hash found for Artistic ERROR: No hash found for Copying ERROR: No hash found for README >>> perl 5.28.1 Collecting legal info ERROR: No hash found for Artistic ERROR: No hash found for Copying ERROR: No hash found for README >>> perl-data-optlist 0.110 Collecting legal info LICENSE: OK (sha256: 73c7bd4c8e4adc474f9dae32b9aa08f6ce27327940751dd6e8373404beabdffa) >>> perl-date-manip 6.75 Collecting legal info LICENSE: OK (sha256: 8ba2a138654f8b59b7e1e3ad0d4c81918b9148ff95078b172ccbb45fa241431d) >>> perl-device-serialport 1.04 Collecting legal info README: OK (sha256: 59432e84eca65c10c4b627f8af0b00833685856b68242b816aea2a38283a124c) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> perl-gdtextutil 0.86 Collecting legal info Dustismo.LICENSE: OK (sha256: 710484e3a1196664bbe8a5ad5d53c528e01226eb20e2885a4e1131eb6c6565cd) >>> perl-http-date 6.02 Collecting legal info README: OK (sha256: fad3a7732ff63e3521b94baea45d82a300edf8e0a5cf571ef2661c894e196632) >>> perl-http-headers-fast 0.21 Collecting legal info LICENSE: OK (sha256: 511724425acf76d736145cfbf7c775b024c70ae8674ebf9a24dfda2c8e4032a3) >>> host-perl-module-build-tiny 0.039 Collecting legal info LICENSE: OK (sha256: 09fd2bc0428920c455f10c5a6c52e2bb4615114e88966c75ce27a07af028c36b) >>> host-perl-extutils-config 0.008 Collecting legal info LICENSE: OK (sha256: 33b39fda54675d4d681764049e27b537cac12213aa6650667abea43662264ddc) >>> host-perl-extutils-helpers 0.026 Collecting legal info LICENSE: OK (sha256: e5530d0ebc8662df3a970644d867faf12760b1a95ca6e2bf1c5f9af410a418e0) >>> host-perl-extutils-installpaths 0.012 Collecting legal info LICENSE: OK (sha256: b95d38ac031587625625d92fbd2ee1d5df0d02606057d680e7dcf3598fe629f9) >>> perl-http-message 6.18 Collecting legal info LICENSE: OK (sha256: 66f0d1e8593d5512d7a8cd90549a976aaae97e4fa9b6097249b3682f14747a6b) >>> perl-io-html 1.001 Collecting legal info LICENSE: OK (sha256: b386f0545c17589141d98810dd46aa1c4a14d7028cae6bdd807969639ea7405e) >>> perl-io-socket-ssl 2.060 Collecting legal info README: OK (sha256: 090aff5421fd55a9dceeaf6c612c36360402e8d29c1284aef88c87be565ce032) >>> perl-lwp-mediatypes 6.02 Collecting legal info README: OK (sha256: 0844071ccbc184e7376c61051986c0b7bc3f0e6094c052ceaafd3d057673c17d) >>> perl-net-snmp v6.0.1 Collecting legal info LICENSE: OK (sha256: a038159be54a2807dc48e2b946514d59fceab6737d5461d93d55297a98e6e24e) >>> host-perl-module-build 0.4224 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-net-ssleay 1.85 Collecting legal info LICENSE: OK (sha256: b55065185a2172d9f2ea2dd87c18c206ea3dc45a64e5f3deb3eee34d839dc822) >>> perl-netaddr-ip 4.079 Collecting legal info Artistic: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) Copying: OK (sha256: 773a84089e32147cffef4c6fa127a14658c8c5866987d71d86f0fe22161780f4) >>> perl-params-util 1.07 Collecting legal info LICENSE: OK (sha256: 71b5fb95de1ba013a517c926feaa2a7d0fb0e8f132818e8529e0da5ec01187cd) >>> perl-role-tiny 2.000006 Collecting legal info README: OK (sha256: 08292f0e1797371bce0a1b5bd80e0657b3aabf9c0ecc2ce87ad7a448a7adacce) >>> perl-sub-install 0.928 Collecting legal info LICENSE: OK (sha256: ad5fb5c05003488f924c60ead21694d629055c9db2ee2d9dd0cf0041b9fedaca) >>> perl-uri 1.76 Collecting legal info LICENSE: OK (sha256: 65cd6f88516a30f56fd4e0080fb78ea69424fc89067470dc994e4abfba08664e) >>> perl-www-form-urlencoded 0.25 Collecting legal info LICENSE: OK (sha256: 79c2a066104e71602785fd815c5aea6f7db78c19451d68521380083f9c2a8805) >>> perl-xml-sax-base 1.09 Collecting legal info README: OK (sha256: 2a9aae56e13888493523ee9053689627e092aafcf2c5fb06f06df07260f91b42) >>> ptpd 1.1.0 Collecting legal info ERROR: No hash found for COPYRIGHT >>> pwgen 2.07 Collecting legal info ERROR: No hash found for debian/copyright >>> host-python-xlrd 1.0.0 Collecting legal info ERROR: No hash found for xlrd/licences.py >>> host-python-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> ramsmp 3.5.0 Collecting legal info ERROR: No hash found for LICENCE >>> raptor 2.0.15 Collecting legal info ERROR: No hash found for LICENSE.txt >>> yajl 2.1.0 Collecting legal info ERROR: No hash found for COPYING >>> host-raspberrypi-usbboot f4e3f0f9a3c64d846ba53ec3367e33a4f9a7d051 Collecting legal info >>> host-libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> read-edid 3.0.2 Collecting legal info ERROR: No hash found for LICENSE >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> s6-linux-utils 2.5.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> s6-portable-utils 2.2.1.1 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> sdl2_mixer 2.0.1 Collecting legal info ERROR: No hash found for COPYING.txt >>> sedutil 1.15.1 Collecting legal info Common/LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> smartmontools 6.5 Collecting legal info ERROR: No hash found for COPYING >>> sp-oops-extract 0.0.7-1 Collecting legal info ERROR: No hash found for COPYING >>> spandsp 20180108 Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> spi-tools 0.8.3 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> sudo 1.8.23 Collecting legal info doc/LICENSE: OK (sha256: b6625a7b58e9469a7adfd1732960579a19fe84b3508030f9a31641283e2250b8) >>> tcpdump 4.9.2 Collecting legal info LICENSE: OK (sha256: 9b03d5d13e66d6de02a4bb2d0dd1cb9f41808d045962cdcc42350d5291b141a1) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info ERROR: No hash found for uim.h >>> ts4900-fpga 20150930 Collecting legal info >>> twolame 0.3.13 Collecting legal info ERROR: No hash found for COPYING >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> vmtouch v1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> vnstat 1.17 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: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: arptables-0.0.4: cannot save license (ARPTABLES_LICENSE_FILES not defined) WARNING: jquery-sparkline-2.1.2: cannot save license (JQUERY_SPARKLINE_LICENSE_FILES not defined) WARNING: jquery-1.11.2: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: raspberrypi-usbboot-f4e3f0f9a3c64d846ba53ec3367e33a4f9a7d051: cannot save license (HOST_RASPBERRYPI_USBBOOT_LICENSE_FILES not defined) WARNING: ts4900-fpga-20150930: cannot save license (TS4900_FPGA_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'