-- Check for working C compiler: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/microblazeel-linux-gcc -- Check for working C compiler: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/microblazeel-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/microblazeel-linux-g++ -- Check for working CXX compiler: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/microblazeel-linux-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- CMAKE_SYSTEM_PROCESSOR value `microblazeel` is unknown -- Please add this value near /home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source/CMakeLists.txt:78 -- Could NOT find NUMA (missing: NUMA_ROOT_DIR NUMA_INCLUDE_DIR NUMA_LIBRARY) -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Performing Test CC_HAS_NO_STRICT_OVERFLOW -- Performing Test CC_HAS_NO_STRICT_OVERFLOW - Success -- Performing Test CC_HAS_NO_NARROWING -- Performing Test CC_HAS_NO_NARROWING - Success -- Performing Test CC_HAS_NO_ARRAY_BOUNDS -- Performing Test CC_HAS_NO_ARRAY_BOUNDS - Success -- Performing Test CC_HAS_FAST_MATH -- Performing Test CC_HAS_FAST_MATH - Success -- Performing Test CC_HAS_STACK_REALIGN -- Performing Test CC_HAS_STACK_REALIGN - Failed -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG - Success -- Could NOT find nasm (missing: NASM_EXECUTABLE) -- x265 version 2.8 -- Looking for strtok_r -- Looking for strtok_r - found -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source >>> x265 2.8 Building PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j1 -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' Scanning dependencies of target encoder make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' [ 2%] Building CXX object encoder/CMakeFiles/encoder.dir/analysis.cpp.o [ 4%] Building CXX object encoder/CMakeFiles/encoder.dir/search.cpp.o [ 6%] Building CXX object encoder/CMakeFiles/encoder.dir/bitcost.cpp.o [ 8%] Building CXX object encoder/CMakeFiles/encoder.dir/motion.cpp.o [ 10%] Building CXX object encoder/CMakeFiles/encoder.dir/slicetype.cpp.o [ 12%] Building CXX object encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o [ 14%] Building CXX object encoder/CMakeFiles/encoder.dir/framefilter.cpp.o [ 16%] Building CXX object encoder/CMakeFiles/encoder.dir/level.cpp.o [ 18%] Building CXX object encoder/CMakeFiles/encoder.dir/nal.cpp.o [ 20%] Building CXX object encoder/CMakeFiles/encoder.dir/sei.cpp.o [ 22%] Building CXX object encoder/CMakeFiles/encoder.dir/sao.cpp.o [ 24%] Building CXX object encoder/CMakeFiles/encoder.dir/entropy.cpp.o [ 26%] Building CXX object encoder/CMakeFiles/encoder.dir/dpb.cpp.o [ 28%] Building CXX object encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o [ 30%] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o [ 32%] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o [ 34%] Building CXX object encoder/CMakeFiles/encoder.dir/api.cpp.o [ 36%] Building CXX object encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' [ 36%] Built target encoder make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' Scanning dependencies of target common make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' [ 38%] Building CXX object common/CMakeFiles/common.dir/primitives.cpp.o [ 40%] Building CXX object common/CMakeFiles/common.dir/pixel.cpp.o [ 42%] Building CXX object common/CMakeFiles/common.dir/dct.cpp.o [ 44%] Building CXX object common/CMakeFiles/common.dir/lowpassdct.cpp.o [ 46%] Building CXX object common/CMakeFiles/common.dir/ipfilter.cpp.o [ 48%] Building CXX object common/CMakeFiles/common.dir/intrapred.cpp.o [ 50%] Building CXX object common/CMakeFiles/common.dir/loopfilter.cpp.o [ 52%] Building CXX object common/CMakeFiles/common.dir/constants.cpp.o [ 54%] Building CXX object common/CMakeFiles/common.dir/cpu.cpp.o /home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source/common/cpu.cpp: In function 'uint32_t x265::cpu_detect(bool)': /home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source/common/cpu.cpp:386:26: warning: unused parameter 'benableavx512' [-Wunused-parameter] uint32_t cpu_detect(bool benableavx512) ^~~~~~~~~~~~~ [ 56%] Building CXX object common/CMakeFiles/common.dir/version.cpp.o [ 58%] Building CXX object common/CMakeFiles/common.dir/threading.cpp.o [ 60%] Building CXX object common/CMakeFiles/common.dir/threadpool.cpp.o [ 62%] Building CXX object common/CMakeFiles/common.dir/wavefront.cpp.o [ 64%] Building CXX object common/CMakeFiles/common.dir/md5.cpp.o [ 66%] Building CXX object common/CMakeFiles/common.dir/bitstream.cpp.o [ 68%] Building CXX object common/CMakeFiles/common.dir/yuv.cpp.o [ 70%] Building CXX object common/CMakeFiles/common.dir/shortyuv.cpp.o [ 72%] Building CXX object common/CMakeFiles/common.dir/picyuv.cpp.o [ 74%] Building CXX object common/CMakeFiles/common.dir/common.cpp.o [ 76%] Building CXX object common/CMakeFiles/common.dir/param.cpp.o [ 78%] Building CXX object common/CMakeFiles/common.dir/frame.cpp.o [ 80%] Building CXX object common/CMakeFiles/common.dir/framedata.cpp.o [ 82%] Building CXX object common/CMakeFiles/common.dir/cudata.cpp.o [ 84%] Building CXX object common/CMakeFiles/common.dir/slice.cpp.o [ 86%] Building CXX object common/CMakeFiles/common.dir/lowres.cpp.o [ 88%] Building CXX object common/CMakeFiles/common.dir/piclist.cpp.o [ 90%] Building CXX object common/CMakeFiles/common.dir/predict.cpp.o [ 92%] Building CXX object common/CMakeFiles/common.dir/scalinglist.cpp.o [ 94%] Building CXX object common/CMakeFiles/common.dir/quant.cpp.o [ 96%] Building CXX object common/CMakeFiles/common.dir/deblock.cpp.o make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' [ 96%] Built target common make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' Scanning dependencies of target x265-shared make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' [ 98%] Linking CXX shared library libx265.so make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' [ 98%] Built target x265-shared make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' Scanning dependencies of target x265-static make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' [100%] Linking CXX static library libx265.a make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' [100%] Built target x265-static make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' >>> x265 2.8 Installing to staging directory PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j1 DESTDIR=/home/dawncrow/buildroot-test/scripts/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot install/fast -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' Install the project... -- Install configuration: "Release" -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libx265.a -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/x265.h -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/x265_config.h -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libx265.so.160 -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libx265.so -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/x265.pc make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' >>> x265 2.8 Fixing libtool files >>> x265 2.8 Installing to target PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j1 DESTDIR=/home/dawncrow/buildroot-test/scripts/instance-0/output/target install/fast -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' Install the project... -- Install configuration: "Release" -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/libx265.a -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include/x265.h -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include/x265_config.h -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/libx265.so.160 -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/libx265.so -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig/x265.pc make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/x265-2.8/source' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libgnutls-openssl.la" is touched by more than one package: [u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libavahi-core.la" is touched by more than one package: [u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libgnutlsxx.la" is touched by more than one package: [u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libdns_sd.la" is touched by more than one package: [u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libbluetooth.la" is touched by more than one package: [u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libenca.la" is touched by more than one package: [u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libgnutls.la" is touched by more than one package: [u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libf2fs_format.la" is touched by more than one package: [u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libtesseract.la" is touched by more than one package: [u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libmhash.la" is touched by more than one package: [u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libf2fs.la" is touched by more than one package: [u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libdaemon.la" is touched by more than one package: [u'libdaemon', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libavahi-client.la" is touched by more than one package: [u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libavahi-gobject.la" is touched by more than one package: [u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libfftw3.la" is touched by more than one package: [u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/pkcs11/p11-kit-trust.la" is touched by more than one package: [u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'libdaemon', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libdaemon', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libidn.la" is touched by more than one package: [u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libcsv.la" is touched by more than one package: [u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libshout.la" is touched by more than one package: [u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libcddb.la" is touched by more than one package: [u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libavahi-glib.la" is touched by more than one package: [u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libp11-kit.la" is touched by more than one package: [u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libshairplay.la" is touched by more than one package: [u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libyaml.la" is touched by more than one package: [u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libg722_1.la" is touched by more than one package: [u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libucl.la" is touched by more than one package: [u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libavahi-common.la" is touched by more than one package: [u'avahi', u'bluez5_utils', u'postgresql', u'cppdb', u'f2fs-tools', u'fftw', u'flex', u'gmp', u'libidn', u'libtasn1', u'nettle', u'p11-kit', u'gnutls', u'jimtcl', u'jsoncpp', u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/liblept.la" is touched by more than one package: [u'leptonica', u'libcddb', u'libcsv', u'libenca', u'libg7221', u'libhdhomerun', u'libkrb5', u'libmhash', u'libogg', u'libsepol', u'libshairplay', u'libvorbis', u'libshout', u'libucl', u'libuecc', u'libyaml', u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'sdl', u'pciutils', u'perl', u'pixman', u'slang', u'tesseract-ocr', u'x265'] ./support/scripts/check-uniq-files -t host /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison'] rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/glib-compile-schemas /home/dawncrow/buildroot-test/scripts/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/perl5/5.28.1/pod rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/perl5/5.28.1/microblazeel-linux/CORE find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc echo "buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/hosts mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/shadow rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/bin/sh rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge; done for dir in /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/aclocal \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/pkgconfig \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/cmake /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/cmake find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gdb rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/bash-completion rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/zsh rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/man /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/info /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/info rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/doc /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/doc rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gtk-doc rmdir /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/microblazeel-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/microblazeel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/microblazeel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/dawncrow/buildroot-test/scripts/instance-0/output/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/dawncrow/buildroot-test/scripts/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00503-g0b7ada5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/dawncrow/buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target touch /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' make: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2019.02-git-00503-g0b7ada5 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> acpitool 0.5.1 Collecting legal info ERROR: No hash found for COPYING >>> argp-standalone 1.3 Collecting legal info >>> avahi 0.7 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bluez5_utils 5.50 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> ca-certificates 20180409 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> cppdb 0.3.1 Collecting legal info ERROR: No hash found for LICENSE_1_0.txt ERROR: No hash found for MIT.txt >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> postgresql 11.1 Collecting legal info COPYRIGHT: OK (sha256: 24cfc70cf16b3a23242c49ffce39510683bdd48cbedb8a46fe03976ee5f5c21e) >>> host-zic 2018e Collecting legal info >>> f2fs-tools v1.11.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-f2fs-tools v1.11.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> fb-test-app rosetta-1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> fftw 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fping 4.0 Collecting legal info ERROR: No hash found for COPYING >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gnutls 3.5.19 Collecting legal info doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libidn 1.35 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nettle 3.4 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> p11-kit 0.23.2 Collecting legal info ERROR: No hash found for COPYING >>> jimtcl 0.75 Collecting legal info ERROR: No hash found for LICENSE >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info ERROR: No hash found for json2.js >>> jsoncpp 1.8.4 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> leptonica 1.76.0 Collecting legal info leptonica-license.txt: OK (sha256: ca0ac11c7c0acad9599d54990942cc11c9f6d9b569f1a360d774a628819c3518) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libhdhomerun 20180817 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libkrb5 1.16.2 Collecting legal info NOTICE: OK (sha256: 58534f00ed877fd32936fcab094f49d399aeef7716393204d8028c4b89050c82) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsepol 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info ERROR: No hash found for LICENSE >>> libshout 2.4.1 Collecting legal info ERROR: No hash found for COPYING >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuecc 7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libyaml 0.2.1 Collecting legal info LICENSE: OK (sha256: bfcb6a7dfbfd30e0ccc8bb34ab712bd1568586ad8c5b078ccae443b04e79749e) >>> logrotate 3.13.0 Collecting legal info ERROR: No hash found for COPYING >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> 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 ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> perl-cookie-baker 0.10 Collecting legal info LICENSE: OK (sha256: b4ce94671fa219074d4e91e2268652d6bf9764cebcc7a5e27bfc14897745ca4c) >>> host-perl 5.28.1 Collecting legal info ERROR: No hash found for Artistic ERROR: No hash found for Copying ERROR: No hash found for README >>> host-perl-module-build-tiny 0.039 Collecting legal info LICENSE: OK (sha256: 09fd2bc0428920c455f10c5a6c52e2bb4615114e88966c75ce27a07af028c36b) >>> host-perl-extutils-config 0.008 Collecting legal info LICENSE: OK (sha256: 33b39fda54675d4d681764049e27b537cac12213aa6650667abea43662264ddc) >>> host-perl-extutils-helpers 0.026 Collecting legal info LICENSE: OK (sha256: e5530d0ebc8662df3a970644d867faf12760b1a95ca6e2bf1c5f9af410a418e0) >>> host-perl-extutils-installpaths 0.012 Collecting legal info LICENSE: OK (sha256: b95d38ac031587625625d92fbd2ee1d5df0d02606057d680e7dcf3598fe629f9) >>> perl 5.28.1 Collecting legal info ERROR: No hash found for Artistic ERROR: No hash found for Copying ERROR: No hash found for README >>> perl-datetime-tiny 1.07 Collecting legal info LICENSE: OK (sha256: 21cda7a55a8d4b32a43c654f0d4d4a1587096b35bf2a93ea12a2e3a8c2c0b88f) >>> perl-uri 1.74 Collecting legal info LICENSE: OK (sha256: 65cd6f88516a30f56fd4e0080fb78ea69424fc89067470dc994e4abfba08664e) >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> radvd 2.12 Collecting legal info ERROR: No hash found for COPYRIGHT >>> semodule-utils 2.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> sshpass 1.06 Collecting legal info ERROR: No hash found for COPYING >>> tesseract-ocr 3.05.02 Collecting legal info COPYING: OK (sha256: d770c1ac1235bc018530701da1ce453367f7952a3075d12b9029f81a26c05f13) >>> tinyhttpd 0.1.0 Collecting legal info ERROR: No hash found for README >>> w_scan 20170107 Collecting legal info ERROR: No hash found for COPYING >>> x265 2.8 Collecting legal info COPYING: OK (sha256: d8afb1bcc7a2cfc603683b168d6987ef0a48e59e0da3693bf55c5d33b67e2b49) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: zic-2018e: cannot save license (HOST_ZIC_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/dawncrow/buildroot-test/scripts/instance-0/output/legal-info make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot'