compress/zstd_compress_literals.c:108:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 108 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2) : | ^~~~~~~ compress/zstd_compress_literals.c:112:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 112 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2); | ^~~~~~~ compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_literal': compress/zstd_compress_superblock.c:116:76: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 116 | if (repeat == HUF_repeat_check && !HUF_validateCTable((HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue)) { | ^~~~~~~ compress/zstd_compress_superblock.c:123:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 123 | { size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable, countWksp, | ^~~~~~~ compress/zstd_compress_superblock.c:130:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 130 | (HUF_CElt*)nextHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ compress/zstd_compress_superblock.c:133:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 133 | (HUF_CElt*)nextHuf->CTable, maxSymbolValue, huffLog); | ^~~~~~~ compress/zstd_compress_superblock.c:137:42: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 137 | (HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ compress/zstd_compress_superblock.c: In function 'ZSTD_compressSubBlock': compress/zstd_compress_superblock.c:553:74: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 553 | { size_t cLitSize = ZSTD_compressSubBlock_literal((const HUF_CElt*)entropy->huf.CTable, | ^~~~~~~ compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_literal': compress/zstd_compress_superblock.c:594:83: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 594 | { size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, maxSymbolValue); | ^~~ compiling static library Installing static library creating versioned links Installing shared library zstd static and shared library installed make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-zstd-1.4.5/lib' PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/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" PKG_CONFIG="/home/naourr/work/instance-3/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-3/output-1/host/lib/pkgconfig:/home/naourr/work/instance-3/output-1/host/share/pkgconfig" PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/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" PKG_CONFIG="/home/naourr/work/instance-3/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-3/output-1/host/lib/pkgconfig:/home/naourr/work/instance-3/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/naourr/work/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-3/output-1/host/include" LDFLAGS="-L/home/naourr/work/instance-3/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-3/output-1/host PREFIX=/usr -C /home/naourr/work/instance-3/output-1/build/host-zstd-1.4.5/programs install make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/host-zstd-1.4.5/programs' Installing binaries Installing man pages zstd installation completed make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-zstd-1.4.5/programs' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-3/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-3/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output-1/target/etc/shadow rm -f /home/naourr/work/instance-3/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /home/naourr/work/instance-3/output-1/build/locales.nopurge for dir in /home/naourr/work/instance-3/output-1/target/usr/share/locale /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale /home/naourr/work/instance-3/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output-1/target/usr/include /home/naourr/work/instance-3/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output-1/target/usr/lib/cmake /home/naourr/work/instance-3/output-1/target/usr/share/cmake \ /home/naourr/work/instance-3/output-1/target/usr/doc find /home/naourr/work/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output-1/target/lib/ /home/naourr/work/instance-3/output-1/target/usr/lib/ /home/naourr/work/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output-1/target/usr/man /home/naourr/work/instance-3/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-3/output-1/target/usr/info /home/naourr/work/instance-3/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-3/output-1/target/usr/doc /home/naourr/work/instance-3/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/naourr/work/instance-3/output-1/target/lib/debug /home/naourr/work/instance-3/output-1/target/usr/lib/debug find /home/naourr/work/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-3/output-1/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-3/output-1/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-8275-gb37fa74380"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /home/naourr/work/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-3/output-1/per-package /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-3/output-1/build/18xx-ti-utils-R8.7_SP3/.files-list.txt /home/naourr/work/instance-3/output-1/build/aoetools-37/.files-list.txt /home/naourr/work/instance-3/output-1/build/atftp-0.7.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/batctl-2020.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/bctoolbox-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/boost-1.73.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/c-periphery-2.2.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/ccrypt-1.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/check-0.15.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/cracklib-2.9.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/edid-decode-188950472c19492547e298b27f9da0d72cf826df/.files-list.txt /home/naourr/work/instance-3/output-1/build/enet-1.3.14/.files-list.txt /home/naourr/work/instance-3/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/fbgrab-1.3.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/flashrom-1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/flot-0.8.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/fluid-soundfont-3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/fontconfig-2.13.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/freetype-2.10.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/ftop-1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/gmp-6.1.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/gnupg-1.4.23/.files-list.txt /home/naourr/work/instance-3/output-1/build/gptfdisk-1.0.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/hans-1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.6.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-btrfs-progs-5.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-cmake-3.15.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-cracklib-2.9.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-dfu-util-0.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-expat-2.2.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-genext2fs-1.4.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-gettext-tiny-0.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-gperf-3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-intltool-0.51.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-jimtcl-0.79/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libftdi-0.20/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libusb-1.0.23/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libusb-compat-0.1.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libxcb-1.14/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libxml-parser-perl-2.46/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libxslt-1.1.34/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-lzo-2.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-ncurses-6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-omniorb-4.2.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-openocd-0.10.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-opkg-utils-0.4.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-pcre-8.44/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-python-2.7.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-sam-ba-3.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-swig-4.0.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-util-linux-2.35.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-xapp_xkbcomp-1.4.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-xcb-proto-1.14/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-xlib_libX11-1.6.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-xlib_libXau-1.0.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-xlib_libXdmcp-1.1.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-xlib_libxkbfile-1.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-xlib_xtrans-1.4.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-xorgproto-2020.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-xutil_util-macros-1.19.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-zlib/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-zstd-1.4.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/iptables-1.8.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/irda-utils-0.9.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/jemalloc-5.2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/jimtcl-0.79/.files-list.txt /home/naourr/work/instance-3/output-1/build/jq-a17dd3248a666d01be75f6b16be37e80e20b0954/.files-list.txt /home/naourr/work/instance-3/output-1/build/jquery-1.11.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/lame-3.100/.files-list.txt /home/naourr/work/instance-3/output-1/build/lft-3.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/libass-0.14.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcap-ng-0.7.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcuefile-475/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcurl-7.71.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libebml-1.4.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/liberation-2.00.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libev-4.27/.files-list.txt /home/naourr/work/instance-3/output-1/build/libevent-2.1.12/.files-list.txt /home/naourr/work/instance-3/output-1/build/libfribidi-1.0.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/libhtp-0.5.33/.files-list.txt /home/naourr/work/instance-3/output-1/build/libid3tag-0.15.1b/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmnl-1.0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmpeg2-0.5.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_conntrack-1.0.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnfc-1.8.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnftnl-1.1.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnl-3.5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libolm-3.1.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libopusenc-0.2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libplist-2.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libpng-1.6.37/.files-list.txt /home/naourr/work/instance-3/output-1/build/libraw-0.19.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libreplaygain-r475/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsamplerate-0.1.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/libserialport-0.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libshout-2.4.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsidplay2-2.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsndfile-1.0.28/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsoc-0.8.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsrtp-2.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libtool-2.4.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/libucl-0.8.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libuhttpd-3.1.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-3/output-1/build/libuwsc-3.3.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libvorbis-1.3.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/libwebsockets-4.0.20/.files-list.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/live555-2020.06.25/.files-list.txt /home/naourr/work/instance-3/output-1/build/lzip-1.21/.files-list.txt /home/naourr/work/instance-3/output-1/build/lzo-2.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/matio-1.5.17/.files-list.txt /home/naourr/work/instance-3/output-1/build/mfoc-0.10.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/mini-snmpd-1.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/musepack-r475/.files-list.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/net-tools-479bb4a7e11a4084e2935c0a576388f92469225b/.files-list.txt /home/naourr/work/instance-3/output-1/build/netperf-2.7.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/netstat-nat-1.4.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/nettle-3.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/nftables-0.9.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/ntp-4.2.8p15/.files-list.txt /home/naourr/work/instance-3/output-1/build/odhcploc-20111021/.files-list.txt /home/naourr/work/instance-3/output-1/build/omniorb-4.2.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/opus-1.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ortp-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/pciutils-3.7.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-3/output-1/build/pixman-0.40.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/powertop-2.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a/.files-list.txt /home/naourr/work/instance-3/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/.files-list.txt /home/naourr/work/instance-3/output-1/build/sbc-1.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/shapelib-1.5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-none/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/sound-theme-freedesktop-0.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/sphinxbase-5prealpha/.files-list.txt /home/naourr/work/instance-3/output-1/build/sshguard-2.4.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/statserial-1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/tcpdump-4.9.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-3/output-1/build/twolame-0.4.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/umtprd-1.3.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/unzip-60/.files-list.txt /home/naourr/work/instance-3/output-1/build/usb_modeswitch-2.6.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/w_scan-20170107/.files-list.txt /home/naourr/work/instance-3/output-1/build/which-2.21/.files-list.txt /home/naourr/work/instance-3/output-1/build/xkeyboard-config-2.30/.files-list.txt /home/naourr/work/instance-3/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-3/output-1/build/18xx-ti-utils-R8.7_SP3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/aoetools-37/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/atftp-0.7.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/batctl-2020.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/bctoolbox-4.3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/boost-1.73.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/c-periphery-2.2.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ccrypt-1.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/check-0.15.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/cracklib-2.9.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/edid-decode-188950472c19492547e298b27f9da0d72cf826df/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/enet-1.3.14/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/fbgrab-1.3.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/flashrom-1.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/flot-0.8.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/fluid-soundfont-3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/fontconfig-2.13.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/freetype-2.10.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ftop-1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gmp-6.1.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gnupg-1.4.23/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gptfdisk-1.0.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/hans-1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-btrfs-progs-5.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-cmake-3.15.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-cracklib-2.9.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-dfu-util-0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-genext2fs-1.4.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext-tiny-0.3.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gperf-3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-intltool-0.51.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-jimtcl-0.79/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libftdi-0.20/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libusb-1.0.23/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libusb-compat-0.1.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxcb-1.14/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxml-parser-perl-2.46/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxslt-1.1.34/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-lzo-2.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-omniorb-4.2.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-openocd-0.10.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-opkg-utils-0.4.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python-2.7.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-sam-ba-3.3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-swig-4.0.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-util-linux-2.35.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-xapp_xkbcomp-1.4.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-xcb-proto-1.14/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-xlib_libX11-1.6.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-xlib_libXau-1.0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-xlib_libXdmcp-1.1.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-xlib_libxkbfile-1.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-xlib_xtrans-1.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-xorgproto-2020.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-xutil_util-macros-1.19.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-zlib/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-zstd-1.4.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/iptables-1.8.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/irda-utils-0.9.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/jemalloc-5.2.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/jimtcl-0.79/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/jq-a17dd3248a666d01be75f6b16be37e80e20b0954/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/jquery-1.11.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/lame-3.100/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/lft-3.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libass-0.14.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libcap-ng-0.7.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libcuefile-475/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libcurl-7.71.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libebml-1.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/liberation-2.00.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libev-4.27/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libevent-2.1.12/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libfribidi-1.0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libhtp-0.5.33/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libid3tag-0.15.1b/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libmnl-1.0.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libmpeg2-0.5.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_conntrack-1.0.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnfc-1.8.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnftnl-1.1.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnl-3.5.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libolm-3.1.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libopusenc-0.2.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libplist-2.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libpng-1.6.37/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libraw-0.19.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libreplaygain-r475/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsamplerate-0.1.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libserialport-0.1.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libshout-2.4.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsidplay2-2.1.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsndfile-1.0.28/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsoc-0.8.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsrtp-2.2.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libucl-0.8.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libuhttpd-3.1.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libuwsc-3.3.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libvorbis-1.3.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libwebsockets-4.0.20/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/live555-2020.06.25/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/lzip-1.21/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/lzo-2.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/matio-1.5.17/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/mfoc-0.10.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/mini-snmpd-1.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/musepack-r475/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/net-tools-479bb4a7e11a4084e2935c0a576388f92469225b/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/netperf-2.7.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/netstat-nat-1.4.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/nettle-3.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/nftables-0.9.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ntp-4.2.8p15/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/odhcploc-20111021/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/omniorb-4.2.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/opus-1.3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ortp-4.3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/pciutils-3.7.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/pixman-0.40.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/powertop-2.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/sbc-1.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/shapelib-1.5.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-none/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/sound-theme-freedesktop-0.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/sphinxbase-5prealpha/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/sshguard-2.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/statserial-1.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/tcpdump-4.9.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/twolame-0.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/umtprd-1.3.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/unzip-60/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/usb_modeswitch-2.6.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/w_scan-20170107/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/which-2.21/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/xkeyboard-config-2.30/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/zlib/.files-list-host.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-3/output-1/build/18xx-ti-utils-R8.7_SP3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/aoetools-37/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/atftp-0.7.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/batctl-2020.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/bctoolbox-4.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/boost-1.73.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/c-periphery-2.2.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ccrypt-1.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/check-0.15.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/cracklib-2.9.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/edid-decode-188950472c19492547e298b27f9da0d72cf826df/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/enet-1.3.14/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/fbgrab-1.3.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/flashrom-1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/flot-0.8.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/fluid-soundfont-3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/fontconfig-2.13.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/freetype-2.10.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ftop-1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gmp-6.1.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gnupg-1.4.23/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gptfdisk-1.0.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/hans-1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.6.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-btrfs-progs-5.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-cmake-3.15.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-cracklib-2.9.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-dfu-util-0.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-genext2fs-1.4.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-gettext-tiny-0.3.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-gperf-3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-intltool-0.51.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-jimtcl-0.79/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libftdi-0.20/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libusb-compat-0.1.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libxcb-1.14/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libxml-parser-perl-2.46/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libxslt-1.1.34/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-lzo-2.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-omniorb-4.2.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-openocd-0.10.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-opkg-utils-0.4.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-python-2.7.18/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-sam-ba-3.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-swig-4.0.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-util-linux-2.35.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-xapp_xkbcomp-1.4.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-xcb-proto-1.14/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-xlib_libX11-1.6.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-xlib_libXau-1.0.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-xlib_libXdmcp-1.1.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-xlib_libxkbfile-1.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-xlib_xtrans-1.4.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-xorgproto-2020.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-xutil_util-macros-1.19.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-zlib/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-zstd-1.4.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/iptables-1.8.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/irda-utils-0.9.18/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jemalloc-5.2.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jimtcl-0.79/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jq-a17dd3248a666d01be75f6b16be37e80e20b0954/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jquery-1.11.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lame-3.100/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lft-3.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libass-0.14.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcap-ng-0.7.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcuefile-475/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcurl-7.71.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libebml-1.4.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/liberation-2.00.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libev-4.27/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libevent-2.1.12/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libfribidi-1.0.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libhtp-0.5.33/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libid3tag-0.15.1b/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmnl-1.0.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmpeg2-0.5.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_conntrack-1.0.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnfc-1.8.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnftnl-1.1.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnl-3.5.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libolm-3.1.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libopusenc-0.2.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libplist-2.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libpng-1.6.37/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libraw-0.19.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libreplaygain-r475/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsamplerate-0.1.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libserialport-0.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libshout-2.4.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsidplay2-2.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsndfile-1.0.28/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsoc-0.8.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsrtp-2.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libtool-2.4.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libucl-0.8.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libuhttpd-3.1.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libuwsc-3.3.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libvorbis-1.3.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libwebsockets-4.0.20/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/live555-2020.06.25/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lzip-1.21/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lzo-2.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/matio-1.5.17/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mfoc-0.10.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mini-snmpd-1.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/musepack-r475/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/net-tools-479bb4a7e11a4084e2935c0a576388f92469225b/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/netperf-2.7.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/netstat-nat-1.4.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/nettle-3.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/nftables-0.9.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ntp-4.2.8p15/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/odhcploc-20111021/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/omniorb-4.2.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/opus-1.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ortp-4.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pciutils-3.7.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pixman-0.40.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/powertop-2.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sbc-1.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/shapelib-1.5.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-none/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sound-theme-freedesktop-0.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sphinxbase-5prealpha/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sshguard-2.4.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/statserial-1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/tcpdump-4.9.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/twolame-0.4.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/umtprd-1.3.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/unzip-60/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/usb_modeswitch-2.6.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/w_scan-20170107/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/which-2.21/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/xkeyboard-config-2.30/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/zlib/.files-list-staging.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-3/output-1/target/usr ln -snf /home/naourr/work/instance-3/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot /home/naourr/work/instance-3/output-1/staging make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2019.02-8275-gb37fa74380 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 >>> 18xx-ti-utils R8.7_SP3 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> check 0.15.1 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-bison 3.6.4 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 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> atftp 0.7.2 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> batctl 2020.2 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> bctoolbox 4.3.1 Collecting legal info COPYING: OK (sha256: 849dd903d98f12a964466ccfbaf3a1de1f94ad0ebd49a59d12f8ce4506f9f647) >>> boost 1.73.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-btrfs-progs 5.6 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.2 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) >>> c-periphery 2.2.2 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> host-cmake 3.15.5 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-dfu-util 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> edid-decode 188950472c19492547e298b27f9da0d72cf826df Collecting legal info LICENSE: OK (sha256: 9bc7ab961e9a07dc84eaa0210af388def56d024357e79671fb89fe27d073eed7) >>> enet 1.3.14 Collecting legal info LICENSE: OK (sha256: eebe647a9ef7e596b0e8b9216c215f169d762af1a27904a87bc2e05b83735d35) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> fbgrab 1.3.3 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> flashrom 1.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pciutils 3.7.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.10.2 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.35.2 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) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-genext2fs 1.4.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 7.71.1 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> gptfdisk 1.0.5 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> hans 1.0 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> iptables 1.8.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnetfilter_conntrack 1.0.8 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jemalloc 5.2.1 Collecting legal info COPYING: OK (sha256: 94aa2caa98c25d942f58b956c71dba6a99ff98fc3a31cbc669fe2a4cd0268b53) >>> jimtcl 0.79 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> jquery 1.11.2 Collecting legal info >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> lft 3.8 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libass 0.14.0 Collecting legal info COPYING: OK (sha256: f7e30699d02798351e7f839e3d3bfeb29ce65e44efa7735c225464c4fd7dfe9c) >>> libfribidi 1.0.9 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libebml 1.4.0 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liberation 2.00.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libhtp 0.5.33 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnftnl 1.1.7 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libolm 3.1.5 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libplist 2.1.0 Collecting legal info COPYING: OK (sha256: 7619c753cac95d4740220223bde48a032606fcaccde5e546f9bc444c81ab356d) COPYING: OK (sha256: 7619c753cac95d4740220223bde48a032606fcaccde5e546f9bc444c81ab356d) >>> libraw 0.19.5 Collecting legal info LICENSE.LGPL: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) LICENSE.CDDL: OK (sha256: 0e3098d2d54a12434715f6679ea408d57da5e8d613c385c58ecc6fe5d30cc81f) README.md: OK (sha256: ed971b7f1f57fd8e7d28419ff7749cfe0f296e701687756e798a69555fd76646) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsamplerate 0.1.9 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libshout 2.4.3 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libsidplay2 2.1.1 Collecting legal info libsidplay/COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libsrtp 2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuhttpd 3.1.4 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libwebsockets 4.0.20 Collecting legal info LICENSE: OK (sha256: 5756db345eb9c21cb06dd7cb69c38ec234657a233f9a186b4f5fa453681bd394) >>> live555 2020.06.25 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> lzip 1.21 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> matio 1.5.17 Collecting legal info COPYING: OK (sha256: 62a0cab69eeadb3697a2249d5a869915b89e62b59b794dd70802c2b8624ed374) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> net-tools 479bb4a7e11a4084e2935c0a576388f92469225b Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nettle 3.6 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nftables 0.9.6 Collecting legal info COPYING: OK (sha256: c17bc4fa5b2434c6f283ffcb2312e5bf3c7cdf5787b79505f094d8de734ac53e) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> omniorb 4.2.4 Collecting legal info COPYING: OK (sha256: 126647a6ee062fe46f8f3766965dc62e031c0a31238a347e4bc07aab2ac1e2a7) COPYING.LIB: OK (sha256: eaf5b13ffd5355da7c0b83074e4b798152ff7086c95c4f3045122a06e2673eb9) >>> host-omniorb 4.2.4 Collecting legal info COPYING: OK (sha256: 126647a6ee062fe46f8f3766965dc62e031c0a31238a347e4bc07aab2ac1e2a7) COPYING.LIB: OK (sha256: eaf5b13ffd5355da7c0b83074e4b798152ff7086c95c4f3045122a06e2673eb9) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-opkg-utils 0.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ortp 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> powertop 2.11 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> host-sam-ba 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sbc 1.4 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> shapelib 1.5.0 Collecting legal info web/license.html: OK (sha256: a638278f7f1cb7d0cdc73b47a6c87261b882e356a8e79922e90d44d7ef1dd2c7) COPYING: OK (sha256: 7eb803a70990017a1c4e38a8342d7413c5dfeec3ed1ac407e15ae2c274e560ff) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> 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) >>> sphinxbase 5prealpha Collecting legal info src/libsphinxbase/util/bio.c: OK (sha256: 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043) >>> sshguard 2.4.0 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> tcpdump 4.9.3 Collecting legal info LICENSE: OK (sha256: 9b03d5d13e66d6de02a4bb2d0dd1cb9f41808d045962cdcc42350d5291b141a1) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> umtprd 1.3.6 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unzip 60 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> usb_modeswitch 2.6.0 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> w_scan 20170107 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> xkeyboard-config 2.30 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.3 Collecting legal info COPYING: OK (sha256: f1a78f5796fe2374f2b93e579328a02283e57d2a8316484b31799b12debe7ee3) >>> host-xlib_libX11 1.6.10 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.14 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.14 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.9 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2020.1 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da4a28570230228b9bd80a701c5d8752f8609394de2e0d46d26d978bd07610db) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.3 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.0 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> host-zstd 1.4.5 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: jquery-1.11.2: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'