sed 's/^Version.*/Version: 4.2.0/g' ./src/libzmqpp.pc > ./build/libzmqpp.pc mkdir -p /home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zmqpp mkdir -p /home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib mkdir -p /home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig install -m 644 ./src/zmqpp/frame.hpp ./src/zmqpp/auth.hpp ./src/zmqpp/context_options.hpp ./src/zmqpp/socket_mechanisms.hpp ./src/zmqpp/reactor.hpp ./src/zmqpp/socket_options.hpp ./src/zmqpp/inet.hpp ./src/zmqpp/socket_types.hpp ./src/zmqpp/context.hpp ./src/zmqpp/z85.hpp ./src/zmqpp/curve.hpp ./src/zmqpp/actor.hpp ./src/zmqpp/exception.hpp ./src/zmqpp/proxy.hpp ./src/zmqpp/compatibility.hpp ./src/zmqpp/proxy_steerable.hpp ./src/zmqpp/socket.hpp ./src/zmqpp/message.hpp ./src/zmqpp/signal.hpp ./src/zmqpp/poller.hpp ./src/zmqpp/byte_ordering.hpp ./src/zmqpp/loop.hpp ./src/zmqpp/zmqpp.hpp ./src/zmqpp/zap_request.hpp /home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zmqpp install -m 755 ./build/libzmqpp.pc /home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/libzmqpp.pc install -m 755 ./build/libzmqpp.so.4 /home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzmqpp.so.4.2.0 ln -sf libzmqpp.so.4.2.0 /home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzmqpp.so.4 ln -sf libzmqpp.so.4.2.0 /home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzmqpp.so if [ -f ./build/zmqpp ]; then install -m 755 ./build/zmqpp /home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin; fi use make installcheck to test the install make[1]: Leaving directory '/home/buildroot/build/instance-3/output-1/build/zmqpp-4.2.0' >>> zmqpp 4.2.0 Fixing libtool files for la in $(find /home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/build/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/home/buildroot/build/instance-3/output-1/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/build/instance-3/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/build/instance-3/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zmqpp 4.2.0 Installing to target /usr/bin/install -m 0755 -d /home/buildroot/build/instance-3/output-1/target/usr/include/zmqpp PATH="/home/buildroot/build/instance-3/output-1/host/bin:/home/buildroot/build/instance-3/output-1/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 PATH="/home/buildroot/build/instance-3/output-1/host/bin:/home/buildroot/build/instance-3/output-1/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" AR="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-ar" AS="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-as" LD="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-ld" NM="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-nm" CC="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-gcc" GCC="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-gcc" CPP="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-cpp" CXX="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-g++" FC="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-gfortran" F77="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-gfortran" RANLIB="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-ranlib" READELF="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-readelf" STRIP="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-strip" OBJCOPY="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-objcopy" OBJDUMP="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/build/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/build/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/build/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/build/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/build/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-as" DEFAULT_LINKER="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/build/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl LD="/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=no BUILD_SHARED=yes DESTDIR=/home/buildroot/build/instance-3/output-1/target install -C /home/buildroot/build/instance-3/output-1/build/zmqpp-4.2.0 make[1]: Entering directory '/home/buildroot/build/instance-3/output-1/build/zmqpp-4.2.0' sed 's/^Version.*/Version: 4.2.0/g' ./src/libzmqpp.pc > ./build/libzmqpp.pc mkdir -p /home/buildroot/build/instance-3/output-1/target/usr/include/zmqpp mkdir -p /home/buildroot/build/instance-3/output-1/target/usr/lib mkdir -p /home/buildroot/build/instance-3/output-1/target/usr/lib/pkgconfig install -m 644 ./src/zmqpp/frame.hpp ./src/zmqpp/auth.hpp ./src/zmqpp/context_options.hpp ./src/zmqpp/socket_mechanisms.hpp ./src/zmqpp/reactor.hpp ./src/zmqpp/socket_options.hpp ./src/zmqpp/inet.hpp ./src/zmqpp/socket_types.hpp ./src/zmqpp/context.hpp ./src/zmqpp/z85.hpp ./src/zmqpp/curve.hpp ./src/zmqpp/actor.hpp ./src/zmqpp/exception.hpp ./src/zmqpp/proxy.hpp ./src/zmqpp/compatibility.hpp ./src/zmqpp/proxy_steerable.hpp ./src/zmqpp/socket.hpp ./src/zmqpp/message.hpp ./src/zmqpp/signal.hpp ./src/zmqpp/poller.hpp ./src/zmqpp/byte_ordering.hpp ./src/zmqpp/loop.hpp ./src/zmqpp/zmqpp.hpp ./src/zmqpp/zap_request.hpp /home/buildroot/build/instance-3/output-1/target/usr/include/zmqpp install -m 755 ./build/libzmqpp.pc /home/buildroot/build/instance-3/output-1/target/usr/lib/pkgconfig/libzmqpp.pc install -m 755 ./build/libzmqpp.so.4 /home/buildroot/build/instance-3/output-1/target/usr/lib/libzmqpp.so.4.2.0 ln -sf libzmqpp.so.4.2.0 /home/buildroot/build/instance-3/output-1/target/usr/lib/libzmqpp.so.4 ln -sf libzmqpp.so.4.2.0 /home/buildroot/build/instance-3/output-1/target/usr/lib/libzmqpp.so if [ -f ./build/zmqpp ]; then install -m 755 ./build/zmqpp /home/buildroot/build/instance-3/output-1/target/usr/bin; fi use make installcheck to test the install make[1]: Leaving directory '/home/buildroot/build/instance-3/output-1/build/zmqpp-4.2.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/build/instance-3/output-1/build/packages-file-list.txt Warning: target file "./usr/sbin/partprobe" is touched by more than one package: [u'busybox', u'parted'] ./support/scripts/check-uniq-files -t staging /home/buildroot/build/instance-3/output-1/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 "./usr/lib/pkgconfig/glib-2.0.pc" is touched by more than one package: [u'libglib2', u'atk'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/pkgconfig/gio-2.0.pc" is touched by more than one package: [u'libglib2', u'atk'] ./support/scripts/check-uniq-files -t host /home/buildroot/build/instance-3/output-1/build/packages-file-list-host.txt Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python3', u'host-python'] Warning: host file "./lib/python2.7/site-packages/pycparser/c_ast.pyc" is touched by more than one package: [u'host-python-pycparser', u'host-libopenssl'] Warning: host file "./bin/easy_install" is touched by more than one package: [u'host-python3-setuptools', u'host-python-setuptools'] if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/build/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/build/instance-3/output-1/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/build/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/build/instance-3/output-1/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/buildroot/build/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/build/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/build/instance-3/output-1/host/bin/glib-compile-schemas /home/buildroot/build/instance-3/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/build/instance-3/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/build/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/build/instance-3/output-1/host/bin/arc-linux-%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%archs%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 `@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@HOST_DIR@%/home/buildroot/build/instance-3/output-1/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/build/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@PKG_TARGET_CFLAGS@%%g" -e "s%@PKG_TARGET_LDFLAGS@%%g" -e "s%@PKG_TARGET_CXXFLAGS@%%g" /home/buildroot/build/instance-3/output-1/host/etc/meson/cross-compilation.conf.in > /home/buildroot/build/instance-3/output-1/host/etc/meson/cross-compilation.conf PYTHONPATH="/home/buildroot/build/instance-3/output-1/target/usr/lib/python2.7/sysconfigdata/" cd /home/buildroot/build/instance-3/output-1/target && /home/buildroot/build/instance-3/output-1/host/bin/python2.7 /home/buildroot/build/instance-3/buildroot/support/scripts/pycompile.py usr/lib/python2.7 Compiling usr/lib/python2.7/site-packages/autobahn/xbr/_buyer.py ... File "usr/lib/python2.7/site-packages/autobahn/xbr/_buyer.py", line 195 async def stop(self): ^ SyntaxError: invalid syntax Compiling usr/lib/python2.7/site-packages/autobahn/xbr/_interfaces.py ... File "usr/lib/python2.7/site-packages/autobahn/xbr/_interfaces.py", line 141 async def start(self, session): ^ SyntaxError: invalid syntax Compiling usr/lib/python2.7/site-packages/autobahn/xbr/_seller.py ... File "usr/lib/python2.7/site-packages/autobahn/xbr/_seller.py", line 447 async def balance(self): ^ SyntaxError: invalid syntax find /home/buildroot/build/instance-3/output-1/target/usr/lib/python2.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/buildroot/build/instance-3/output-1/target/usr/lib/python2.7 -name '*.pyo' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/buildroot/build/instance-3/output-1/target/etc echo "buildroot" > /home/buildroot/build/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/build/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/build/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/build/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/build/instance-3/output-1/target/etc/shadow rm -f /home/buildroot/build/instance-3/output-1/target/bin/sh rm -f /home/buildroot/build/instance-3/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/build/instance-3/output-1/build/locales.nopurge; done for dir in /home/buildroot/build/instance-3/output-1/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/build/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/build/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/build/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/build/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/build/instance-3/output-1/target/usr/include /home/buildroot/build/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/build/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/build/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/build/instance-3/output-1/target/usr/lib/cmake /home/buildroot/build/instance-3/output-1/target/usr/share/cmake find /home/buildroot/build/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-3/output-1/target/lib/ /home/buildroot/build/instance-3/output-1/target/usr/lib/ /home/buildroot/build/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/build/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/build/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/build/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/build/instance-3/output-1/target/usr/man /home/buildroot/build/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/build/instance-3/output-1/target/usr/info /home/buildroot/build/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/build/instance-3/output-1/target/usr/doc /home/buildroot/build/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/build/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/build/instance-3/output-1/target/usr/share 2>/dev/null || true find /home/buildroot/build/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/build/instance-3/output-1/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/build/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/build/instance-3/output-1/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/build/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/build/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/build/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.08-00005-g832f4d8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.08"; \ echo "PRETTY_NAME=\"Buildroot 2019.08\"" \ ) > /home/buildroot/build/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/build/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/build/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/build/instance-3/output-1/target/usr make: Leaving directory '/home/buildroot/build/instance-3/buildroot' make: Entering directory '/home/buildroot/build/instance-3/buildroot' >>> Buildroot 2019.08-00005-g832f4d8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton 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 >>> argp-standalone 1.3 Collecting legal info >>> atf 0.21 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> atk 2.33.3 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-meson 0.51.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.9.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.7.4 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.7 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 41.0.1 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.60.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.60.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> host-util-linux 2.34 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) >>> libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> util-linux 2.34 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) >>> ncurses 6.1 Collecting legal info README: OK (sha256: 3c7bc1dd475a5e5dcc7bdf13268a0313ff69e3765689444eb95b5893f61b3d1e) >>> host-ncurses 6.1 Collecting legal info README: OK (sha256: 3c7bc1dd475a5e5dcc7bdf13268a0313ff69e3765689444eb95b5893f61b3d1e) >>> python 2.7.16 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> expat 2.2.7 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python 2.7.16 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> openssl Collecting legal info >>> libopenssl 1.1.1c Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> atkmm 2.24.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> glibmm 2.60.0 Collecting legal info COPYING: OK (sha256: 3ea7fa7c5d9a3a113e950eca9cfb85107f096270d8e4dd99daa9d8abdebc60e7) COPYING.tools: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libsigc 2.10.0 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> busybox 1.31.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> iputils 20190709 Collecting legal info LICENSE: OK (sha256: b8ea785d12fa6a44916601104dd746216957e93f13a26d3eb858b3b5a4ad66ab) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-nfs-utils 1.3.4 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> chrony 3.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cups 2.2.11 Collecting legal info LICENSE.txt: OK (sha256: 6e0e0ffbde118aae709f7ef65590de9071e8b2cd322f84fd645c6b64f3cc452c) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-python-setuptools 41.0.1 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> daq 2.0.6 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> host-bison 3.4.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dmalloc 5.5.2 Collecting legal info ERROR: No hash found for dmalloc.h.1 >>> host-dos2unix 7.4.0 Collecting legal info COPYING.txt: OK (sha256: 49224e841621b52a72aa38d8ac895a396cd3fa1395190bdfc9252378001eb3c0) >>> dstat 0.7.3 Collecting legal info ERROR: No hash found for COPYING >>> dvdauthor 0.7.2 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.10.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> fbgrab 1.3 Collecting legal info ERROR: No hash found for COPYING >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info ERROR: No hash found for COPYING >>> libfcgi 2.4.0 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> flatbuffers v1.11.0 Collecting legal info LICENSE.txt: OK (sha256: 7ec9661a8afafab1eee3523d6f1a193eff76314a5ab10b4ce96aefd87621b0c3) >>> host-cmake 3.8.2 Collecting legal info Copyright.txt: OK (sha256: af3030e1bf1af2f534430fdfe3cfc5a617966648a2a7f0c06a631adc92be1e5f) >>> freerdp 2.0.0-rc4 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-genpart 1.0.2 Collecting legal info >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gssdp 1.0.3 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsoup 2.62.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.44 Collecting legal info README: OK (sha256: a008c782e078102720266824c1e87875bafbf25ffae4b173dc135f9a4e1c672e) >>> sqlite 3290000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp 1.0.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> gutenprint 5.2.14 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-gutenprint 5.2.14 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-imx-mkimage rel_imx_4.14.78_1.0.0_ga Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> jhead 3.03 Collecting legal info readme.txt: OK (sha256: 46c870a208305489eea862ec8b05b030ba1f06d99195f660dc0ba541cc38d82b) >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> lbreakout2 2.6.5 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libbson 1.9.4 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libmaxminddb 1.3.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmpdclient 2.16 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libphidget 2.1.8.20170607 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libraw 0.19.2 Collecting legal info LICENSE.LGPL: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) LICENSE.CDDL: OK (sha256: 0e3098d2d54a12434715f6679ea408d57da5e8d613c385c58ecc6fe5d30cc81f) README.md: OK (sha256: eee0055723d3483ef3ee7920e2178177b14a334c2a622be4101bcfb05d21407e) >>> libsrtp 2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libv4l 1.16.5 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 34229b5aadfb768d0d083987cba54203a920904a3ec8320823c6125b9831acd1) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> nilfs-utils 2.2.7 Collecting legal info COPYING: OK (sha512: 4fc92d3998910acb108f81b1aee70a55a572b661a2766d0e57a55e48e2b737eea41415356cbd62593f26aec5797ab9fbb40211d7782b5834b4855ff1ce6ad5f7) >>> ntfs-3g 2017.3.23 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> odhcploc 20111021 Collecting legal info ERROR: No hash found for COPYING >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.11 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> parted 3.2 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phidgetwebservice 2.1.8.20170607 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> proj 5.0.1 Collecting legal info COPYING: OK (sha256: 2dcac4af6990093ef48b896bfb81452d46a31b08d46cce34b27e83f93b2e37f6) >>> pugixml 1.9 Collecting legal info readme.txt: OK (sha256: 5f2318fdea73711b4761fd395462a51dc7d4626088ebaa41732b598821ac935a) >>> python-asn1crypto 0.24.0 Collecting legal info LICENSE: OK (sha256: 7871ddf1918d53fd549943aad007cd4ad674b0e1da732a9aea4a79e1436d1eb5) >>> python-autobahn 19.8.1 Collecting legal info LICENSE: OK (sha256: 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef) >>> python-cffi 1.12.3 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-chardet 3.0.4 Collecting legal info ERROR: No hash found for LICENSE >>> python-click 7.0 Collecting legal info LICENSE.rst: OK (sha256: e212319faefa4f459c8ac937fdc8557040a3cab8af29366ca2a48d239025225c) >>> python-constantly 15.1.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-cryptography 2.7 Collecting legal info LICENSE: OK (sha256: 35452b557fab0efb1e80d7edb9c4e5118b9384082adaa051dde342102cb9de8d) LICENSE.APACHE: OK (sha256: aac73b3148f6d1d7111dbca32099f68d26c644c6813ae1e4f05f6579aa2663fe) LICENSE.BSD: OK (sha256: 602c4c7482de6479dd2e9793cda275e5e63d773dacd1eca689232ab7008fb4fb) >>> host-python-cffi 1.12.3 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-dicttoxml 1.7.4 Collecting legal info ERROR: No hash found for LICENCE.txt >>> python-enum34 1.1.6 Collecting legal info ERROR: No hash found for enum/LICENSE >>> python-flask 1.0.2 Collecting legal info LICENSE: OK (sha256: ce2117037008b9a8949f5a9ee1c7755f10844964d8ae4e138cded06f4e89de5f) >>> python-h2 3.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> python-hpack 3.0.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-html5lib 1.0b10 Collecting legal info ERROR: No hash found for LICENSE >>> python-hyperframe 5.1.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-idna 2.8 Collecting legal info LICENSE.rst: OK (sha256: 0d4bc7abd48dcfb14e24254ee404066737ff0167144e222914a2113b8794683e) >>> python-incremental 17.5.0 Collecting legal info LICENSE: OK (sha256: d043bc8899b4695de1f4511d8f507b927e11723b981ce600fa3ef7b73954afa5) >>> python-ipaddress 1.0.22 Collecting legal info LICENSE: OK (sha256: 38675419eb4a79ec616396d70f1254b3a433fb7088fb3f4cc9b6c0bcdcec6162) >>> python-itsdangerous 1.1.0 Collecting legal info LICENSE.rst: OK (sha256: feb28bfa348d816b0e7dbaeddf18499ee7e8007c67813db8d6ab37c65e046cd4) >>> python-jinja2 2.10.1 Collecting legal info LICENSE: OK (sha256: 26fcd436fdc8a39d44896ac03e6f1dfd25e38499c48f20d8bc1dd3bf0aaa8a5b) >>> python-markupsafe 1.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> python-ply 3.11 Collecting legal info README.md: OK (sha256: 1095b93b81d2043c5c55e0859875b416f75edb6d5eccb4bf2ace1b5445d1c84f) >>> python-priority 1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-pyasn1 0.4.6 Collecting legal info LICENSE.rst: OK (sha256: 22c5cc6922ab5d69fba32d8c5ee4cdd14981508cb53afc0ebd85593847fd95a5) >>> python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-pycryptodomex 3.7.1 Collecting legal info LICENSE.rst: OK (sha256: d1af3fab2ef8cc53b6c7f48bdeb178ac874b04faf4ba0159a96b6109f1d393e2) Doc/LEGAL/COPYRIGHT.pycrypto: OK (sha256: 8e563c767164faa0831a333b57d23d4311cf566eb1b15d93250f4606be4eb549) >>> python-pyparted 3.11.0 Collecting legal info ERROR: No hash found for COPYING >>> python-pysmi 0.3.3 Collecting legal info LICENSE.rst: OK (sha256: c43704eafcfa2bc33e56168f2b498c3c34a1d7865855626a52b5af411fc5837f) >>> python-pysnmp-mibs 0.1.6 Collecting legal info ERROR: No hash found for LICENSE.txt >>> python-pysnmp 4.4.6 Collecting legal info LICENSE.rst: OK (sha256: 4781cdf5b05a40b8c36f2e71e248dac621762bc8e8482fa5fddab5053e2cdace) >>> python-request-id 0.3.1 Collecting legal info LICENSE.txt: OK (sha256: 2d65d17b4df34f184557b8031df05e4c264d2fa6b82e560be074967eff3b326c) >>> python-semver 2.8.1 Collecting legal info >>> python-setuptools 41.0.1 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-six 1.12.0 Collecting legal info LICENSE: OK (sha256: e732f54da58f3e9cf0c48e8b512948936fcf7361bd58afa63a9a3c392bf794ad) >>> python-txaio 18.8.1 Collecting legal info LICENSE: OK (sha256: 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef) >>> python-webob 1.8.1 Collecting legal info docs/license.txt: OK (sha256: 27bc4919e7e9e6b6cda40644517ca74d32203e32fba89ef832aba1ed93e457b3) >>> python-werkzeug 0.15.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> python-ws4py 0.4.2 Collecting legal info ERROR: No hash found for ws4py/__init__.py >>> rpcbind 0.2.3 Collecting legal info ERROR: No hash found for COPYING >>> rt-tests 1.0 Collecting legal info ERROR: No hash found for COPYING >>> sdl_gfx 2.0.23 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE >>> sngrep 1.4.6 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> spandsp 20180108 Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.0.10 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> spidev_test v4.10 Collecting legal info >>> sudo 1.8.27 Collecting legal info doc/LICENSE: OK (sha256: e0e7990185834e9f08f3e922905d7bfaf998d13be668c6026d2586b1718210ba) >>> tcpdump 4.9.2 Collecting legal info LICENSE: OK (sha256: 9b03d5d13e66d6de02a4bb2d0dd1cb9f41808d045962cdcc42350d5291b141a1) >>> tcpreplay 4.3.2 Collecting legal info docs/LICENSE: OK (sha256: 5971b0c544622f4b210a9cc56436a970685d3b0666e373c09e3cf9304db15d05) >>> ustr 1.0.4 Collecting legal info LICENSE: OK (sha256: d90681590c012d4bdb2ee98752a6638bbccb4be7a1f1753e9fce86bbb291dc24) LICENSE_BSD: OK (sha256: 2a52acaf526a89bb2da713d38328d5fb2e19b1227a14181d4a37c7c188bb05f9) LICENSE_LGPL: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) LICENSE_MIT: OK (sha256: d7b9a61065e7c63e4854644779d69098b988a3e3d6ef804d41da5f18b69b2fb9) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1c Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> vlc 3.0.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> wiringpi 2.46 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> xinetd 2-3-15 Collecting legal info ERROR: No hash found for COPYRIGHT >>> zbar 0.22 Collecting legal info LICENSE: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> zeromq 4.3.2 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> zmqpp 4.2.0 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: python-semver-2.8.1: cannot save license (PYTHON_SEMVER_LICENSE_FILES not defined) WARNING: spidev_test-v4.10: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/buildroot/build/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/build/instance-3/buildroot'