make[4]: Leaving directory '/home/naourr/work/instance-0/output-1/build/zziplib-0.13.69/arm-buildroot-uclinux-uclibcgnueabi/docs' make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/zziplib-0.13.69/arm-buildroot-uclinux-uclibcgnueabi/docs' make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/zziplib-0.13.69/arm-buildroot-uclinux-uclibcgnueabi' make[4]: Entering directory '/home/naourr/work/instance-0/output-1/build/zziplib-0.13.69/arm-buildroot-uclinux-uclibcgnueabi' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/naourr/work/instance-0/output-1/build/zziplib-0.13.69/arm-buildroot-uclinux-uclibcgnueabi' make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/zziplib-0.13.69/arm-buildroot-uclinux-uclibcgnueabi' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/zziplib-0.13.69/arm-buildroot-uclinux-uclibcgnueabi' make[1]: Leaving directory '/home/naourr/work/instance-0/output-1/build/zziplib-0.13.69' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/naourr/work/instance-0/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-0/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-0/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-0/output-1/target/etc/shadow rm -f /home/naourr/work/instance-0/output-1/target/bin/sh rm -f /home/naourr/work/instance-0/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-0/output-1/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-0/output-1/target/usr/include /home/naourr/work/instance-0/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-0/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-0/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-0/output-1/target/usr/lib/cmake /home/naourr/work/instance-0/output-1/target/usr/share/cmake \ /home/naourr/work/instance-0/output-1/target/usr/doc find /home/naourr/work/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-0/output-1/target/lib/ /home/naourr/work/instance-0/output-1/target/usr/lib/ /home/naourr/work/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-0/output-1/target/usr/man /home/naourr/work/instance-0/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-0/output-1/target/usr/info /home/naourr/work/instance-0/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-0/output-1/target/usr/doc /home/naourr/work/instance-0/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-0/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-0/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-0/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-0/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-git-06022-g469829d9c55"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-git\"" \ ) > /home/naourr/work/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-0/output-1/per-package /home/naourr/work/instance-0/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-0/output-1/target/usr cat /home/naourr/work/instance-0/output-1/build/aer-inject-9bd5e2c7886fca72f139cd8402488a2235957d41/.files-list.txt /home/naourr/work/instance-0/output-1/build/aoetools-37/.files-list.txt /home/naourr/work/instance-0/output-1/build/axel-2.17.7/.files-list.txt /home/naourr/work/instance-0/output-1/build/bmon-4.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/bullet-2.89/.files-list.txt /home/naourr/work/instance-0/output-1/build/ca-certificates-20190110/.files-list.txt /home/naourr/work/instance-0/output-1/build/cache-calibrator/.files-list.txt /home/naourr/work/instance-0/output-1/build/ccrypt-1.11/.files-list.txt /home/naourr/work/instance-0/output-1/build/cpuload-0.3/.files-list.txt /home/naourr/work/instance-0/output-1/build/ctorrent-dnh3.3.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/doom-wad-1.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/dvdauthor-0.7.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/ed-1.15/.files-list.txt /home/naourr/work/instance-0/output-1/build/ethtool-5.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/fbdump-0.4.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/fbv-1.0b/.files-list.txt /home/naourr/work/instance-0/output-1/build/fftw-single-3.3.8/.files-list.txt /home/naourr/work/instance-0/output-1/build/flashrom-1.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/flex-2.6.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/fontconfig-2.13.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/freeradius-client-1.1.7/.files-list.txt /home/naourr/work/instance-0/output-1/build/freetype-2.10.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/gd-2.2.5/.files-list.txt /home/naourr/work/instance-0/output-1/build/genpart-1.0.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list.txt /home/naourr/work/instance-0/output-1/build/gettext/.files-list.txt /home/naourr/work/instance-0/output-1/build/gflags-2.2.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/gptfdisk-1.0.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/gsl-2.5/.files-list.txt /home/naourr/work/instance-0/output-1/build/i2c-tools-4.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/iperf3-3.7/.files-list.txt /home/naourr/work/instance-0/output-1/build/iptables-1.8.3/.files-list.txt /home/naourr/work/instance-0/output-1/build/jansson-2.12/.files-list.txt /home/naourr/work/instance-0/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-0/output-1/build/lcdapi-0.11/.files-list.txt /home/naourr/work/instance-0/output-1/build/leptonica-1.78.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libao-1.2.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libarchive-3.4.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/libatomic_ops-7.6.10/.files-list.txt /home/naourr/work/instance-0/output-1/build/libcgi-1.3.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libcoap-4.2.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libconfuse-3.2.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/libcue-2.2.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libcurl-7.68.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libestr-0.1.11/.files-list.txt /home/naourr/work/instance-0/output-1/build/libevent-2.1.11/.files-list.txt /home/naourr/work/instance-0/output-1/build/libiio-0.19/.files-list.txt /home/naourr/work/instance-0/output-1/build/libjpeg-9d/.files-list.txt /home/naourr/work/instance-0/output-1/build/libjson-7.6.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libldns-1.7.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libllcp-05dfa8003433a7070bfd8ae02efdb0203bbf34aa/.files-list.txt /home/naourr/work/instance-0/output-1/build/libloki-0.1.7/.files-list.txt /home/naourr/work/instance-0/output-1/build/libmhash-0.9.9.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/libmnl-1.0.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/libmodplug-0.8.9.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libnetfilter_log-1.0.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libnetfilter_queue-1.0.3/.files-list.txt /home/naourr/work/instance-0/output-1/build/libnfc-1.7.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libnfnetlink-1.0.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libnftnl-1.1.5/.files-list.txt /home/naourr/work/instance-0/output-1/build/libnl-3.5.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/libopenssl-1.1.1d/.files-list.txt /home/naourr/work/instance-0/output-1/build/libopusenc-0.2.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libpcap-1.9.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libpciaccess-0.16/.files-list.txt /home/naourr/work/instance-0/output-1/build/libplist-2.1.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libpng-1.6.37/.files-list.txt /home/naourr/work/instance-0/output-1/build/libraw1394-2.1.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/libroxml-3.0.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/libseccomp-2.4.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libsndfile-1.0.28/.files-list.txt /home/naourr/work/instance-0/output-1/build/libspatialindex-1.9.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libsquish-1.15/.files-list.txt /home/naourr/work/instance-0/output-1/build/libsvgtiny-ea9d99fc8b231c22d06168135e181d61f4eb2f06/.files-list.txt /home/naourr/work/instance-0/output-1/build/libtasn1-4.14/.files-list.txt /home/naourr/work/instance-0/output-1/build/libtelnet-0.23/.files-list.txt /home/naourr/work/instance-0/output-1/build/libtorrent-0.13.8/.files-list.txt /home/naourr/work/instance-0/output-1/build/libucl-0.8.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libupnp18-1.8.6/.files-list.txt /home/naourr/work/instance-0/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-0/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-0/output-1/build/libxmlrpc-1.43.08/.files-list.txt /home/naourr/work/instance-0/output-1/build/libyaml-0.2.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-0/output-1/build/lsuio-0.2.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/minimodem-0.24/.files-list.txt /home/naourr/work/instance-0/output-1/build/modplugtools-0.5.3/.files-list.txt /home/naourr/work/instance-0/output-1/build/mosquitto-1.6.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/nano-4.7/.files-list.txt /home/naourr/work/instance-0/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/nvme-1.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/obsidian-cursors-1.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/oniguruma-6.9.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/openobex-1.7.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-0/output-1/build/opus-1.3.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/opus-tools-0.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/opusfile-0.11/.files-list.txt /home/naourr/work/instance-0/output-1/build/pciutils-3.5.5/.files-list.txt /home/naourr/work/instance-0/output-1/build/prboom-2.5.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/protobuf-c-1.3.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/ptpd2-2.3.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/readline-8.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/rtptools-1.22/.files-list.txt /home/naourr/work/instance-0/output-1/build/safeclib-08112019/.files-list.txt /home/naourr/work/instance-0/output-1/build/sdl-1.2.15/.files-list.txt /home/naourr/work/instance-0/output-1/build/sdl_mixer-1.2.12/.files-list.txt /home/naourr/work/instance-0/output-1/build/sdl_net-1.2.8/.files-list.txt /home/naourr/work/instance-0/output-1/build/sedutil-1.15.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-0/output-1/build/skeleton-init-none/.files-list.txt /home/naourr/work/instance-0/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-0/output-1/build/slirp-8c2da74c1385242f20799fec8c04f8378edc6550/.files-list.txt /home/naourr/work/instance-0/output-1/build/snappy-1.1.7/.files-list.txt /home/naourr/work/instance-0/output-1/build/speex-1.2.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/spi-tools-0.8.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/spidev_test-4.10/.files-list.txt /home/naourr/work/instance-0/output-1/build/sqlite-3300100/.files-list.txt /home/naourr/work/instance-0/output-1/build/sshguard-2.4.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/statserial-1.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/strace-5.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/ti-uim-a0236bc252e6484835ce266ae4a50b361f6a902d/.files-list.txt /home/naourr/work/instance-0/output-1/build/tiff-4.1.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/tinyxml2-7.1.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/tio-1.32/.files-list.txt /home/naourr/work/instance-0/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-0/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-0/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-0/output-1/build/tslib-1.21/.files-list.txt /home/naourr/work/instance-0/output-1/build/tunctl-1.5/.files-list.txt /home/naourr/work/instance-0/output-1/build/uhubctl-2.1.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/umtprd-1.0.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/unrar-5.8.3/.files-list.txt /home/naourr/work/instance-0/output-1/build/urg-0.8.18/.files-list.txt /home/naourr/work/instance-0/output-1/build/util-linux-2.35.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/wavemon-0.9.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/webp-1.1.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/wilink-bt-firmware-43fca73c6a98c63fcb98f82af5bf83761778e005/.files-list.txt /home/naourr/work/instance-0/output-1/build/zlib/.files-list.txt /home/naourr/work/instance-0/output-1/build/zziplib-0.13.69/.files-list.txt > \ /home/naourr/work/instance-0/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-0/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-btrfs-progs-5.2.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-checkpolicy-2.9/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-cramfs-1a1e65f2a049/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-cryptsetup-2.2.2/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-dfu-util-0.9/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-doxygen-1.8.17/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-dtc-1.5.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-genimage-12/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-gperf-3.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-imx-mkimage-rel_imx_4.14.98_2.0.0_ga/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-jimtcl-0.79/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-json-c-0.13.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libaio-0.3.111/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libconfuse-3.2.2/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libftdi-0.20/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libopenssl-1.1.1d/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libselinux-2.9/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libsepol-2.9/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libusb-1.0.23/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libusb-compat-0.1.5/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libxslt-1.1.34/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-lpc3250loader-1.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-lvm2-2.02.185/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-lzip-1.20/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-mxsldr-2793a657ab7a22487d21c1b020957806f8ae8383/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-netsurf-buildsystem-7574b41345968b5f7e9ca5875faccb1478ce0555/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-openocd-0.10.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-openssl/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-popt-1.16/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-protobuf-3.11.3/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-protobuf-c-1.3.2/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-python-2.7.17/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-python-lxml-4.5.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-python-setuptools-41.4.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-rcw-LSDK-18.12/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-swig-4.0.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-zlib/.files-list-host.txt > \ /home/naourr/work/instance-0/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-0/output-1/build/bullet-2.89/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/fftw-single-3.3.8/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/fontconfig-2.13.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/freeradius-client-1.1.7/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/freetype-2.10.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/gd-2.2.5/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/gflags-2.2.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/gsl-2.5/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/i2c-tools-4.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/iptables-1.8.3/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/jansson-2.12/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/jsmn-1.1.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/lcdapi-0.11/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/leptonica-1.78.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libao-1.2.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libarchive-3.4.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libatomic_ops-7.6.10/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libcgi-1.3.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libcoap-4.2.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libconfuse-3.2.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libcue-2.2.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libcurl-7.68.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libestr-0.1.11/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libevent-2.1.11/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libiio-0.19/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libjpeg-9d/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libjson-7.6.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libldns-1.7.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libllcp-05dfa8003433a7070bfd8ae02efdb0203bbf34aa/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libloki-0.1.7/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libmhash-0.9.9.9/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libmnl-1.0.4/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libmodplug-0.8.9.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libnetfilter_log-1.0.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libnetfilter_queue-1.0.3/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libnfc-1.7.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libnfnetlink-1.0.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libnftnl-1.1.5/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libnl-3.5.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libopenssl-1.1.1d/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libopusenc-0.2.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libpcap-1.9.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libpciaccess-0.16/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libplist-2.1.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libpng-1.6.37/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libraw1394-2.1.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libroxml-3.0.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libseccomp-2.4.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libsndfile-1.0.28/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libspatialindex-1.9.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libsquish-1.15/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libsvgtiny-ea9d99fc8b231c22d06168135e181d61f4eb2f06/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libtasn1-4.14/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libtelnet-0.23/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libtorrent-0.13.8/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libucl-0.8.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libupnp18-1.8.6/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libxmlrpc-1.43.08/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libyaml-0.2.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/mosquitto-1.6.9/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/oniguruma-6.9.4/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/openobex-1.7.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/opus-1.3.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/opusfile-0.11/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/pciutils-3.5.5/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/protobuf-c-1.3.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/readline-8.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/safeclib-08112019/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/sdl-1.2.15/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/sdl_mixer-1.2.12/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/sdl_net-1.2.8/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/slirp-8c2da74c1385242f20799fec8c04f8378edc6550/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/snappy-1.1.7/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/speex-1.2.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/sqlite-3300100/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/tiff-4.1.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/tinyxml2-7.1.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/tslib-1.21/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/urg-0.8.18/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/util-linux-2.35.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/webp-1.1.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/zziplib-0.13.69/.files-list-staging.txt > \ /home/naourr/work/instance-0/output-1/build/packages-file-list-staging.txt ln -snf /home/naourr/work/instance-0/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot /home/naourr/work/instance-0/output-1/staging make: Leaving directory '/home/naourr/work/instance-0/buildroot' make: Entering directory '/home/naourr/work/instance-0/buildroot' >>> Buildroot 2020.05-git-06022-g469829d9c55 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 >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> axel 2.17.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bmon 4.0 Collecting legal info LICENSE.BSD: OK (sha256: 59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991) LICENSE.MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-btrfs-progs 5.2.1 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) libbtrfsutil/COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bullet 2.89 Collecting legal info LICENSE.txt: OK (sha256: 885cd516a8420acb7c3e0b1a7119913b686495001ae564e3229740460e8cff59) >>> ca-certificates 20190110 Collecting legal info debian/copyright: OK (sha256: 80fd11117df5543d5cf17bfd951b0ead213f7867d0b09f09c6d5a5eca3ff7422) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-python 2.7.17 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> host-checkpolicy 2.9 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 2.9 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 2.9 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-swig 4.0.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-cramfs 1a1e65f2a049 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-cryptsetup 2.2.2 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.02.185 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> ctorrent dnh3.3.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-dfu-util 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> doom-wad 1.9 Collecting legal info >>> host-doxygen 1.8.17 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-dtc 1.5.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ed 1.15 Collecting legal info COPYING: OK (sha256: f03a12bef9dfb7281864a0dd965166d4f4ec7a66633df2bc72fa4363e57de02c) >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> ethtool 5.4 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flashrom 1.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pciutils 3.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> jpeg Collecting legal info >>> libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> tiff 4.1.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> webp 1.1.0 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> host-genimage 12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> genpart 1.0.2 Collecting legal info >>> gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) >>> gettext Collecting legal info >>> gflags 2.2.2 Collecting legal info COPYING.txt: OK (sha256: 90d1f3701813c3cd65eee2dc736746fe46b465918f3f7d6d31463a2018b33fa5) >>> gptfdisk 1.0.4 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> gsl 2.5 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> i2c-tools 4.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: b75b04b46320dff5e2b50a9c69b8e526b7db5087083ea3ba65533f08fc11b9f0) >>> host-imx-mkimage rel_imx_4.14.98_2.0.0_ga Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> iperf3 3.7 Collecting legal info LICENSE: OK (sha256: ee58f1e69139d39cfb055df15fe84453a379936dd45e44dbebf26c78afa3f5d4) >>> iptables 1.8.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> lcdapi 0.11 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> leptonica 1.78.0 Collecting legal info leptonica-license.txt: OK (sha256: ca0ac11c7c0acad9599d54990942cc11c9f6d9b569f1a360d774a628819c3518) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libarchive 3.4.2 Collecting legal info COPYING: OK (sha256: e1e3d4ba9d0b0ccba333b5f5539f7c6c9a3ef3d57a96cd165d2c45eaa1cd026d) >>> libatomic_ops 7.6.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libcoap 4.2.0 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: 3821a9f881344ad53c543c84675ad4b6a29e913ca500cfa160ab52e4e6965b15) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libcurl 7.68.0 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevent 2.1.11 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libiio 0.19 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libjson 7.6.1 Collecting legal info License.txt: OK (sha256: bd62d605bef39ab7ae39f6fa333ba513edb93cfcd56c9c966f1d34e31ff7c69b) >>> libldns 1.7.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.7.1 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libloki 0.1.7 Collecting legal info >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodplug 0.8.9.0 Collecting legal info COPYING: OK (sha256: 49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e) >>> libnetfilter_log 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.3 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnftnl 1.1.5 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libplist 2.1.0 Collecting legal info COPYING: OK (sha256: 7619c753cac95d4740220223bde48a032606fcaccde5e546f9bc444c81ab356d) COPYING: OK (sha256: 7619c753cac95d4740220223bde48a032606fcaccde5e546f9bc444c81ab356d) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libseccomp 2.4.1 Collecting legal info LICENSE: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libspatialindex 1.9.0 Collecting legal info COPYING: OK (sha256: b63ebfaca9d7ce582580f3e11acabc9d2e37c46ce234533f7fa8a6c7278898a0) >>> libsquish 1.15 Collecting legal info LICENSE.txt: OK (sha256: a6b8c383bf3ab28460d6507484d605dd722e03971606f0cd3032a3af682b63a5) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libtasn1 4.14 Collecting legal info LICENSE: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libtorrent 0.13.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libupnp18 1.8.6 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libxmlrpc 1.43.08 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> libyaml 0.2.2 Collecting legal info LICENSE: OK (sha256: a2adb9c959b797494a0ef80bdf60e22db2749ee3e0c0908556e3eb548f967c56) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> modplugtools 0.5.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mosquitto 1.6.9 Collecting legal info LICENSE.txt: OK (sha256: cc77e25bafd40637b7084f04086d606f0a200051b61806f97c93405926670bc1) epl-v10: OK (sha256: 3b9be6b894d0769de796e653571ff6cef494913c0ce78c35a97db939e7d9087c) edl-v10: OK (sha256: e8cf7d54ea46c19aba793983889b7f7425e1ebfcaaccec764a7db091646e203c) >>> host-mxsldr 2793a657ab7a22487d21c1b020957806f8ae8383 Collecting legal info WARNING: no hash file for COPYING >>> nano 4.7 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> nvme 1.9 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> obsidian-cursors 1.0 Collecting legal info >>> oniguruma 6.9.4 Collecting legal info COPYING: OK (sha256: ae266a1ad1c2ef50baf14a1a2993e926cd46d09c6cc8b0b3a8498e44da2746b8) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-openocd 0.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.79 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb-compat 0.1.5 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openpgm 5-2-122 Collecting legal info openpgm/pgm/LICENSE: OK (sha256: 4a7d4ec71fa60969399fd4caad64d5a3003fee2775445f271a5a36a8ae743a29) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.11 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> tslib 1.21 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> sdl_mixer 1.2.12 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 1.2.8 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> protobuf-c 1.3.2 Collecting legal info LICENSE: OK (sha256: 20e800cad4550f4b19bb37fc9577dac21de13333ae66497c4c45ae489c35c34a) >>> host-protobuf-c 1.3.2 Collecting legal info LICENSE: OK (sha256: 20e800cad4550f4b19bb37fc9577dac21de13333ae66497c4c45ae489c35c34a) >>> host-protobuf 3.11.3 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> host-python-lxml 4.5.0 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-rcw LSDK-18.12 Collecting legal info LICENSE: OK (sha256: a531b3146425e592db17a51ff39c4801cb01fb4055ffdaada0572decc0655bcd) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> safeclib 08112019 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> sedutil 1.15.1 Collecting legal info Common/LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> slirp 8c2da74c1385242f20799fec8c04f8378edc6550 Collecting legal info >>> snappy 1.1.7 Collecting legal info COPYING: OK (sha256: 55172044f7e241207117448a4d9d6ba1d0925c8ad66b5d4c08c70adfa9cc3de6) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> spi-tools 0.8.4 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> spidev_test 4.10 Collecting legal info >>> sqlite 3300100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sshguard 2.4.0 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> strace 5.4 Collecting legal info COPYING: OK (sha256: 739b2725197137a04ab48ee6b19da3fdf7e497249e0dedd9f51c11a570401ede) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tinyxml2 7.1.0 Collecting legal info readme.md: OK (sha256: beed3466425970b9d970e573947f1fe7d3cbe41ed7e2c39b0daf45f7de053c43) >>> tio 1.32 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uhubctl 2.1.0 Collecting legal info LICENSE: OK (sha256: 05d376f74b3b539e2758d2b8a4bef5b15e567350d19c8581b5344bf4ce84414a) >>> umtprd 1.0.0 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unrar 5.8.3 Collecting legal info license.txt: OK (sha256: 6ecc1687808b7d66b24f874755abfed7464d9751ed0001cd4e8e5d9bf397ff8a) >>> urg 0.8.18 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> wavemon 0.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> zziplib 0.13.69 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: doom-wad-1.9: cannot save license (DOOM_WAD_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: libloki-0.1.7: cannot save license (LIBLOKI_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: slirp-8c2da74c1385242f20799fec8c04f8378edc6550: cannot save license (SLIRP_LICENSE_FILES not defined) WARNING: spidev_test-4.10: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-0/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-0/buildroot'