./support/scripts/check-uniq-files -t host /accts/mlweber1/instance-2/output/build/packages-file-list-host.txt
Warning: host file "./share/info/dir" is touched by more than one package: ['host-m4', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext', 'host-libffi', 'host-bison', 'host-readline', 'host-autoconf-archive']
Warning: host file "./lib/python2.7/site-packages/easy-install.pth" is touched by more than one package: ['host-python-setuptools', 'host-cxxtest', 'host-python-lxml']
PATH="/accts/mlweber1/instance-2/output/host/bin:/accts/mlweber1/instance-2/output/host/sbin:/usr/bin:/bin" BR2_DL_DIR=/accts/mlweber1/instance-2/dl BUILD_DIR=/accts/mlweber1/instance-2/output/build O=/accts/mlweber1/instance-2/output package/google-breakpad/gen-syms.sh /accts/mlweber1/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot /accts/mlweber1/instance-2/output/target 
rm -f /accts/mlweber1/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /accts/mlweber1/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd
/accts/mlweber1/instance-2/output/host/bin/glib-compile-schemas /accts/mlweber1/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/instance-2/output/target/usr/share/glib-2.0/schemas
No schema files found: doing nothing.
mkdir -p /accts/mlweber1/instance-2/output/target/etc
echo "buildroot" > /accts/mlweber1/instance-2/output/target/etc/hostname
/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-2/output/target/etc/hosts
mkdir -p /accts/mlweber1/instance-2/output/target/etc
echo "Welcome to Buildroot" > /accts/mlweber1/instance-2/output/target/etc/issue
/bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-2/output/target/etc/shadow
rm -f /accts/mlweber1/instance-2/output/target/bin/sh
rm -f /accts/mlweber1/instance-2/output/build/locales.nopurge
for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-2/output/build/locales.nopurge; done
for dir in /accts/mlweber1/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done
if [ -d /accts/mlweber1/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-2/output/target/usr/share/X11/locale/locale.dir; fi
rm -rf /accts/mlweber1/instance-2/output/target/usr/include /accts/mlweber1/instance-2/output/target/usr/share/aclocal \
		/accts/mlweber1/instance-2/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-2/output/target/usr/share/pkgconfig \
		/accts/mlweber1/instance-2/output/target/usr/lib/cmake /accts/mlweber1/instance-2/output/target/usr/share/cmake
find /accts/mlweber1/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f
find /accts/mlweber1/instance-2/output/target/lib/ /accts/mlweber1/instance-2/output/target/usr/lib/ /accts/mlweber1/instance-2/output/target/usr/libexec/ \
		\( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f
rm -rf /accts/mlweber1/instance-2/output/target/usr/share/gdb
rm -rf /accts/mlweber1/instance-2/output/target/usr/share/bash-completion
rm -rf /accts/mlweber1/instance-2/output/target/usr/man /accts/mlweber1/instance-2/output/target/usr/share/man
rm -rf /accts/mlweber1/instance-2/output/target/usr/info /accts/mlweber1/instance-2/output/target/usr/share/info
rm -rf /accts/mlweber1/instance-2/output/target/usr/doc /accts/mlweber1/instance-2/output/target/usr/share/doc
rm -rf /accts/mlweber1/instance-2/output/target/usr/share/gtk-doc
rmdir /accts/mlweber1/instance-2/output/target/usr/share 2>/dev/null || true
find /accts/mlweber1/instance-2/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /accts/mlweber1/instance-2/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true
find /accts/mlweber1/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \
		xargs -r /accts/mlweber1/instance-2/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug
find /accts/mlweber1/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \
		xargs -r /accts/mlweber1/instance-2/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug
test -f /accts/mlweber1/instance-2/output/target/etc/ld.so.conf && \
		{ echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true
test -d /accts/mlweber1/instance-2/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 /accts/mlweber1/instance-2/output/target/etc
( \
		echo "NAME=Buildroot"; \
		echo "VERSION=2018.02-rc2-00018-g38d8d86"; \
		echo "ID=buildroot"; \
		echo "VERSION_ID=2018.02-rc2"; \
		echo "PRETTY_NAME=\"Buildroot 2018.02-rc2\"" \
	) >  /accts/mlweber1/instance-2/output/target/usr/lib/os-release
ln -sf ../usr/lib/os-release /accts/mlweber1/instance-2/output/target/etc
>>>   Sanitizing RPATH in target tree
/accts/mlweber1/instance-2/buildroot/support/scripts/fix-rpath target
make: Leaving directory `/accts/mlweber1/instance-2/buildroot'
make: Entering directory `/accts/mlweber1/instance-2/buildroot'
>>>   Buildroot 2018.02-rc2-00018-g38d8d86 Collecting legal info
COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4)
>>> 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
>>> android-tools 4.2.2+git20130218 Collecting legal info
ERROR: No hash found for debian/copyright
>>> openssl  Collecting legal info
>>> libopenssl 1.0.2n Collecting legal info
LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a)
>>> zlib  Collecting legal info
>>> libzlib 1.2.11 Collecting legal info
README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15)
>>> augeas 1.10.1 Collecting legal info
COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532)
>>> 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
>>> 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
>>> aumix 2.9.1 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)
>>> binutils 2.29.1 Collecting legal info
ERROR: No hash found for COPYING3
ERROR: No hash found for COPYING.LIB
>>> bitstream 1.2 Collecting legal info
ERROR: No hash found for COPYING
>>> boost 1.66.0 Collecting legal info
LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566)
>>> icu 60.1 Collecting legal info
LICENSE: OK (sha256: 24c771ce37201a3ab604852e47d10d21595d0493269dd6c8a5e567e998e18c00)
>>> host-icu 60.1 Collecting legal info
LICENSE: OK (sha256: 24c771ce37201a3ab604852e47d10d21595d0493269dd6c8a5e567e998e18c00)
>>> bzip2 1.0.6 Collecting legal info
ERROR: No hash found for LICENSE
>>> cairo 1.14.10 Collecting legal info
ERROR: No hash found for COPYING
ERROR: No hash found for COPYING-LGPL-2.1
ERROR: No hash found for COPYING-MPL-1.1
>>> fontconfig 2.12.4 Collecting legal info
ERROR: No hash found for COPYING
>>> expat 2.2.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)
>>> libpng 1.6.34 Collecting legal info
LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c)
>>> host-gperf 3.0.4 Collecting legal info
ERROR: No hash found for COPYING
>>> 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)
>>> 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-zlib  Collecting legal info
>>> host-libzlib 1.2.11 Collecting legal info
README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15)
>>> libffi 3.2.1 Collecting legal info
LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5)
>>> pcre 8.41 Collecting legal info
LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0)
>>> 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)
>>> 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
>>> pixman 0.34.0 Collecting legal info
ERROR: No hash found for COPYING
>>> ccrypt 1.10 Collecting legal info
ERROR: No hash found for COPYING
>>> cdrkit 1.1.11 Collecting legal info
ERROR: No hash found for COPYING
>>> libcap 2.25 Collecting legal info
ERROR: No hash found for License
>>> host-libcap 2.25 Collecting legal info
ERROR: No hash found for License
>>> classpath 0.99 Collecting legal info
ERROR: No hash found for COPYING
>>> gmp 6.1.2 Collecting legal info
ERROR: No hash found for COPYING.LESSERv3
ERROR: No hash found for COPYINGv2
>>> libxslt 1.1.29 Collecting legal info
ERROR: No hash found for COPYING
>>> cppzmq 68a7b09cfce01c4c279fba2cf91686fcfc566848 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
>>> libsodium 1.0.16 Collecting legal info
LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58)
>>> cramfs 1.1 Collecting legal info
ERROR: No hash found for COPYING
>>> cxxtest 4.4 Collecting legal info
COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768)
>>> host-cxxtest 4.4 Collecting legal info
COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768)
>>> 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-python-setuptools v38.4.0 Collecting legal info
LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a)
>>> debianutils 4.8.1 Collecting legal info
ERROR: No hash found for debian/copyright
>>> dialog 1.3-20170509 Collecting legal info
ERROR: No hash found for COPYING
>>> diffutils 3.6 Collecting legal info
ERROR: No hash found for COPYING
>>> host-dos2unix 7.4.0 Collecting legal info
COPYING.txt: OK (sha256: 49224e841621b52a72aa38d8ac895a396cd3fa1395190bdfc9252378001eb3c0)
>>> dropwatch 7c33d8a8ed105b07a46b55d71d93b36ed34c16db Collecting legal info
ERROR: No hash found for COPYING
>>> libnl 3.4.0 Collecting legal info
COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> host-bison 3.0.4 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> host-flex 2.6.4 Collecting legal info
COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273)
>>> dvdrw-tools 7.1 Collecting legal info
ERROR: No hash found for LICENSE
>>> fan-ctrl 1.3 Collecting legal info
ERROR: No hash found for fan-ctrl.c
>>> fconfig 20080329 Collecting legal info
ERROR: No hash found for fconfig.c
>>> fis 2892 Collecting legal info
WARNING: no hash file for fis.c
>>> flex 2.6.4 Collecting legal info
COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273)
>>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info
LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30)
>>> fwup v0.15.4 Collecting legal info
ERROR: No hash found for LICENSE
>>> libarchive 3.3.2 Collecting legal info
ERROR: No hash found for COPYING
>>> nettle 3.4 Collecting legal info
COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c)
COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> libconfuse 3.2 Collecting legal info
ERROR: No hash found for LICENSE
>>> glib-networking 2.50.0 Collecting legal info
ERROR: No hash found for COPYING
>>> host-intltool 0.51.0 Collecting legal info
ERROR: No hash found for COPYING
>>> host-libxml-parser-perl 2.44 Collecting legal info
ERROR: No hash found for README
>>> glibmm 2.54.1 Collecting legal info
ERROR: No hash found for COPYING
ERROR: No hash found for COPYING.tools
>>> libsigc 2.10.0 Collecting legal info
ERROR: No hash found for COPYING
>>> glorytun 0.0.93-mud Collecting legal info
LICENSE: OK (sha256: bd418f8ef7d62f2c89e3aa1e5dc41c7d7a6212eb1cdb4d39a26a5bd333e1b4a3)
>>> google-breakpad 7515ab13768c7edc09f0f2ec2354dc6c928239a6 Collecting legal info
ERROR: No hash found for LICENSE
>>> host-google-breakpad 7515ab13768c7edc09f0f2ec2354dc6c928239a6 Collecting legal info
ERROR: No hash found for LICENSE
>>> host-linux-syscall-support 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb Collecting legal info
ERROR: No hash found for linux_syscall_support.h
>>> linux-syscall-support 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb Collecting legal info
ERROR: No hash found for linux_syscall_support.h
>>> harfbuzz 1.7.1 Collecting legal info
COPYING: OK (sha256: 2a886915de4f296cdae5ed67064f86dba01d0c55286d86e8487f2a5caaf40216)
ERROR: No hash found for src/hb-ucdn/COPYING
>>> inotify-tools 1df9af4d6cd0f4af4b1b19254bcf056aed4ae395 Collecting legal info
ERROR: No hash found for COPYING
>>> irqbalance v1.0.9 Collecting legal info
ERROR: No hash found for COPYING
>>> irssi 1.0.6 Collecting legal info
COPYING: OK (sha256: a1a27cb2ecee8d5378fbb3562f577104a445d6d66fee89286e16758305e63e2b)
>>> jansson 2.10 Collecting legal info
ERROR: No hash found for LICENSE
>>> jpeg  Collecting legal info
>>> libjpeg 9b Collecting legal info
ERROR: No hash found for README
>>> kexec 2.0.16 Collecting legal info
ERROR: No hash found for COPYING
>>> kmsxx cb0786049f960f2bd383617151b01318e02e9ff9 Collecting legal info
ERROR: No hash found for LICENSE
>>> libdrm 2.4.89 Collecting legal info
>>> host-xutil_util-macros 1.19.1 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)
>>> libpthread-stubs 0.4 Collecting legal info
ERROR: No hash found for COPYING
>>> latencytop 0.5 Collecting legal info
ERROR: No hash found for latencytop.c
>>> lbreakout2 2.6.5 Collecting legal info
ERROR: No hash found for COPYING
>>> sdl 1.2.15 Collecting legal info
ERROR: No hash found for COPYING
>>> libcddb 1.3.2 Collecting legal info
ERROR: No hash found for COPYING
>>> libconfig 1.5 Collecting legal info
ERROR: No hash found for COPYING.LIB
>>> libcroco 0.6.12 Collecting legal info
ERROR: No hash found for COPYING.LIB
>>> libdmtx 0.7.4 Collecting legal info
ERROR: No hash found for LICENSE
>>> libdvbcsa 1.1.0 Collecting legal info
ERROR: No hash found for COPYING
>>> libdvdcss 1.4.0 Collecting legal info
ERROR: No hash found for COPYING
>>> libdvdnav 5.0.3 Collecting legal info
ERROR: No hash found for COPYING
>>> libdvdread 5.0.3 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
>>> libev 4.24 Collecting legal info
ERROR: No hash found for LICENSE
>>> libevent 2.1.8-stable Collecting legal info
ERROR: No hash found for LICENSE
>>> libgee 0.18.1 Collecting legal info
ERROR: No hash found for COPYING
>>> host-vala 0.34.7 Collecting legal info
ERROR: No hash found for COPYING
>>> liblo 0.26 Collecting legal info
ERROR: No hash found for COPYING
>>> libmatroska 1.4.4 Collecting legal info
ERROR: No hash found for LICENSE.LGPL
>>> libmicrohttpd 0.9.57 Collecting legal info
COPYING: OK (sha256: 70e12e2a60151b9ed1a4c94a5ffeb99cd086fa94542b5a92fec581506e8d3121)
>>> libmng 2.0.3 Collecting legal info
ERROR: No hash found for LICENSE
>>> libmodplug 0.8.8.5 Collecting legal info
ERROR: No hash found for COPYING
>>> libogg 1.3.3 Collecting legal info
ERROR: No hash found for COPYING
>>> libpcap 1.8.1 Collecting legal info
ERROR: No hash found for LICENSE
>>> libusb 1.0.21 Collecting legal info
ERROR: No hash found for COPYING
>>> libpciaccess 0.14 Collecting legal info
ERROR: No hash found for COPYING
>>> libqmi 1.18.0 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> libraw 0.17.1 Collecting legal info
ERROR: No hash found for LICENSE.LGPL
ERROR: No hash found for LICENSE.CDDL
ERROR: No hash found for LICENSE.LibRaw.pdf
ERROR: No hash found for README
>>> libsecret 0.18.5 Collecting legal info
ERROR: No hash found for COPYING
>>> libsndfile 1.0.28 Collecting legal info
ERROR: No hash found for COPYING
>>> libssh2 616fd4d1b3e4a55de67c48819fefca83132126b5 Collecting legal info
ERROR: No hash found for COPYING
>>> libtheora 1.1.1 Collecting legal info
ERROR: No hash found for COPYING
ERROR: No hash found for LICENSE
>>> libvorbis 1.3.5 Collecting legal info
ERROR: No hash found for COPYING
>>> libtool 2.4.6 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> libtorrent 0.13.6 Collecting legal info
ERROR: No hash found for COPYING
>>> libupnp18 1.8.3 Collecting legal info
LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd)
>>> libvips 7.42.2 Collecting legal info
ERROR: No hash found for COPYING
>>> ltris 1.0.19 Collecting legal info
ERROR: No hash found for COPYING
>>> lzip 1.19 Collecting legal info
ERROR: No hash found for COPYING
>>> make 4.2.1 Collecting legal info
ERROR: No hash found for COPYING
>>> memstat 1.0 Collecting legal info
ERROR: No hash found for debian/copyright
>>> mtd 2.0.1 Collecting legal info
ERROR: No hash found for COPYING
>>> host-mtd 2.0.1 Collecting legal info
ERROR: No hash found for COPYING
>>> host-lzo 2.10 Collecting legal info
ERROR: No hash found for COPYING
>>> multicat 2.1 Collecting legal info
ERROR: No hash found for COPYING
>>> openssh 7.6p1 Collecting legal info
LICENCE: OK (sha256: 05a4c25ef464e19656c5259bd4f4da8428efab01044f3541b79fbb3ff209350f)
>>> openvpn 2.4.4 Collecting legal info
ERROR: No hash found for COPYRIGHT.GPL
>>> opus-tools 0.1.10 Collecting legal info
ERROR: No hash found for COPYING
>>> opus 1.2.1 Collecting legal info
ERROR: No hash found for COPYING
>>> pango 1.40.14 Collecting legal info
COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5)
>>> parted 3.2 Collecting legal info
ERROR: No hash found for COPYING
>>> host-patchelf 0.9 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> portaudio v190600_20161030 Collecting legal info
ERROR: No hash found for LICENSE.txt
>>> pptp-linux 1.9.0 Collecting legal info
ERROR: No hash found for COPYING
>>> prboom 2.5.0 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
>>> host-python-lxml 4.0.0 Collecting legal info
ERROR: No hash found for LICENSES.txt
ERROR: No hash found for doc/licenses/BSD.txt
ERROR: No hash found for doc/licenses/elementtree.txt
ERROR: No hash found for src/lxml/isoschematron/resources/rng/iso-schematron.rng
>>> host-libxslt 1.1.29 Collecting legal info
ERROR: No hash found for COPYING
>>> radvd 2.12 Collecting legal info
ERROR: No hash found for COPYRIGHT
>>> rapidjson v1.1.0 Collecting legal info
ERROR: No hash found for license.txt
>>> rapidxml 1.13 Collecting legal info
ERROR: No hash found for license.txt
>>> redis 3.2.11 Collecting legal info
COPYING: OK (sha256: cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd661063)
>>> s6-portable-utils 2.2.1.1 Collecting legal info
COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f)
>>> skalibs 2.6.3.1 Collecting legal info
COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012)
>>> safeclib v09102017 Collecting legal info
COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b)
>>> softether v4.22-9634-beta Collecting legal info
LICENSE: OK (sha256: 7aeb873293fa0e44425dabf68a8e46e26c848fe58efcfd3ac7c90a3386f3edd1)
>>> host-softether v4.22-9634-beta Collecting legal info
LICENSE: OK (sha256: 7aeb873293fa0e44425dabf68a8e46e26c848fe58efcfd3ac7c90a3386f3edd1)
>>> host-libopenssl 1.0.2n Collecting legal info
LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a)
>>> host-readline 7.0 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
>>> speex 1.2rc1 Collecting legal info
ERROR: No hash found for COPYING
>>> sqlcipher v3.2.0 Collecting legal info
>>> host-tcl 8.6.6 Collecting legal info
ERROR: No hash found for license.terms
>>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Collecting legal info
ERROR: No hash found for COPYING
>>> host-lz4 v1.7.5 Collecting legal info
ERROR: No hash found for lib/LICENSE
ERROR: No hash found for programs/COPYING
>>> 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
>>> sredird 2.2.2 Collecting legal info
ERROR: No hash found for COPYING
>>> sslh v1.18 Collecting legal info
ERROR: No hash found for COPYING
>>> statserial 1.1 Collecting legal info
ERROR: No hash found for COPYING
>>> stunnel 5.44 Collecting legal info
COPYING: OK (sha256: c43821865591e4d893906e2801b5ec4de58e51978f5563a61475cd0adc0bec4d)
COPYRIGHT.GPL: OK (sha256: 1ee2b290e92c211b08df10e9fcaf32596cdb22b8eae731b18c2c074a4a83eebe)
>>> swupdate 2017.11 Collecting legal info
ERROR: No hash found for COPYING
>>> sysklogd 1.5.1 Collecting legal info
ERROR: No hash found for COPYING
>>> taglib 1.11.1 Collecting legal info
ERROR: No hash found for COPYING.LGPL
ERROR: No hash found for COPYING.MPL
>>> thrift 0.9.2 Collecting legal info
ERROR: No hash found for LICENSE
>>> host-autoconf-archive 2017.03.21 Collecting legal info
ERROR: No hash found for COPYING
ERROR: No hash found for COPYING.EXCEPTION
>>> host-thrift 0.9.2 Collecting legal info
ERROR: No hash found for LICENSE
>>> host-boost 1.66.0 Collecting legal info
LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566)
>>> host-libevent 2.1.8-stable Collecting legal info
ERROR: No hash found for LICENSE
>>> host-openssl  Collecting legal info
>>> tree 1.7.0 Collecting legal info
ERROR: No hash found for LICENSE
>>> uemacs 8841922689769960fa074fbb053cb8507f2f3ed9 Collecting legal info
>>> valijson 424b706f990a9eb96dfc19cc8e54f2cd6ce5e186 Collecting legal info
ERROR: No hash found for LICENSE
>>> vtun 3.0.3 Collecting legal info
ERROR: No hash found for README.OpenSSL
>>> wolfssl 3.13.0 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
LICENSING: OK (sha256: 74adaaef40b96c71378b6daa3feb8ccd4a1bfd9b76debf3f3f29cf3a0e86c9a0)
>>> xfsprogs 4.14.0 Collecting legal info
doc/COPYING: OK (sha256: ee304b1b1da08b261f1d1f31d229fc70d2d0c552c7429e9e84c0fac878d94209)
>>> xinetd xinetd-2-3-15 Collecting legal info
ERROR: No hash found for COPYRIGHT
>>> 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
>>> zsh 5.4.2 Collecting legal info
LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5)
WARNING: the Buildroot source code has not been saved
WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined)
WARNING: libdrm-2.4.89: cannot save license (LIBDRM_LICENSE_FILES not defined)
WARNING: sqlcipher-v3.2.0: cannot save license (SQLCIPHER_LICENSE_FILES not defined)
WARNING: uemacs-8841922689769960fa074fbb053cb8507f2f3ed9: cannot save license (UEMACS_LICENSE_FILES not defined)
Legal info produced in /accts/mlweber1/instance-2/output/legal-info
make: Leaving directory `/accts/mlweber1/instance-2/buildroot'