./include/znc/main.h:110:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare]
   if (macNETWORK != NULL) {                                      \
   ^
src/IRCNetwork.cpp:918:2: note: in expansion of macro 'NETWORKMODULECALL'
  NETWORKMODULECALL(OnJoining(*pChan), m_pUser, this, NULL, &bReturn);
  ^~~~~~~~~~~~~~~~~
src/IRCNetwork.cpp: In member function 'void CIRCNetwork::ClientConnected(CClient*)':
./include/znc/main.h:110:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare]
   if (macNETWORK != NULL) {                                      \
   ^
src/IRCNetwork.cpp:669:3: note: in expansion of macro 'NETWORKMODULECALL'
   NETWORKMODULECALL(OnPrivBufferPlayLine2(*pClient, sLine, BufLine.GetTime()), m_pUser, this, NULL, &bContinue);
   ^~~~~~~~~~~~~~~~~
src/IRCNetwork.cpp: In member function 'bool CIRCNetwork::Connect()':
./include/znc/main.h:110:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare]
   if (macNETWORK != NULL) {                                      \
   ^
src/IRCNetwork.cpp:1234:2: note: in expansion of macro 'NETWORKMODULECALL'
  NETWORKMODULECALL(OnIRCConnecting(pIRCSock), m_pUser, this, NULL, &bAbort);
  ^~~~~~~~~~~~~~~~~
Building module cert...
Building module certauth...
Building module chansaver...
Building module clearbufferonmsg...
Building module clientnotify...
Building module controlpanel...
Building module crypt...
Building module ctcpflood...
Building module dcc...
Building module disconkick...
Building module fail2ban...
Building module flooddetach...
Building module identfile...
Building module imapauth...
Building module keepnick...
Building module kickrejoin...
Building module lastseen...
Building module listsockets...
Building module log...
Building module missingmotd...
Building module modules_online...
Building module nickserv...
Building module notes...
Building module notify_connect...
Building module partyline...
Building module perform...
Building module q...
Building module raw...
Building module route_replies...
Building module sample...
Building module sasl...
Building module savebuff...
Building module schat...
Building module send_raw...
Building module shell...
Building module simple_away...
Building module stickychan...
Building module watch...
Building module webadmin...
Linking  module adminlog...
Linking  module alias...
Linking  module autoattach...
Linking  module autocycle...
Linking  module autoop...
Linking  module autoreply...
Linking  module autovoice...
Linking  module awaynick...
Linking  module awaystore...
Linking  module block_motd...
Linking  module blockuser...
Linking  module buffextras...
Linking  module cert...
Linking  module certauth...
Linking  module chansaver...
Linking  module clearbufferonmsg...
Linking  module clientnotify...
Linking  module crypt...
Linking  module ctcpflood...
Linking  module disconkick...
Linking  module fail2ban...
Linking  module flooddetach...
Linking  module identfile...
Linking  module imapauth...
Linking  module keepnick...
Linking  module kickrejoin...
Linking  module lastseen...
Linking  module missingmotd...
Linking  module nickserv...
Linking  module notify_connect...
Linking  module raw...
Linking  module bouncedcc...
Linking  module dcc...
Linking  module modules_online...
Linking  module listsockets...
Linking  module notes...
Linking  module perform...
Linking  module route_replies...
Linking  module log...
Linking  module shell...
Linking  module sasl...
Linking  module simple_away...
Linking  module send_raw...
Linking  module sample...
Linking  module stickychan...
Linking  module savebuff...
Linking  module q...
Linking  module schat...
Linking  module partyline...
Linking  module controlpanel...
Linking  module watch...
Linking znc...
Linking  module webadmin...
make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/znc-1.6.5/modules'

 ZNC was successfully compiled.
 Use '/usr/bin/make install' to install ZNC to '/usr'.
make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/znc-1.6.5'
>>> znc 1.6.5 Installing to target
PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin"  /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-1/output/target install -C /accts/mlweber1/instance-1/output/build/znc-1.6.5/
make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/znc-1.6.5'
test -d /accts/mlweber1/instance-1/output/target/usr/bin || /usr/bin/install -c -d /accts/mlweber1/instance-1/output/target/usr/bin
test -d /accts/mlweber1/instance-1/output/target/usr/include/znc || /usr/bin/install -c -d /accts/mlweber1/instance-1/output/target/usr/include/znc
test -d /accts/mlweber1/instance-1/output/target/usr/lib/pkgconfig || /usr/bin/install -c -d /accts/mlweber1/instance-1/output/target/usr/lib/pkgconfig
test -d /accts/mlweber1/instance-1/output/target/usr/lib/znc || /usr/bin/install -c -d /accts/mlweber1/instance-1/output/target/usr/lib/znc
test -d /accts/mlweber1/instance-1/output/target/usr/share/znc || /usr/bin/install -c -d /accts/mlweber1/instance-1/output/target/usr/share/znc
cp -R ./webskins /accts/mlweber1/instance-1/output/target/usr/share/znc
find /accts/mlweber1/instance-1/output/target/usr/share/znc/webskins -type d -exec chmod 0755 '{}' \;
find /accts/mlweber1/instance-1/output/target/usr/share/znc/webskins -type f -exec chmod 0644 '{}' \;
/usr/bin/install -c znc /accts/mlweber1/instance-1/output/target/usr/bin
/usr/bin/install -c znc-buildmod /accts/mlweber1/instance-1/output/target/usr/bin
/usr/bin/install -c -m 644 ./include/znc/*.h /accts/mlweber1/instance-1/output/target/usr/include/znc
/usr/bin/install -c -m 644 include/znc/zncconfig.h /accts/mlweber1/instance-1/output/target/usr/include/znc
/usr/bin/install -c -m 644 znc.pc /accts/mlweber1/instance-1/output/target/usr/lib/pkgconfig
make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/znc-1.6.5/modules'
rm -rf /accts/mlweber1/instance-1/output/target/usr/share/znc/modules
test -d /accts/mlweber1/instance-1/output/target/usr/lib/znc || /usr/bin/install -c -d /accts/mlweber1/instance-1/output/target/usr/lib/znc
test -d /accts/mlweber1/instance-1/output/target/usr/share/znc/modules || /usr/bin/install -c -d /accts/mlweber1/instance-1/output/target/usr/share/znc/modules
rm -rf /accts/mlweber1/instance-1/output/target/usr/lib/znc/*.so
cp -R ./data/* /accts/mlweber1/instance-1/output/target/usr/share/znc/modules
find /accts/mlweber1/instance-1/output/target/usr/share/znc/modules -type d -exec chmod 0755 '{}' \;
find /accts/mlweber1/instance-1/output/target/usr/share/znc/modules -type f -exec chmod 0644 '{}' \;
/usr/bin/install -c adminlog.so alias.so autoattach.so autocycle.so autoop.so autoreply.so autovoice.so awaynick.so awaystore.so block_motd.so blockuser.so bouncedcc.so buffextras.so cert.so certauth.so chansaver.so clearbufferonmsg.so clientnotify.so controlpanel.so crypt.so ctcpflood.so dcc.so disconkick.so fail2ban.so flooddetach.so identfile.so imapauth.so keepnick.so kickrejoin.so lastseen.so listsockets.so log.so missingmotd.so modules_online.so nickserv.so notes.so notify_connect.so partyline.so perform.so q.so raw.so route_replies.so sample.so sasl.so savebuff.so schat.so send_raw.so shell.so simple_away.so stickychan.so watch.so webadmin.so /accts/mlweber1/instance-1/output/target/usr/lib/znc
make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/znc-1.6.5/modules'
if test -n ""; then \
		test -d /accts/mlweber1/instance-1/output/target || /usr/bin/install -c -d /accts/mlweber1/instance-1/output/target || exit 1 ; \
		/usr/bin/install -c  /accts/mlweber1/instance-1/output/target || exit 1 ; \
	fi
make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/znc-1.6.5/man'
test -d /accts/mlweber1/instance-1/output/target/usr/share/man/man1 || /usr/bin/install -c -d /accts/mlweber1/instance-1/output/target/usr/share/man/man1
/usr/bin/install -c -m 644 znc.1.gz znc-buildmod.1.gz /accts/mlweber1/instance-1/output/target/usr/share/man/man1
make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/znc-1.6.5/man'
#test -d /accts/mlweber1/instance-1/output/target || /usr/bin/install -c -d /accts/mlweber1/instance-1/output/target
#/usr/bin/install -c -m 644 ./znc.service /accts/mlweber1/instance-1/output/target

******************************************************************
 ZNC was successfully installed.
 You can use '/usr/bin/znc --makeconf'
 to generate a config file.

 If you need help with using ZNC, please visit our wiki at:
   http://znc.in
make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/znc-1.6.5'
>>>   Finalizing target directory
# Check files that are touched by more than one package
./support/scripts/check-uniq-files -t target /accts/mlweber1/instance-1/output/build/packages-file-list.txt
Warning: target file "./usr/share/info/dir" is touched by more than one package: ['libffi', 'readline', 'check', 'libtool', 'xorriso']
./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-1/output/build/packages-file-list-staging.txt
Warning: staging file "./usr/share/info/dir" is touched by more than one package: ['libffi', 'readline', 'check', 'libtool']
./support/scripts/check-uniq-files -t host /accts/mlweber1/instance-1/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']
rm -f /accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd
/accts/mlweber1/instance-1/output/host/bin/glib-compile-schemas /accts/mlweber1/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas
No schema files found: doing nothing.
mkdir -p /accts/mlweber1/instance-1/output/target/etc
echo "buildroot" > /accts/mlweber1/instance-1/output/target/etc/hostname
/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-1/output/target/etc/hosts
mkdir -p /accts/mlweber1/instance-1/output/target/etc
echo "Welcome to Buildroot" > /accts/mlweber1/instance-1/output/target/etc/issue
/bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-1/output/target/etc/shadow
rm -f /accts/mlweber1/instance-1/output/target/bin/sh
rm -f /accts/mlweber1/instance-1/output/build/locales.nopurge
for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-1/output/build/locales.nopurge; done
for dir in /accts/mlweber1/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done
if [ -d /accts/mlweber1/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-1/output/target/usr/share/X11/locale/locale.dir; fi
rm -rf /accts/mlweber1/instance-1/output/target/usr/include /accts/mlweber1/instance-1/output/target/usr/share/aclocal \
		/accts/mlweber1/instance-1/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-1/output/target/usr/share/pkgconfig \
		/accts/mlweber1/instance-1/output/target/usr/lib/cmake /accts/mlweber1/instance-1/output/target/usr/share/cmake
find /accts/mlweber1/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f
find /accts/mlweber1/instance-1/output/target/lib/ /accts/mlweber1/instance-1/output/target/usr/lib/ /accts/mlweber1/instance-1/output/target/usr/libexec/ \
		\( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f
rm -rf /accts/mlweber1/instance-1/output/target/usr/share/gdb
rm -rf /accts/mlweber1/instance-1/output/target/usr/share/bash-completion
rm -rf /accts/mlweber1/instance-1/output/target/usr/share/zsh
rm -rf /accts/mlweber1/instance-1/output/target/usr/man /accts/mlweber1/instance-1/output/target/usr/share/man
rm -rf /accts/mlweber1/instance-1/output/target/usr/info /accts/mlweber1/instance-1/output/target/usr/share/info
rm -rf /accts/mlweber1/instance-1/output/target/usr/doc /accts/mlweber1/instance-1/output/target/usr/share/doc
rm -rf /accts/mlweber1/instance-1/output/target/usr/share/gtk-doc
rmdir /accts/mlweber1/instance-1/output/target/usr/share 2>/dev/null || true
find /accts/mlweber1/instance-1/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-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true
find /accts/mlweber1/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \
		xargs -r /accts/mlweber1/instance-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug
find /accts/mlweber1/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \
		xargs -r /accts/mlweber1/instance-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug
test -f /accts/mlweber1/instance-1/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-1/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-1/output/target/etc
( \
		echo "NAME=Buildroot"; \
		echo "VERSION=2018.02-rc3-00019-g7df3014"; \
		echo "ID=buildroot"; \
		echo "VERSION_ID=2018.02-rc3"; \
		echo "PRETTY_NAME=\"Buildroot 2018.02-rc3\"" \
	) >  /accts/mlweber1/instance-1/output/target/usr/lib/os-release
ln -sf ../usr/lib/os-release /accts/mlweber1/instance-1/output/target/etc
>>>   Sanitizing RPATH in target tree
/accts/mlweber1/instance-1/buildroot/support/scripts/fix-rpath target
make: Leaving directory `/accts/mlweber1/instance-1/buildroot'
make: Entering directory `/accts/mlweber1/instance-1/buildroot'
>>>   Buildroot 2018.02-rc3-00019-g7df3014 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
>>> alljoyn 16.04.00a Collecting legal info
>>> host-scons 2.5.1 Collecting legal info
ERROR: No hash found for LICENSE.txt
>>> host-python 2.7.14 Collecting legal info
LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680)
>>> 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-expat 2.2.5 Collecting legal info
COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76)
>>> host-pkgconf 0.9.12 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)
>>> 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
>>> 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)
>>> atop 2.3.0 Collecting legal info
COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994)
>>> 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
>>> bluez5_utils 5.48 Collecting legal info
ERROR: No hash found for COPYING
ERROR: No hash found for COPYING.LIB
>>> dbus 1.12.2 Collecting legal info
COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1)
>>> expat 2.2.5 Collecting legal info
COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76)
>>> libglib2 2.54.2 Collecting legal info
COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> host-libglib2 2.54.2 Collecting legal info
COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> 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-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)
>>> 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)
>>> readline 7.0 Collecting legal info
ERROR: No hash found for COPYING
>>> cegui06 0.6.2b 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)
>>> check 0.11.0 Collecting legal info
COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861)
>>> clamav 0.99.4 Collecting legal info
COPYING: OK (sha256: 0c4fd2fa9733fc9122503797648710851e4ee6d9e4969dd33fcbd8c63cd2f584)
COPYING.bzip2: OK (sha256: d72a145c90918184a05ef65a04c9e6f7466faa59bc1b82c8f6a8ddc7ddcb9bed)
COPYING.file: OK (sha256: dfb818a0d41411c6fb1c193c68b73018ceadd1994bda41ad541cbff292894bc6)
COPYING.getopt: OK (sha256: 6dce638b76399e7521ad8e182d3e33e4496c85b3b69b6ff434b53017101e82ad)
COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861)
COPYING.llvm: OK (sha256: e3a9b913515a42f8ff3ef1551c3a2cdba383c39ed959729e0e2911219496ad74)
COPYING.lzma: OK (sha256: d96d71b66aa32c4a2d1619b9ca3347dafa9460bcf0fb5ac2408916067ad31dfc)
COPYING.pcre: OK (sha256: accdcf2455c07b99abea59016b3663eaef926a92092d103bfaa25fed27cf6b24)
COPYING.regex: OK (sha256: e2c1395a3d9fea6d5d25847c9d783db6e2cc8b085b4025861f459139c5dfd90b)
COPYING.unrar: OK (sha256: 1faccc6b5c7b958fb807a3f573d5be9bf7889fe898f7e0617c544b05a81bfd00)
COPYING.zlib: OK (sha256: c2f77553f8d870c5635b0dace0519253233f172b33ce1fdf6578610706294eee)
>>> json-c 0.13 Collecting legal info
COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c)
>>> libcurl 7.58.0 Collecting legal info
COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095)
>>> libtool 2.4.6 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> libxml2 2.9.7 Collecting legal info
COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd)
>>> dbus-cpp 0.9.0 Collecting legal info
ERROR: No hash found for COPYING
>>> host-dbus-cpp 0.9.0 Collecting legal info
ERROR: No hash found for COPYING
>>> host-dbus 1.12.2 Collecting legal info
COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1)
>>> edid-decode f56f329ed23a25d002352dedba1e8f092a47286f Collecting legal info
ERROR: No hash found for edid-decode.c
>>> ffmpeg 3.4.2 Collecting legal info
LICENSE.md: OK (sha256: 73d99bc83313fff665b426d6672b4e0479102bc402fe22314ac9ce94a38aa5ff)
COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe)
>>> libtheora 1.1.1 Collecting legal info
ERROR: No hash found for COPYING
ERROR: No hash found for LICENSE
>>> libogg 1.3.3 Collecting legal info
ERROR: No hash found for COPYING
>>> libvorbis 1.3.5 Collecting legal info
ERROR: No hash found for COPYING
>>> flex 2.6.4 Collecting legal info
COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273)
>>> gd 2.2.5 Collecting legal info
COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d)
>>> host-gdb arc-2017.09-release-gdb Collecting legal info
ERROR: No hash found for COPYING
ERROR: No hash found for COPYING.LIB
ERROR: No hash found for COPYING3
ERROR: No hash found for COPYING3.LIB
>>> host-bison 3.0.4 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> host-flex 2.6.4 Collecting legal info
COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273)
>>> host-gptfdisk 1.0.3 Collecting legal info
ERROR: No hash found for COPYING
>>> host-popt 1.16 Collecting legal info
ERROR: No hash found for COPYING
>>> heirloom-mailx 12.5 Collecting legal info
ERROR: No hash found for COPYING
>>> hostapd 2.6 Collecting legal info
ERROR: No hash found for README
>>> libnl 3.4.0 Collecting legal info
COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> hwdata v0.308 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f)
>>> ipmitool 1.8.18 Collecting legal info
ERROR: No hash found for COPYING
>>> ipsec-tools 0.8.2 Collecting legal info
>>> ipset 6.34 Collecting legal info
COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c)
>>> libmnl 1.0.4 Collecting legal info
ERROR: No hash found for COPYING
>>> libbson 1.6.2 Collecting legal info
ERROR: No hash found for COPYING
ERROR: No hash found for THIRD_PARTY_NOTICES
>>> libdvbsi 0.3.7 Collecting legal info
ERROR: No hash found for COPYING
>>> libevent 2.1.8-stable Collecting legal info
ERROR: No hash found for LICENSE
>>> libiio 0.10 Collecting legal info
ERROR: No hash found for COPYING.txt
>>> host-cmake 3.8.2 Collecting legal info
ERROR: No hash found for Copyright.txt
>>> liblinear 2.1 Collecting legal info
ERROR: No hash found for COPYRIGHT
>>> libsamplerate 0.1.9 Collecting legal info
ERROR: No hash found for COPYING
>>> libsepol 2.7 Collecting legal info
ERROR: No hash found for COPYING
>>> libsoc 0.8.2 Collecting legal info
ERROR: No hash found for LICENCE
>>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info
>>> libupnp18 1.8.3 Collecting legal info
LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd)
>>> libusb 1.0.21 Collecting legal info
ERROR: No hash found for COPYING
>>> logrotate 3.13.0 Collecting legal info
ERROR: No hash found for COPYING
>>> popt 1.16 Collecting legal info
ERROR: No hash found for COPYING
>>> lynx 2.8.9dev.16 Collecting legal info
COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6)
>>> lzo 2.10 Collecting legal info
ERROR: No hash found for COPYING
>>> memcached 1.5.0 Collecting legal info
ERROR: No hash found for COPYING
>>> host-mkpasswd  Collecting legal info
>>> mongoose 6.7 Collecting legal info
ERROR: No hash found for LICENSE
>>> host-patchelf 0.9 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> semodule-utils 2.7 Collecting legal info
ERROR: No hash found for COPYING
>>> shellinabox v2.19 Collecting legal info
ERROR: No hash found for COPYING
ERROR: No hash found for GPL-2
>>> sphinxbase 5prealpha Collecting legal info
ERROR: No hash found for src/libsphinxbase/util/bio.c
>>> statserial 1.1 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
>>> ubus 34c6e818e431cc53478a0f7c7c1eca07d194d692 Collecting legal info
ERROR: No hash found for ubusd_acl.h
>>> usb_modeswitch 2.5.0 Collecting legal info
ERROR: No hash found for COPYING
>>> usb_modeswitch_data 20170205 Collecting legal info
ERROR: No hash found for COPYING
>>> xkeyboard-config 2.22 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
>>> 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-xutil_util-macros 1.19.1 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
>>> xorriso 1.4.6 Collecting legal info
ERROR: No hash found for COPYING
ERROR: No hash found for COPYRIGHT
>>> xxhash r40 Collecting legal info
ERROR: No hash found for LICENSE
ERROR: No hash found for xxhsum.c
>>> host-zip 30 Collecting legal info
ERROR: No hash found for LICENSE
>>> znc 1.6.5 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: alljoyn-16.04.00a: cannot save license (ALLJOYN_LICENSE_FILES not defined)
WARNING: ipsec-tools-0.8.2: cannot save license (IPSEC_TOOLS_LICENSE_FILES not defined)
WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined)
Legal info produced in /accts/mlweber1/instance-1/output/legal-info
make: Leaving directory `/accts/mlweber1/instance-1/buildroot'