make[4]: Entering directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23/zbar' make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libzbar.la '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libzbar.so.0.3.0 /home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libzbar.so.0.3.0 libtool: install: (cd /home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libzbar.so.0.3.0 libzbar.so.0 || { rm -f libzbar.so.0 && ln -s libzbar.so.0.3.0 libzbar.so.0; }; }) libtool: install: (cd /home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libzbar.so.0.3.0 libzbar.so || { rm -f libzbar.so && ln -s libzbar.so.0.3.0 libzbar.so; }; }) libtool: install: /usr/bin/install -c .libs/libzbar.lai /home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libzbar.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23/zbar' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23/zbar' Making install in . make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' make[4]: Entering directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c zbarcam/zbarcam '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /usr/bin/install -c zbarcam/zbarcam /home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/bin/zbarcam /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/etc/dbus-1/system.d' /usr/bin/install -c -m 644 ./dbus/org.linuxtv.Zbar.conf '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/etc/dbus-1/system.d' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/share/doc/zbar' /usr/bin/install -c -m 644 COPYING HACKING.md INSTALL.md LICENSE.md NEWS.md README.md TODO.md '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/share/doc/zbar' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include' /usr/bin/install -c -m 644 include/zbar.h '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 zbar.pc '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/zbar' /usr/bin/install -c -m 644 include/zbar/Scanner.h include/zbar/Decoder.h include/zbar/Exception.h include/zbar/Symbol.h include/zbar/Image.h include/zbar/ImageScanner.h include/zbar/Video.h include/zbar/Window.h include/zbar/Processor.h '/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/zbar' make[4]: Leaving directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' >>> zbar 0.23 Fixing libtool files for la in $(find /home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/naourr/work/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/home/naourr/work/instance-1/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/naourr/work/instance-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/naourr/work/instance-1/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 >>> zbar 0.23 Installing to target PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output-1/target install -C /home/naourr/work/instance-1/output-1/build/zbar-0.23/ make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' /usr/bin/make install-recursive make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' Making install in zbar make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23/zbar' make[4]: Entering directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23/zbar' make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libzbar.la '/home/naourr/work/instance-1/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libzbar.so.0.3.0 /home/naourr/work/instance-1/output-1/target/usr/lib/libzbar.so.0.3.0 libtool: install: (cd /home/naourr/work/instance-1/output-1/target/usr/lib && { ln -s -f libzbar.so.0.3.0 libzbar.so.0 || { rm -f libzbar.so.0 && ln -s libzbar.so.0.3.0 libzbar.so.0; }; }) libtool: install: (cd /home/naourr/work/instance-1/output-1/target/usr/lib && { ln -s -f libzbar.so.0.3.0 libzbar.so || { rm -f libzbar.so && ln -s libzbar.so.0.3.0 libzbar.so; }; }) libtool: install: /usr/bin/install -c .libs/libzbar.lai /home/naourr/work/instance-1/output-1/target/usr/lib/libzbar.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23/zbar' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23/zbar' Making install in . make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' make[4]: Entering directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c zbarcam/zbarcam '/home/naourr/work/instance-1/output-1/target/usr/bin' libtool: install: /usr/bin/install -c zbarcam/zbarcam /home/naourr/work/instance-1/output-1/target/usr/bin/zbarcam /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/etc/dbus-1/system.d' /usr/bin/install -c -m 644 ./dbus/org.linuxtv.Zbar.conf '/home/naourr/work/instance-1/output-1/target/etc/dbus-1/system.d' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/share/doc/zbar' /usr/bin/install -c -m 644 COPYING HACKING.md INSTALL.md LICENSE.md NEWS.md README.md TODO.md '/home/naourr/work/instance-1/output-1/target/usr/share/doc/zbar' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/include' /usr/bin/install -c -m 644 include/zbar.h '/home/naourr/work/instance-1/output-1/target/usr/include' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 zbar.pc '/home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/include/zbar' /usr/bin/install -c -m 644 include/zbar/Scanner.h include/zbar/Decoder.h include/zbar/Exception.h include/zbar/Symbol.h include/zbar/Image.h include/zbar/ImageScanner.h include/zbar/Video.h include/zbar/Window.h include/zbar/Processor.h '/home/naourr/work/instance-1/output-1/target/usr/include/zbar' make[4]: Leaving directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/zbar-0.23' zd1211-firmware-1.4.tar.bz2: OK (sha256: 866308f6f59f7075f075d4959dff2ede47735c751251fecd1496df1ba4d338e1) >>> zd1211-firmware 1.4 Extracting bzcat /home/naourr/work/instance-1/dl/zd1211-firmware/zd1211-firmware-1.4.tar.bz2 | /home/naourr/work/instance-1/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output-1/build/zd1211-firmware-1.4 -xf - >>> zd1211-firmware 1.4 Patching >>> zd1211-firmware 1.4 Configuring >>> zd1211-firmware 1.4 Building >>> zd1211-firmware 1.4 Installing to target /usr/bin/install -d -m 0755 /home/naourr/work/instance-1/output-1/target/lib/firmware/zd1211/ cp -dpf /home/naourr/work/instance-1/output-1/build/zd1211-firmware-1.4/zd1211*{ub,uphr,ur} /home/naourr/work/instance-1/output-1/target/lib/firmware/zd1211 >>> Finalizing host directory >>> Finalizing target directory rm -f /home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-1/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-1/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output-1/target/etc/shadow rm -f /home/naourr/work/instance-1/output-1/target/bin/sh rm -f /home/naourr/work/instance-1/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-1/output-1/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output-1/target/usr/include /home/naourr/work/instance-1/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output-1/target/usr/lib/cmake /home/naourr/work/instance-1/output-1/target/usr/share/cmake \ /home/naourr/work/instance-1/output-1/target/usr/doc find /home/naourr/work/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output-1/target/lib/ /home/naourr/work/instance-1/output-1/target/usr/lib/ /home/naourr/work/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output-1/target/usr/man /home/naourr/work/instance-1/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-1/output-1/target/usr/info /home/naourr/work/instance-1/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-1/output-1/target/usr/doc /home/naourr/work/instance-1/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/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/naourr/work/instance-1/output-1/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-1/output-1/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-1/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/naourr/work/instance-1/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/naourr/work/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-git-06043-g9cd4f03b8e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-git\"" \ ) > /home/naourr/work/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-1/output-1/per-package /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-1/output-1/target/usr cat /home/naourr/work/instance-1/output-1/build/aespipe-2.4f/.files-list.txt /home/naourr/work/instance-1/output-1/build/apitrace-9.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/argp-standalone-1.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/armadillo-9.850.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/atk-2.33.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/autofs-5.1.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/bearssl-0.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/binutils-2.32/.files-list.txt /home/naourr/work/instance-1/output-1/build/bluez5_utils-5.52/.files-list.txt /home/naourr/work/instance-1/output-1/build/botan-2.13.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/bwm-ng-0.6.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/clapack-3.2.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/cwiid-fadf11e89b579bcc0336a0692ac15c93785f3f82/.files-list.txt /home/naourr/work/instance-1/output-1/build/daq-2.0.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/dbus-1.12.16/.files-list.txt /home/naourr/work/instance-1/output-1/build/duktape-2.5.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/dvbsnoop-1.4.50/.files-list.txt /home/naourr/work/instance-1/output-1/build/easy-rsa-3.0.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/ecryptfs-utils-111/.files-list.txt /home/naourr/work/instance-1/output-1/build/erlang-22.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/erlang-p1-utils-1.0.16/.files-list.txt /home/naourr/work/instance-1/output-1/build/espeak-1.48.04/.files-list.txt /home/naourr/work/instance-1/output-1/build/eudev-3.2.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/f2fs-tools-1.13.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/faad2-2.9.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/flann-1.9.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/flex-2.6.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/freetype-2.10.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/getent/.files-list.txt /home/naourr/work/instance-1/output-1/build/gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list.txt /home/naourr/work/instance-1/output-1/build/gettext/.files-list.txt /home/naourr/work/instance-1/output-1/build/git-2.24.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/git-crypt-0.6.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/ifplugd-0.28/.files-list.txt /home/naourr/work/instance-1/output-1/build/ipsec-tools-0.8.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/irssi-1.0.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/jpeg-turbo-2.0.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-1/output-1/build/keyutils-1.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/kmod-27/.files-list.txt /home/naourr/work/instance-1/output-1/build/latencytop-0.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/lcdproc-0.5.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/lcms2-2.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/leafnode2-2.0.0.alpha20140727b/.files-list.txt /home/naourr/work/instance-1/output-1/build/less-551/.files-list.txt /home/naourr/work/instance-1/output-1/build/libdaemon-0.14/.files-list.txt /home/naourr/work/instance-1/output-1/build/libevent-2.1.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libglib2-2.64.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libgsasl-1.8.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libite-2.1.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/liblo-0.30/.files-list.txt /home/naourr/work/instance-1/output-1/build/libmnl-1.0.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libmspack-0.10.1alpha/.files-list.txt /home/naourr/work/instance-1/output-1/build/libnetfilter_acct-1.0.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libnfc-1.7.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libnpth-1.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/libnss-3.50/.files-list.txt /home/naourr/work/instance-1/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libopenssl-1.1.1d/.files-list.txt /home/naourr/work/instance-1/output-1/build/liboping-1.10.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libosip2-5.1.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libpng-1.6.37/.files-list.txt /home/naourr/work/instance-1/output-1/build/libqrencode-4.0.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsigrok-0.5.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsocketcan-0.0.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsoundtouch-010a91a59071c7fefd316fca62c0d980ec85b4b1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libtirpc-1.2.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/libv4l-1.18.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libvips-8.8.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libvorbis-1.3.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/libvpx-1.8.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/libzip-1.5.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/links-2.20.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/lldpd-1.0.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/mfoc-0.10.7/.files-list.txt /home/naourr/work/instance-1/output-1/build/micropython-1.12/.files-list.txt /home/naourr/work/instance-1/output-1/build/mtd-2.1.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/mtdev-1.1.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/mtdev2tuio-e1e7378d86abe751158e743586133022f32fa4d1/.files-list.txt /home/naourr/work/instance-1/output-1/build/musl-fts-1.2.7/.files-list.txt /home/naourr/work/instance-1/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/nfacct-1.0.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/numactl-2.0.13/.files-list.txt /home/naourr/work/instance-1/output-1/build/openntpd-6.2p3/.files-list.txt /home/naourr/work/instance-1/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-1/output-1/build/pax-utils-1.2.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-none/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-1/output-1/build/socat-1.7.3.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/sqlite-3300100/.files-list.txt /home/naourr/work/instance-1/output-1/build/tini-0.18.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/tinyalsa-1.1.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-1/output-1/build/tslib-1.21/.files-list.txt /home/naourr/work/instance-1/output-1/build/tunctl-1.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/udev/.files-list.txt /home/naourr/work/instance-1/output-1/build/umtprd-1.0.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/util-linux-2.35.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/vmtouch-1.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/xorriso-1.5.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/yaml-cpp-0.6.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/zbar-0.23/.files-list.txt /home/naourr/work/instance-1/output-1/build/zd1211-firmware-1.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/zlib/.files-list.txt > \ /home/naourr/work/instance-1/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-1/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-bzip2-1.0.8/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-checksec-2.1.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-elfutils-0.177/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-erlang-22.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-erlang-rebar-2.6.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gperf-3.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-intltool-0.51.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-jsmin-1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libglib2-2.64.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libopenssl-1.1.1d/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libtirpc-1.2.5/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libxml-parser-perl-2.46/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-lttng-babeltrace-1.5.7/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-meson-0.53.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-nasm-2.14.02/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-nfs-utils-2.4.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-openssl/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-popt-1.16/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python-2.7.17/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python3-3.8.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python3-setuptools-41.4.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-xz-5.2.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-zlib/.files-list-host.txt > \ /home/naourr/work/instance-1/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-1/output-1/build/argp-standalone-1.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/armadillo-9.850.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/atk-2.33.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bearssl-0.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/binutils-2.32/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bluez5_utils-5.52/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/botan-2.13.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/cereal-1.3.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/clapack-3.2.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/cwiid-fadf11e89b579bcc0336a0692ac15c93785f3f82/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/daq-2.0.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/dbus-1.12.16/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/duktape-2.5.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/erlang-22.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/erlang-p1-utils-1.0.16/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/eudev-3.2.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/f2fs-tools-1.13.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/faad2-2.9.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/flann-1.9.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/freetype-2.10.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ipsec-tools-0.8.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/jpeg-turbo-2.0.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/keyutils-1.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/kmod-27/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lcms2-2.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libdaemon-0.14/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libevent-2.1.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libglib2-2.64.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libgsasl-1.8.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libite-2.1.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/liblo-0.30/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libmnl-1.0.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libmspack-0.10.1alpha/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libnetfilter_acct-1.0.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libnfc-1.7.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libnpth-1.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libnss-3.50/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libopenssl-1.1.1d/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/liboping-1.10.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libosip2-5.1.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libpng-1.6.37/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libqrencode-4.0.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsigrok-0.5.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsocketcan-0.0.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsoundtouch-010a91a59071c7fefd316fca62c0d980ec85b4b1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libtirpc-1.2.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libv4l-1.18.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libvips-8.8.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libvorbis-1.3.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libvpx-1.8.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libzip-1.5.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/linux-syscall-support-3f6478ac95edf86cd3da300c2c0d34a438f5dbeb/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/mfoc-0.10.7/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/mtd-2.1.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/mtdev-1.1.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/musl-fts-1.2.7/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/numactl-2.0.13/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/sqlite-3300100/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/tinyalsa-1.1.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/tslib-1.21/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/util-linux-2.35.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/yaml-cpp-0.6.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/zbar-0.23/.files-list-staging.txt > \ /home/naourr/work/instance-1/output-1/build/packages-file-list-staging.txt ln -snf /home/naourr/work/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot /home/naourr/work/instance-1/output-1/staging make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2020.05-git-06043-g9cd4f03b8e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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 >>> aespipe 2.4f Collecting legal info >>> apitrace 9.0 Collecting legal info LICENSE: OK (sha256: 7066bb1b787519c42f8278b77757c21de522cd97755cb30a22759ac401c62260) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> 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) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> argp-standalone 1.3 Collecting legal info >>> armadillo 9.850.1 Collecting legal info LICENSE.txt: OK (sha256: 3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5) >>> clapack 3.2.1 Collecting legal info F2CLIBS/libf2c/Notice: OK (sha256: 44561c447e91203ddc747beeca5cc2794d95ee982c17c578670e4f0408bc3904) COPYING: OK (sha256: 23014869214a231525b38c39fdb5f82364fa24154ac80fdcab2a79671460fd09) >>> atk 2.33.3 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-meson 0.53.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.64.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) 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 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) 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 COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> autofs 5.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYRIGHT: OK (sha256: 2ac2e352a92629e3abcdddbd3eeec64e7c2f5b58b6e819ff2c1444fb6e249fa3) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-nfs-utils 2.4.3 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.2.5 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libtirpc 1.2.5 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> binutils 2.32 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> bluez5_utils 5.52 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.12.16 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> udev Collecting legal info >>> eudev 3.2.9 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 27 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> botan 2.13.0 Collecting legal info license.txt: OK (sha256: fb7f0322d36fba55ca17d77bc203a9f09a40daa8a249b75cf8887aba36cec9d0) >>> openssl Collecting legal info >>> libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> sqlite 3300100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> bwm-ng 0.6.2 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> cereal 1.3.0 Collecting legal info LICENSE: OK (sha256: 18fd7618c44c9fe28b5f54cd19747df3c0472ed33e8507fea571e2acf6e72f34) include/cereal/external/base64.hpp: OK (sha256: d9e523e8736ac0c68064c7ad312a222f285e82bf6c96a1b1c2cadaffff9fc64f) include/cereal/external/rapidjson/rapidjson.h: OK (sha256: 7fb69c707f0ed3a8b59b8f949f0928a9cc06d67bc15d599094693703ff70ea26) include/cereal/external/rapidxml/license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> host-checksec 2.1.0 Collecting legal info LICENSE.txt: OK (sha256: c5e2a8e188040fc34eb9362084778a2e25f8d1f888e47a2be09efa7cecd9c70d) >>> cwiid fadf11e89b579bcc0336a0692ac15c93785f3f82 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> daq 2.0.6 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> duktape 2.5.0 Collecting legal info LICENSE.txt: OK (sha256: 5b42d02dbd084fd6d7e61d93f52e02b596f25400e54e0f86d5780045e5b754c8) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> easy-rsa 3.0.6 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> ecryptfs-utils 111 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> keyutils 1.6 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> libnss 3.50 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> libnspr 4.25 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> erlang-p1-utils 1.0.16 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> erlang 22.2 Collecting legal info LICENSE.txt: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> host-erlang 22.2 Collecting legal info LICENSE.txt: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-erlang-rebar 2.6.4 Collecting legal info LICENSE: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> espeak 1.48.04 Collecting legal info License.txt: OK (sha256: 0bbca7a0ad5da4a6b0677f90d17817984edce7e42d300cae94ae93e4ccba9df7) >>> f2fs-tools 1.13.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> faad2 2.9.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> flann 1.9.1 Collecting legal info COPYING: OK (sha256: 3993f339cc56506c62aa1eb2fb76f240ee93b738d857832899c1e207b1dc069a) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> getent Collecting legal info >>> gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) >>> gettext Collecting legal info >>> git-crypt 0.6.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) parse_options.hpp: OK (sha256: 506657e7a381165550e6c33e35b3b03bbef3e1feb68ba5529e264bd75ed2dc64) >>> git 2.24.1 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> ipsec-tools 0.8.2 Collecting legal info src/setkey/setkey.c: OK (sha256: 3f4af4aef0b2599928bee9875935b8fad8449ddbb98ea7da74c20c3dff5cdef7) >>> irssi 1.0.8 Collecting legal info COPYING: OK (sha256: a1a27cb2ecee8d5378fbb3562f577104a445d6d66fee89286e16758305e63e2b) >>> jpeg-turbo 2.0.4 Collecting legal info LICENSE.md: OK (sha256: 69e570a251515ced17d4492256d57c89db77ed949652f88a44c80c1ca9607920) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> host-nasm 2.14.02 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> jpeg Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> latencytop 0.5 Collecting legal info latencytop.c: OK (sha256: 34d1db30ab21eaedb2c191b2787632a960090a0c63da9f5b481d84b23b98c438) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> lcms2 2.9 Collecting legal info COPYING: OK (sha256: c725daac91a9259ce5e195683c0eeb797d345035c36ac5ba114c9fa80e11639a) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> less 551 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libevent 2.1.11 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgsasl 1.8.0 Collecting legal info README: OK (sha256: 4eb54155afd4684d7e9423f6037e5cc887ae4d8818e83d3af93350ebd4a8e6eb) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libite 2.1.2 Collecting legal info LICENSE: OK (sha256: dc6eae50f69af0e848fd6957cdf48895563b4d15fdde7c9d20ae2bfdefbc2b83) src/chomp.c: OK (sha256: 89053891d46d04a21d4a492f68038703e179986baffa458201810f4222b57427) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> liblo 0.30 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfc 1.7.1 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libosip2 5.1.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libqrencode 4.0.2 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsigrok 0.5.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libzip 1.5.2 Collecting legal info LICENSE: OK (sha256: 04464e729973cf58189051e7a3e8bca2acce9a1058c735e9e2eb1fdbe0fbbf50) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> libsocketcan 0.0.11 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsoundtouch 010a91a59071c7fefd316fca62c0d980ec85b4b1 Collecting legal info COPYING.TXT: OK (sha256: 9c6a15d7433078e4c0d3cb9820f172bbf0bf829e7648d719dc85c1429815519b) >>> libv4l 1.18.0 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 34229b5aadfb768d0d083987cba54203a920904a3ec8320823c6125b9831acd1) >>> libvips 8.8.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libvpx 1.8.2 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> links 2.20.2 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> linux-syscall-support 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb Collecting legal info linux_syscall_support.h: OK (sha256: 4c1fc9acc9f3867e5c81b5d5f57c52fb9a932662bd4e2e5e43b3fe95390035f5) >>> lldpd 1.0.4 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.177 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.4 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> micropython 1.12 Collecting legal info LICENSE: OK (sha256: afde3432122205e8e08d615fcb920aca58631c52b6c0c01813854287a457b298) >>> mtd 2.1.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mtdev 1.1.5 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> mtdev2tuio e1e7378d86abe751158e743586133022f32fa4d1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> numactl 2.0.13 Collecting legal info README.md: OK (sha256: e2b738b1303c088421b09933a78c1326fe43692e2c05a7c510a2eb7e7a8eb575) >>> openntpd 6.2p3 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-python 2.7.17 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> socat 1.7.3.4 Collecting legal info README: OK (sha256: 4846488cea98a2905dc75b7aa5eea721568e372447efe06b85bd896ee8c54f10) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> tini 0.18.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tinyalsa 1.1.1 Collecting legal info NOTICE: OK (sha256: ca2b89a68c33fba3c8bcaec96f32907e2ede0eb33688ae61d29ec49732158f6d) >>> tslib 1.21 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> umtprd 1.0.0 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> xorriso 1.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> yaml-cpp 0.6.3 Collecting legal info LICENSE: OK (sha256: aa6fcc27be034e41e21dd832f9175bfe694a48491d9e14ff0fa278e19ad14f1b) >>> zbar 0.23 Collecting legal info LICENSE.md: OK (sha256: 44260f9252c7fe38ba8dfb645330504f4a375e3a5e9dd7d5d6b9f04adb4952f1) >>> zd1211-firmware 1.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'