for la in $(find /home/naourr/work/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/naourr/work/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/home/naourr/work/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/naourr/work/instance-1/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zxing-cpp e0e40ddec63f38405aca5c8c1ff60b85ec8b1f10 Installing to target PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output-1/target install/fast -C /home/naourr/work/instance-1/output-1/build/zxing-cpp-e0e40ddec63f38405aca5c8c1ff60b85ec8b1f10//buildroot-build make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/zxing-cpp-e0e40ddec63f38405aca5c8c1ff60b85ec8b1f10/buildroot-build' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-1/output-1/target/usr/bin/zxing -- Set runtime path of "/home/naourr/work/instance-1/output-1/target/usr/bin/zxing" to "" -- Installing: /home/naourr/work/instance-1/output-1/target/usr/lib/libzxing.so -- Installing: /home/naourr/work/instance-1/output-1/target/usr/lib/zxing/cmake/zxing-targets.cmake -- Installing: /home/naourr/work/instance-1/output-1/target/usr/lib/zxing/cmake/zxing-targets-release.cmake -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/InvertedLuminanceSource.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/MultiFormatOneDReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/UPCAReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/OneDResultPoint.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/UPCEReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/Code39Reader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/CodaBarReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/Code93Reader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/Code128Reader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/OneDReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/MultiFormatUPCEANReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/EAN8Reader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/UPCEANReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/EAN13Reader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/oned/ITFReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/Exception.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/ResultPointCallback.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/datamatrix -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/datamatrix/DataMatrixReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/datamatrix/decoder -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/datamatrix/decoder/DecodedBitStreamParser.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/datamatrix/decoder/DataBlock.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/datamatrix/decoder/Decoder.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/datamatrix/decoder/BitMatrixParser.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/datamatrix/detector -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/datamatrix/detector/Detector.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/datamatrix/detector/DetectorException.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/datamatrix/detector/CornerPoint.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/datamatrix/Version.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/QRCodeReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/decoder -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/decoder/DataMask.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/decoder/DecodedBitStreamParser.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/decoder/DataBlock.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/decoder/Decoder.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/decoder/BitMatrixParser.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/decoder/Mode.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/detector -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/detector/FinderPatternInfo.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/detector/FinderPatternFinder.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/detector/AlignmentPattern.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/detector/Detector.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/detector/AlignmentPatternFinder.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/detector/FinderPattern.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/FormatInformation.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/Version.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/qrcode/ErrorCorrectionLevel.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/NotFoundException.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/ReaderException.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/BinaryBitmap.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/aztec -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/aztec/AztecReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/aztec/decoder -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/aztec/decoder/Decoder.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/aztec/AztecDetectorResult.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/aztec/detector -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/aztec/detector/Detector.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/Result.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/ChecksumException.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/Reader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/LuminanceSource.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/pdf417 -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/pdf417/PDF417Reader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/pdf417/decoder -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/pdf417/decoder/DecodedBitStreamParser.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/pdf417/decoder/Decoder.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/pdf417/decoder/BitMatrixParser.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/pdf417/decoder/ec -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/pdf417/decoder/ec/ModulusPoly.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/pdf417/decoder/ec/ErrorCorrection.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/pdf417/decoder/ec/ModulusGF.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/pdf417/detector -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/pdf417/detector/LinesSampler.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/pdf417/detector/Detector.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/FormatException.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/DecodeHints.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/ZXing.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/IllegalStateException.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/ResultPoint.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/BarcodeFormat.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/Binarizer.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/multi -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/multi/qrcode -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/multi/qrcode/QRCodeMultiReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/multi/qrcode/detector -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/multi/qrcode/detector/MultiFinderPatternFinder.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/multi/qrcode/detector/MultiDetector.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/multi/GenericMultipleBarcodeReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/multi/ByQuadrantReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/multi/MultipleBarcodeReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/Counted.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/IllegalArgumentException.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/GridSampler.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/BitMatrix.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/BitSource.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/Str.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/Array.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/GlobalHistogramBinarizer.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/GreyscaleLuminanceSource.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/StringUtils.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/GreyscaleRotatedLuminanceSource.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/DecoderResult.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/reedsolomon -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/reedsolomon/GenericGFPoly.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/reedsolomon/ReedSolomonDecoder.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/reedsolomon/GenericGF.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/reedsolomon/ReedSolomonException.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/CharacterSetECI.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/detector -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/detector/JavaMath.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/detector/MonochromeRectangleDetector.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/detector/MathUtils.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/detector/WhiteRectangleDetector.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/HybridBinarizer.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/PerspectiveTransform.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/Point.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/BitArray.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/common/DetectorResult.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/zxing/MultiFormatReader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/lib/zxing/cmake/zxing-config.cmake make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/zxing-cpp-e0e40ddec63f38405aca5c8c1ff60b85ec8b1f10/buildroot-build' >>> Finalizing host directory >>> Finalizing target directory /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /home/naourr/work/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-1/output-1/target/etc/shells; fi rm -f /home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-1/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-1/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output-1/target/etc/shadow rm -f /home/naourr/work/instance-1/output-1/target/bin/sh if [ -x /home/naourr/work/instance-1/output-1/target/sbin/swapon -a -x /home/naourr/work/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/naourr/work/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/naourr/work/instance-1/output-1/target/etc/inittab; fi rm -f /home/naourr/work/instance-1/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-1/output-1/target/usr/share/locale /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale /home/naourr/work/instance-1/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-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output-1/target/usr/include /home/naourr/work/instance-1/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output-1/target/usr/lib/cmake /home/naourr/work/instance-1/output-1/target/usr/share/cmake \ /home/naourr/work/instance-1/output-1/target/usr/doc find /home/naourr/work/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output-1/target/lib/ /home/naourr/work/instance-1/output-1/target/usr/lib/ /home/naourr/work/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output-1/target/usr/man /home/naourr/work/instance-1/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-1/output-1/target/usr/info /home/naourr/work/instance-1/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-1/output-1/target/usr/doc /home/naourr/work/instance-1/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-rc2-07255-g26c32d933eb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-rc2\"" \ ) > /home/naourr/work/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-1/output-1/per-package /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-1/output-1/build/acsccid-1.1.7/.files-list.txt /home/naourr/work/instance-1/output-1/build/argp-standalone-1.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/axel-2.17.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/bctoolbox-4.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/bcusdk-0.0.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/belr-4.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/btrfs-progs-5.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/bzip2-1.0.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/clamav-0.102.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/dante-1.4.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/dmalloc-5.5.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/exfat-utils-1.3.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/freetype-2.10.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/git-2.26.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/git-crypt-0.6.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/ifmetric-0.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/imlib2-1.5.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/initscripts/.files-list.txt /home/naourr/work/instance-1/output-1/build/iptables-1.8.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/jansson-2.12/.files-list.txt /home/naourr/work/instance-1/output-1/build/janus-gateway-0.9.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/jbig2dec-0.18/.files-list.txt /home/naourr/work/instance-1/output-1/build/libcap-ng-0.7.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/libconfig-1.7.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/libcurl-7.69.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libgeotiff-1.6.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libglib2-2.64.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/libgta-1.0.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/libhid-0.2.16/.files-list.txt /home/naourr/work/instance-1/output-1/build/liblockfile-1.09/.files-list.txt /home/naourr/work/instance-1/output-1/build/libmnl-1.0.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libmspack-0.10.1alpha/.files-list.txt /home/naourr/work/instance-1/output-1/build/libnatpmp-20150609/.files-list.txt /home/naourr/work/instance-1/output-1/build/libnftnl-1.1.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/libnice-0.1.16/.files-list.txt /home/naourr/work/instance-1/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-1/output-1/build/libpthsem-2.0.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/libraw-0.19.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsrtp-2.2.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libtelnet-0.23/.files-list.txt /home/naourr/work/instance-1/output-1/build/libtirpc-1.2.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/libtool-2.4.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/libubox-723730214732862de7e892bae2f7a7889e66bf1b/.files-list.txt /home/naourr/work/instance-1/output-1/build/libuci-49ec6efbdac4819033d34f08927d795f83a3932d/.files-list.txt /home/naourr/work/instance-1/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-1/output-1/build/libusb-compat-0.1.7/.files-list.txt /home/naourr/work/instance-1/output-1/build/libvorbis-1.3.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/libwebsockets-3.2.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/libyuv-413a8d8041f1cc5a350a47c0d81cc721e64f9fd0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/linux-headers-5.6.12/.files-list.txt /home/naourr/work/instance-1/output-1/build/lzo-2.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/macchanger-1.7.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/mii-diag-2.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/musl-fts-1.2.7/.files-list.txt /home/naourr/work/instance-1/output-1/build/mysql/.files-list.txt /home/naourr/work/instance-1/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/ndisc6-1.0.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/opencv-2.4.13.7/.files-list.txt /home/naourr/work/instance-1/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-1/output-1/build/opentyrian-9c9f0ec3532b/.files-list.txt /home/naourr/work/instance-1/output-1/build/opentyrian-data-2.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/oracle-mysql-5.1.73/.files-list.txt /home/naourr/work/instance-1/output-1/build/pciutils-3.5.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-1/output-1/build/pcsc-lite-1.8.26/.files-list.txt /home/naourr/work/instance-1/output-1/build/proftpd-1.3.6c/.files-list.txt /home/naourr/work/instance-1/output-1/build/proj-7.0.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/pure-ftpd-1.0.49/.files-list.txt /home/naourr/work/instance-1/output-1/build/rabbitmq-c-0.10.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/rpcbind-1.2.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/sdl-1.2.15/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-sysv/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-1/output-1/build/sqlite-3310100/.files-list.txt /home/naourr/work/instance-1/output-1/build/sshguard-2.4.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/tiff-4.1.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/tinyproxy-1.10.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-buildroot/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-1/output-1/build/uclibc-1.0.34/.files-list.txt /home/naourr/work/instance-1/output-1/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554/.files-list.txt /home/naourr/work/instance-1/output-1/build/util-linux-2.35.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/xz-5.2.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/zlib/.files-list.txt /home/naourr/work/instance-1/output-1/build/zxing-cpp-e0e40ddec63f38405aca5c8c1ff60b85ec8b1f10/.files-list.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-1/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-binutils-arc-2019.09-release/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gcc-final-arc-2019.09-release/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gcc-initial-arc-2019.09-release/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gengetopt-2.23/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gmp-6.1.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libglib2-2.64.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libopenssl-1.1.1g/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libtirpc-1.2.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-meson-0.54.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-mpc-1.1.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-mpfr-4.0.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-nfs-utils-2.4.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-openssl/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python3-3.8.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-sqlite-3310100/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-zlib/.files-list-host.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-1/output-1/build/acsccid-1.1.7/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/argp-standalone-1.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bctoolbox-4.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bcusdk-0.0.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/belr-4.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/btrfs-progs-5.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bzip2-1.0.8/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/dmalloc-5.5.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/freetype-2.10.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/imlib2-1.5.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/iptables-1.8.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/jansson-2.12/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/jbig2dec-0.18/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libcap-ng-0.7.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libconfig-1.7.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libcurl-7.69.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libgeotiff-1.6.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libglib2-2.64.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libgta-1.0.8/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libhid-0.2.16/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/liblockfile-1.09/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libmnl-1.0.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libmspack-0.10.1alpha/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libnatpmp-20150609/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libnftnl-1.1.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libnice-0.1.16/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libpthsem-2.0.8/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libraw-0.19.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsrtp-2.2.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libtelnet-0.23/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libtirpc-1.2.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libtool-2.4.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libubox-723730214732862de7e892bae2f7a7889e66bf1b/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libuci-49ec6efbdac4819033d34f08927d795f83a3932d/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libusb-compat-0.1.7/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libvorbis-1.3.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libwebsockets-3.2.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libyuv-413a8d8041f1cc5a350a47c0d81cc721e64f9fd0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/linux-headers-5.6.12/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lzo-2.10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/musl-fts-1.2.7/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/opencv-2.4.13.7/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/oracle-mysql-5.1.73/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/pciutils-3.5.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/pcsc-lite-1.8.26/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/proj-7.0.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/rabbitmq-c-0.10.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/sdl-1.2.15/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/sqlite-3310100/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/tiff-4.1.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/uclibc-1.0.34/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/util-linux-2.35.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/xz-5.2.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/zxing-cpp-e0e40ddec63f38405aca5c8c1ff60b85ec8b1f10/.files-list-staging.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-1/output-1/target/usr ln -snf /home/naourr/work/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/naourr/work/instance-1/output-1/staging make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2020.05-rc2-07255-g26c32d933eb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2019.09-release Collecting legal info >>> host-binutils arc-2019.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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-skeleton Collecting legal info >>> host-tar 1.29 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: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.1.0 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.34 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2019.09-release Collecting legal info >>> linux-headers 5.6.12 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acsccid 1.1.7 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.8.26 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> argp-standalone 1.3 Collecting legal info >>> axel 2.17.8 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bctoolbox 4.3.1 Collecting legal info COPYING: OK (sha256: 849dd903d98f12a964466ccfbaf3a1de1f94ad0ebd49a59d12f8ce4506f9f647) >>> bcusdk 0.0.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> belr 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> btrfs-progs 5.6 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) libbtrfsutil/COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> 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) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> libtirpc 1.2.6 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-nfs-utils 2.4.3 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.2.6 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> pciutils 3.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> clamav 0.102.3 Collecting legal info COPYING: OK (sha256: 0c4fd2fa9733fc9122503797648710851e4ee6d9e4969dd33fcbd8c63cd2f584) COPYING.bzip2: OK (sha256: d72a145c90918184a05ef65a04c9e6f7466faa59bc1b82c8f6a8ddc7ddcb9bed) COPYING.file: OK (sha256: dfb818a0d41411c6fb1c193c68b73018ceadd1994bda41ad541cbff292894bc6) COPYING.getopt: OK (sha256: 6dce638b76399e7521ad8e182d3e33e4496c85b3b69b6ff434b53017101e82ad) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.llvm: OK (sha256: e3a9b913515a42f8ff3ef1551c3a2cdba383c39ed959729e0e2911219496ad74) COPYING.lzma: OK (sha256: d96d71b66aa32c4a2d1619b9ca3347dafa9460bcf0fb5ac2408916067ad31dfc) COPYING.pcre: OK (sha256: accdcf2455c07b99abea59016b3663eaef926a92092d103bfaa25fed27cf6b24) COPYING.regex: OK (sha256: e2c1395a3d9fea6d5d25847c9d783db6e2cc8b085b4025861f459139c5dfd90b) COPYING.unrar: OK (sha256: 1faccc6b5c7b958fb807a3f573d5be9bf7889fe898f7e0617c544b05a81bfd00) COPYING.zlib: OK (sha256: c2f77553f8d870c5635b0dace0519253233f172b33ce1fdf6578610706294eee) >>> libcurl 7.69.1 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> dante 1.4.2 Collecting legal info LICENSE: OK (sha256: 954ab6dbcf994711e28e603d8657d6eceef333cd6f9ca6705f0e9d118ab7d69a) >>> dmalloc 5.5.2 Collecting legal info dmalloc.h.1: OK (sha256: 8659d49ceeeb006288ad246164e504ccfe33f7a4c1680439fb6ff6a393b0722b) >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> git-crypt 0.6.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) parse_options.hpp: OK (sha256: 506657e7a381165550e6c33e35b3b03bbef3e1feb68ba5529e264bd75ed2dc64) >>> git 2.26.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> imlib2 1.5.1 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> initscripts Collecting legal info >>> iptables 1.8.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> janus-gateway 0.9.2 Collecting legal info COPYING: OK (sha256: 91d04c97fa1da3fcd28205873276358aafc071c5b00a9ea8c49dd06d487a9dc6) >>> host-gengetopt 2.23 Collecting legal info COPYING: OK (sha256: afab96ff35204960631dc05506034f9efc01e6d696f0ac93718d6bd43512cda7) LICENSE: OK (sha256: 72a43351233d6a581f891cdfff78b7b7d5f2a12522523929c5f7e8f674c2f6fc) >>> libconfig 1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libglib2 2.64.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.54.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> libnice 0.1.16 Collecting legal info COPYING: OK (sha256: 9246b2ee8b1db30cf03d5d9719ad8bb5edce1cadc85f8cfef319c23d24d950b5) COPYING.MPL: OK (sha256: 3b3c75ae6c663c4f93987647eb5463d33dc1602a1aded3ac479773f2c3928e3a) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsrtp 2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> rabbitmq-c 0.10.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> jbig2dec 0.18 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> libgeotiff 1.6.0 Collecting legal info LICENSE: OK (sha256: 6a22340b8293c50a34ce8e95589489bd3ec65bcb8b93e61cbda3daaafe498375) >>> proj 7.0.1 Collecting legal info COPYING: OK (sha256: 2dcac4af6990093ef48b896bfb81452d46a31b08d46cce34b27e83f93b2e37f6) >>> host-sqlite 3310100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sqlite 3310100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tiff 4.1.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> libgta 1.0.8 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> xz 5.2.4 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liblockfile 1.09 Collecting legal info COPYRIGHT: OK (sha256: 5fffcc11f94a05a7cff02ff792407737eb1cba840767cc1a71b67fbb19695dd3) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libnftnl 1.1.5 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libraw 0.19.5 Collecting legal info LICENSE.LGPL: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) LICENSE.CDDL: OK (sha256: 0e3098d2d54a12434715f6679ea408d57da5e8d613c385c58ecc6fe5d30cc81f) README.md: OK (sha256: ed971b7f1f57fd8e7d28419ff7749cfe0f296e701687756e798a69555fd76646) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> libuci 49ec6efbdac4819033d34f08927d795f83a3932d Collecting legal info >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libwebsockets 3.2.2 Collecting legal info LICENSE: OK (sha256: 4d092cd5e062c5ab0cf6408963d74619b5baf1571344410be6aa5bcef512eb70) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libyuv 413a8d8041f1cc5a350a47c0d81cc721e64f9fd0 Collecting legal info LICENSE: OK (sha256: 2b2cc1180c7e6988328ad2033b04b80117419db9c4c584918bbb3cfec7e9364f) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mysql Collecting legal info >>> oracle-mysql 5.1.73 Collecting legal info README: OK (sha256: cbf0dbf56528a629f4358a1339f981202f1a9a0d9542c092b03f486064ced2db) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ndisc6 1.0.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> opencv 2.4.13.7 Collecting legal info LICENSE: OK (sha256: 46e42877dfc3ac65769292cb4dc1a04b204ad9e40859a390f4c035d6179fbcc4) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian 9c9f0ec3532b Collecting legal info WARNING: no hash file for COPYING >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> proftpd 1.3.6c Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> pure-ftpd 1.0.49 Collecting legal info COPYING: OK (sha256: 3a9e94382a69d04aa434d69b20ff2c01dbbfcb7191f05f69a7109c0ee1559c19) >>> rpcbind 1.2.5 Collecting legal info COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3) >>> sshguard 2.4.0 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> tinyproxy 1.10.0 Collecting legal info ERROR: No hash found for COPYING >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Collecting legal info WARNING: no hash file for COPYING.LIB >>> zxing-cpp e0e40ddec63f38405aca5c8c1ff60b85ec8b1f10 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2019.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2019.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.6.12: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: libuci-49ec6efbdac4819033d34f08927d795f83a3932d: cannot save license (LIBUCI_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'