make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0/doc'
make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0/doc'
make[2]: Entering directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0'
make[3]: Entering directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0'
 /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   src/libzyre.la '/home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib'
 /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig'
 /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include'
 /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/share/zproject/zyre'
 /usr/bin/install -c -m 644 include/zyre.h include/zyre_event.h include/zyre_library.h '/home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include'
 /usr/bin/install -c -m 644 src/libzyre.pc '/home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 api/zyre.api api/zyre_event.api '/home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/share/zproject/zyre'
libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.0 /home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/libzyre.so.2.0.0
libtool: install: (cd /home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so.2 || { rm -f libzyre.so.2 && ln -s libzyre.so.2.0.0 libzyre.so.2; }; })
libtool: install: (cd /home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so || { rm -f libzyre.so && ln -s libzyre.so.2.0.0 libzyre.so; }; })
libtool: install: /usr/bin/install -c src/.libs/libzyre.lai /home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/libzyre.la
libtool: warning: remember to run 'libtool --finish /usr/lib'
 /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c src/zpinger '/home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin'
libtool: install: /usr/bin/install -c src/zpinger /home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin/zpinger
make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0'
make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0'
make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0'
>>> zyre v2.0.0 Fixing libtool files
for la in $(find /home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \
	cp -a "${la}" "${la}.fixed" && \
	/bin/sed -i -e "s:/home/buildroot/autobuild/run/instance-2/output:@BASE_DIR@:g" \
		-e "s:/home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \
		 -e "s:/home/buildroot/autobuild/run/instance-2/output/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \
		-e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \
		 -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/buildroot/autobuild/run/instance-2/output/host/opt/ext-toolchain:g" \
		-e "s:@STAGING_DIR@:/home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot:g" \
		-e "s:@BASE_DIR@:/home/buildroot/autobuild/run/instance-2/output:g" \
		"${la}.fixed" && \
	if cmp -s "${la}" "${la}.fixed"; then \
		rm -f "${la}.fixed"; \
	else \
		mv "${la}.fixed" "${la}"; \
	fi || exit 1; \
done
>>> zyre v2.0.0 Installing to target
PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin"  /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-2/output/target install -C /home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0/
make[1]: Entering directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0'
Making install in doc
make[2]: Entering directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0/doc'
SKIPPING documentation generation and formatting (BUILD_DOC was not required and/or tools are missing)
make[3]: Entering directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0/doc'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0/doc'
make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0/doc'
make[2]: Entering directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0'
make[3]: Entering directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0'
 /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/target/usr/lib'
 /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/target/usr/lib/pkgconfig'
 /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/target/usr/include'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   src/libzyre.la '/home/buildroot/autobuild/run/instance-2/output/target/usr/lib'
 /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/target/usr/share/zproject/zyre'
 /usr/bin/install -c -m 644 src/libzyre.pc '/home/buildroot/autobuild/run/instance-2/output/target/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 include/zyre.h include/zyre_event.h include/zyre_library.h '/home/buildroot/autobuild/run/instance-2/output/target/usr/include'
 /usr/bin/install -c -m 644 api/zyre.api api/zyre_event.api '/home/buildroot/autobuild/run/instance-2/output/target/usr/share/zproject/zyre'
libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.0 /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/libzyre.so.2.0.0
libtool: install: (cd /home/buildroot/autobuild/run/instance-2/output/target/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so.2 || { rm -f libzyre.so.2 && ln -s libzyre.so.2.0.0 libzyre.so.2; }; })
libtool: install: (cd /home/buildroot/autobuild/run/instance-2/output/target/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so || { rm -f libzyre.so && ln -s libzyre.so.2.0.0 libzyre.so; }; })
libtool: install: /usr/bin/install -c src/.libs/libzyre.lai /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/libzyre.la
libtool: warning: remember to run 'libtool --finish /usr/lib'
 /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/target/usr/bin'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c src/zpinger '/home/buildroot/autobuild/run/instance-2/output/target/usr/bin'
libtool: install: /usr/bin/install -c src/zpinger /home/buildroot/autobuild/run/instance-2/output/target/usr/bin/zpinger
make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0'
make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0'
make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/zyre-v2.0.0'
>>>   Finalizing target directory
# Check files that are touched by more than one package
./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-2/output/build/packages-file-list.txt
Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'binutils', u'gnupg', u'libgpgme', u'lzip', u'make']
Warning: target file "./usr/bin/unxz" is touched by more than one package: [u'busybox', u'xz']
Warning: target file "./usr/bin/xzcat" is touched by more than one package: [u'busybox', u'xz']
Warning: target file "./usr/bin/lzma" is touched by more than one package: [u'busybox', u'xz']
Warning: target file "./usr/bin/lzcat" is touched by more than one package: [u'busybox', u'xz']
Warning: target file "./usr/bin/unlzma" is touched by more than one package: [u'busybox', u'xz']
Warning: target file "./usr/bin/xz" is touched by more than one package: [u'busybox', u'xz']
./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-2/output/build/packages-file-list-staging.txt
Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom']
Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom']
Warning: staging file "./usr/include/libiberty/splay-tree.h" is touched by more than one package: [u'binutils', u'boost']
Warning: staging file "./usr/include/libiberty/timeval-utils.h" is touched by more than one package: [u'binutils', u'boost']
Warning: staging file "./usr/include/libiberty/safe-ctype.h" is touched by more than one package: [u'binutils', u'boost']
Warning: staging file "./usr/include/libiberty/objalloc.h" is touched by more than one package: [u'binutils', u'boost']
Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'binutils', u'libgpgme']
Warning: staging file "./usr/include/libiberty/demangle.h" is touched by more than one package: [u'binutils', u'boost']
Warning: staging file "./usr/include/libiberty/libiberty.h" is touched by more than one package: [u'binutils', u'boost']
Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom']
Warning: staging file "./usr/include/libiberty/partition.h" is touched by more than one package: [u'binutils', u'boost']
Warning: staging file "./usr/include/libiberty/dyn-string.h" is touched by more than one package: [u'binutils', u'boost']
Warning: staging file "./usr/include/libiberty/fibheap.h" is touched by more than one package: [u'binutils', u'boost']
Warning: staging file "./usr/include/libiberty/floatformat.h" is touched by more than one package: [u'binutils', u'boost']
Warning: staging file "./usr/lib/libiberty.a" is touched by more than one package: [u'binutils', u'boost']
Warning: staging file "./usr/include/libiberty/ansidecl.h" is touched by more than one package: [u'binutils', u'boost']
Warning: staging file "./usr/include/libiberty/hashtab.h" is touched by more than one package: [u'binutils', u'boost']
Warning: staging file "./usr/include/libiberty/sort.h" is touched by more than one package: [u'binutils', u'boost']
./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-2/output/build/packages-file-list-host.txt
Warning: host file "./share/info/dir" is touched by more than one package: [u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-bison']
Warning: host file "./mipsel-buildroot-linux-uclibc/sysroot/usr/share/info/dir" is touched by more than one package: [u'host-gperf', u'host-libffi', u'host-lpc3250loader']
/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L  console 0 vt100 #~' /home/buildroot/autobuild/run/instance-2/output/target/etc/inittab
/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/run/instance-2/output/target/etc/inittab
if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/run/instance-2/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/run/instance-2/output/target/etc/shells; fi
grep: ./.config: No such file or directory
if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/run/instance-2/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/run/instance-2/output/target/etc/shells; fi
grep: ./.config: No such file or directory
rm -f /home/buildroot/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd
/home/buildroot/autobuild/run/instance-2/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-2/output/host/mipsel-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas
No schema files found: doing nothing.
mkdir -p /home/buildroot/autobuild/run/instance-2/output/host/etc/meson
sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/run/instance-2/output/host/bin/mipsel-linux-%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%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/buildroot/autobuild/run/instance-2/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-2/output/host/etc/meson/cross-compilation.conf
mkdir -p /home/buildroot/autobuild/run/instance-2/output/target/etc
echo "buildroot" > /home/buildroot/autobuild/run/instance-2/output/target/etc/hostname
/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-2/output/target/etc/hosts
mkdir -p /home/buildroot/autobuild/run/instance-2/output/target/etc
echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-2/output/target/etc/issue
/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-2/output/target/etc/shadow
rm -f /home/buildroot/autobuild/run/instance-2/output/target/bin/sh
rm -f /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge
for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge; done
for dir in /home/buildroot/autobuild/run/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done
if [ -d /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale/locale.dir; fi
rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/include /home/buildroot/autobuild/run/instance-2/output/target/usr/share/aclocal \
	/home/buildroot/autobuild/run/instance-2/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-2/output/target/usr/share/pkgconfig \
	/home/buildroot/autobuild/run/instance-2/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-2/output/target/usr/share/cmake
find /home/buildroot/autobuild/run/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f
find /home/buildroot/autobuild/run/instance-2/output/target/lib/ /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-2/output/target/usr/libexec/ \
	\( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f
rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/gdb
rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/bash-completion
rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/zsh
rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/man /home/buildroot/autobuild/run/instance-2/output/target/usr/share/man
rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/info /home/buildroot/autobuild/run/instance-2/output/target/usr/share/info
rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/doc /home/buildroot/autobuild/run/instance-2/output/target/usr/share/doc
rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/gtk-doc
rmdir /home/buildroot/autobuild/run/instance-2/output/target/usr/share 2>/dev/null || true
find /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/instance-2/output/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true
find /home/buildroot/autobuild/run/instance-2/output/target   \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-2/output/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true
test -f /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/instance-2/output/target/etc
( \
	echo "NAME=Buildroot"; \
	echo "VERSION=2019.05-git-00625-g89e5632c8d"; \
	echo "ID=buildroot"; \
	echo "VERSION_ID=2019.05-git"; \
	echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \
) >  /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/os-release
ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-2/output/target/etc
>>>   Sanitizing RPATH in target tree
/home/buildroot/autobuild/run/instance-2/buildroot/support/scripts/fix-rpath target
touch /home/buildroot/autobuild/run/instance-2/output/target/usr
make: Leaving directory '/home/buildroot/autobuild/run/instance-2/buildroot'
make: Entering directory '/home/buildroot/autobuild/run/instance-2/buildroot'
>>>   Buildroot 2019.05-git-00625-g89e5632c8d Collecting legal info
COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4)
>>> toolchain-external  Collecting legal info
>>> host-skeleton  Collecting legal info
>>> skeleton  Collecting legal info
>>> skeleton-init-sysv  Collecting legal info
>>> skeleton-init-common  Collecting legal info
>>> toolchain-external-custom  Collecting legal info
>>> toolchain  Collecting legal info
>>> agentpp 4.0.7 Collecting legal info
ERROR: No hash found for LICENSE-2_0.txt
>>> host-pkgconf 1.5.3 Collecting legal info
ERROR: No hash found for COPYING
>>> snmppp 3.3.10 Collecting legal info
src/v3.cpp: OK (sha256: d00d5deb9ce44fa01ddf6f882de3ea8b9e8402f776b546dd982d55367ebbd392)
>>> alsa-lib 1.1.7 Collecting legal info
COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b)
aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced)
>>> 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-m4 1.4.18 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> host-automake 1.15.1 Collecting legal info
COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6)
>>> alsa-utils 1.1.7 Collecting legal info
COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c)
>>> host-gettext  Collecting legal info
>>> host-gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info
LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34)
extra/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
>>> apr-util 1.6.1 Collecting legal info
LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2)
>>> apr 1.6.3 Collecting legal info
LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad)
>>> util-linux 2.33 Collecting legal info
README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74)
Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d)
Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8)
Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63)
Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> linux-pam 1.3.1 Collecting legal info
ERROR: No hash found for Copyright
>>> flex 2.6.4 Collecting legal info
COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273)
>>> host-flex 2.6.4 Collecting legal info
COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273)
>>> readline 8.0 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> zlib  Collecting legal info
>>> libzlib 1.2.11 Collecting legal info
README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15)
>>> expat 2.2.6 Collecting legal info
COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76)
>>> openssl  Collecting legal info
>>> libopenssl 1.1.1b Collecting legal info
LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c)
>>> bandwidthd v2.0.1-auto-r11 Collecting legal info
>>> gd 2.2.5 Collecting legal info
COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d)
>>> fontconfig 2.13.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)
>>> bzip2 1.0.6 Collecting legal info
ERROR: No hash found for LICENSE
>>> libpng 1.6.36 Collecting legal info
LICENSE: OK (sha256: 142da07fb4b0cceb861b2e69fe7e5b602f25ec7adc85b0a426133d9ee0d2e116)
>>> host-gperf 3.0.4 Collecting legal info
ERROR: No hash found for COPYING
>>> libpcap 1.9.0 Collecting legal info
LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd)
>>> host-bison 3.0.4 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> libnl 3.4.0 Collecting legal info
COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> bctoolbox 0.4.0 Collecting legal info
ERROR: No hash found for COPYING
>>> host-cmake 3.8.2 Collecting legal info
ERROR: No hash found for Copyright.txt
>>> mbedtls 2.7.9 Collecting legal info
apache-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30)
>>> binutils 2.31.1 Collecting legal info
ERROR: No hash found for COPYING3
ERROR: No hash found for COPYING.LIB
>>> boost 1.69.0 Collecting legal info
LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566)
>>> busybox 1.30.1 Collecting legal info
LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548)
>>> e2fsprogs 1.44.5 Collecting legal info
NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020)
lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d)
lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f)
>>> c-ares 1.15.0 Collecting legal info
LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c)
>>> cairo 1.15.12 Collecting legal info
COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf)
COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d)
COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f)
>>> libglib2 2.56.4 Collecting legal info
COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> host-libglib2 2.56.4 Collecting legal info
COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> host-libffi v3.3-rc0 Collecting legal info
LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5)
>>> host-pcre 8.42 Collecting legal info
LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c)
>>> host-util-linux 2.33 Collecting legal info
README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74)
Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d)
Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8)
Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63)
Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> host-zlib  Collecting legal info
>>> host-libzlib 1.2.11 Collecting legal info
README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15)
>>> libffi v3.3-rc0 Collecting legal info
LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5)
>>> pcre 8.42 Collecting legal info
LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c)
>>> pixman 0.34.0 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
License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc)
>>> host-libcap 2.25 Collecting legal info
License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc)
>>> chocolate-doom 2.3.0 Collecting legal info
ERROR: No hash found for COPYING
>>> 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.11 Collecting legal info
LICENSE.md: OK (sha256: 1cd00da00b8649b4005757f4019acfd3102ecd407f47998081697e8e9086f706)
>>> cjson v1.7.10 Collecting legal info
LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c)
>>> cryptsetup 2.0.6 Collecting legal info
COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33)
COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5)
>>> json-c 0.13.1 Collecting legal info
COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c)
>>> lvm2 2.02.183 Collecting legal info
COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1)
COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a)
>>> libaio 0.3.111 Collecting legal info
COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509)
>>> popt 1.16 Collecting legal info
ERROR: No hash found for COPYING
>>> czmq 4.2.0 Collecting legal info
ERROR: No hash found for LICENSE
>>> zeromq 4.3.1 Collecting legal info
COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3)
COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6)
>>> norm 1.5r6 Collecting legal info
ERROR: No hash found for LICENSE.TXT
>>> host-python 2.7.15 Collecting legal info
LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2)
>>> host-expat 2.2.6 Collecting legal info
COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76)
>>> dawgdic 16ac537ba9883ff01b63b6d1fdc3072150c68fee Collecting legal info
ERROR: No hash found for COPYING
>>> dc3dd 7.2.641 Collecting legal info
ERROR: No hash found for COPYING
>>> dhcpcd 7.0.3 Collecting legal info
LICENSE: OK (sha256: b120a64b92cfb2453b61df4457a3c0eb163ef9c1c397822826756a31581f3947)
>>> doom-wad 1.9 Collecting legal info
>>> dropwatch 7c33d8a8ed105b07a46b55d71d93b36ed34c16db Collecting legal info
ERROR: No hash found for COPYING
>>> dvdrw-tools 7.1 Collecting legal info
ERROR: No hash found for LICENSE
>>> ebtables 2.0.10-4 Collecting legal info
ERROR: No hash found for COPYING
>>> ethtool 4.19 Collecting legal info
LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1)
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> gdk-pixbuf 2.36.10 Collecting legal info
COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5)
>>> host-gdk-pixbuf 2.36.10 Collecting legal info
COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5)
>>> host-libpng 1.6.36 Collecting legal info
LICENSE: OK (sha256: 142da07fb4b0cceb861b2e69fe7e5b602f25ec7adc85b0a426133d9ee0d2e116)
>>> host-genext2fs 1.4.1 Collecting legal info
ERROR: No hash found for COPYING
>>> glog v0.3.5 Collecting legal info
COPYING: OK (sha256: 0fc497129c5c69ff6f22da6933c7e4aaef082fde8437fd57680c2780100772a4)
>>> gnupg 1.4.23 Collecting legal info
ERROR: No hash found for COPYING
>>> harfbuzz 1.8.8 Collecting legal info
COPYING: OK (sha256: 2a886915de4f296cdae5ed67064f86dba01d0c55286d86e8487f2a5caaf40216)
src/hb-ucdn/COPYING: OK (sha256: ec20cbe051200fc846caf4dc253cf660e874a2d9e4f3a682e08354b567fae409)
>>> i2pd 2.22.0 Collecting legal info
LICENSE: OK (sha256: d147a6acdaf8ec9f6513802ef6cad4a4afcdb5ab6b98d9f6bb26d2b7f4cf454c)
>>> ibrcommon 1.0.1 Collecting legal info
COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92)
README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c)
>>> 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
>>> initscripts  Collecting legal info
>>> jhead 3.03 Collecting legal info
readme.txt: OK (sha256: 46c870a208305489eea862ec8b05b030ba1f06d99195f660dc0ba541cc38d82b)
>>> jo 1.1 Collecting legal info
ERROR: No hash found for COPYING
>>> lcms2 2.9 Collecting legal info
COPYING: OK (sha256: c725daac91a9259ce5e195683c0eeb797d345035c36ac5ba114c9fa80e11639a)
>>> libassuan 2.5.2 Collecting legal info
COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861)
COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7)
>>> libgpg-error 1.35 Collecting legal info
COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c)
COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861)
>>> libcec 4.0.2 Collecting legal info
COPYING: OK (sha256: 3618005b3db4eb8ede7292d233e6c41605cb8dcbd33e8790eff6e29c1e4f3789)
>>> libplatform 2d90f98620e25f47702c9e848380c0d93f29462b Collecting legal info
ERROR: No hash found for src/os.h
>>> lockdev 1.0.3 Collecting legal info
ERROR: No hash found for LICENSE
>>> libcroco 0.6.12 Collecting legal info
COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23)
>>> libenca 1.19 Collecting legal info
COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825)
>>> libevent 2.1.8-stable Collecting legal info
LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670)
>>> libfm-extra 1.3.0.2 Collecting legal info
COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388)
src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e)
>>> 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
>>> libfuse 2.9.9 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> libgpgme 1.12.0 Collecting legal info
COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532)
>>> libiio 0.15 Collecting legal info
COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b)
>>> libiqrf v0.1.2 Collecting legal info
>>> libusb 1.0.22 Collecting legal info
COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a)
>>> libldns 1.7.0 Collecting legal info
LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6)
>>> libmbim 1.18.0 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> libogg 1.3.3 Collecting legal info
COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814)
>>> libostree 2018.9.1 Collecting legal info
COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c)
>>> librsvg 2.40.20 Collecting legal info
ERROR: No hash found for COPYING.LIB
>>> pango 1.40.14 Collecting legal info
COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5)
>>> libserialport 0.1.1 Collecting legal info
ERROR: No hash found for COPYING
>>> libupnp 1.6.25 Collecting legal info
LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd)
>>> lldpd 1.0.1 Collecting legal info
ERROR: No hash found for README.md
>>> log4cxx 0.10.0 Collecting legal info
ERROR: No hash found for LICENSE
>>> host-lpc3250loader 1.0 Collecting legal info
ERROR: No hash found for LPC3250loader.py
>>> luksmeta 8 Collecting legal info
COPYING: OK (sha256: 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf)
>>> lzip 1.20 Collecting legal info
COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef)
>>> make 4.2.1 Collecting legal info
ERROR: No hash found for COPYING
>>> menu-cache 1.1.0 Collecting legal info
COPYING: OK (sha256: 7459fbad62653e4061dbfde3b0cad7c72777838beb10d2d11d969fac6226e7de)
>>> mpdecimal 2.4.1 Collecting legal info
ERROR: No hash found for LICENSE.txt
>>> mrouted 3.9.8 Collecting legal info
LICENSE: OK (sha256: 2e6c7d9e92afc391f584290c3817f2cdec1501621cf820abbd4bc4adc2e5b2ef)
>>> numactl v2.0.12 Collecting legal info
README.md: OK (sha256: e2b738b1303c088421b09933a78c1326fe43692e2c05a7c510a2eb7e7a8eb575)
>>> odhcploc 20111021 Collecting legal info
ERROR: No hash found for COPYING
>>> opencore-amr 0.1.5 Collecting legal info
LICENSE: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb)
>>> opencv 2.4.13.7 Collecting legal info
LICENSE: OK (sha256: 46e42877dfc3ac65769292cb4dc1a04b204ad9e40859a390f4c035d6179fbcc4)
>>> oprofile 1.2.0 Collecting legal info
COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670)
>>> opus 1.3 Collecting legal info
COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682)
>>> opusfile 0.11 Collecting legal info
COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf)
>>> ortp 0.27.0 Collecting legal info
ERROR: No hash found for COPYING
>>> host-patchelf 0.9 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> physfs 3.0.1 Collecting legal info
LICENSE.txt: OK (sha256: 7ce475991f6cc09958ef0d57312522eba78e36d984307c95f9a3965adf7e4e2b)
>>> pngquant 2.12.2 Collecting legal info
COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826)
>>> rsync 3.1.3 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> tcpreplay 4.3.1 Collecting legal info
docs/LICENSE: OK (sha256: 5971b0c544622f4b210a9cc56436a970685d3b0666e373c09e3cf9304db15d05)
>>> host-uboot-tools 2019.01 Collecting legal info
ERROR: No hash found for Licenses/gpl-2.0.txt
>>> urg 0.8.18 Collecting legal info
COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1)
>>> ushare 1.1a Collecting legal info
ERROR: No hash found for COPYING
>>> vsftpd 3.0.3 Collecting legal info
ERROR: No hash found for COPYING
>>> wiringpi 2.46 Collecting legal info
ERROR: No hash found for COPYING.LESSER
>>> zxing-cpp 0db7f855135222becff193671faae79c083424b6 Collecting legal info
ERROR: No hash found for COPYING
>>> zyre v2.0.0 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: bandwidthd-v2.0.1-auto-r11: cannot save license (BANDWIDTHD_LICENSE_FILES not defined)
WARNING: doom-wad-1.9: cannot save license (DOOM_WAD_LICENSE_FILES not defined)
WARNING: libiqrf-v0.1.2: cannot save license (LIBIQRF_LICENSE_FILES not defined)
Legal info produced in /home/buildroot/autobuild/run/instance-2/output/legal-info
make: Leaving directory '/home/buildroot/autobuild/run/instance-2/buildroot'