-- cmake version 3.8.2 -- The C compiler identification is GNU 8.2.0 -- The CXX compiler identification is GNU 8.2.0 -- Check for working C compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-linux-gcc -- Check for working C compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-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/buildroot/autobuild/run/instance-3/output/host/bin/arm-linux-g++ -- Check for working CXX compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-linux-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detected ARM target processor -- 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 -- The ASM compiler identification is GNU -- Found assembler: /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-linux-gcc -- 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/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source >>> x265 2.8 Building PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j1 -C /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source Scanning dependencies of target common [ 1%] Building CXX object common/CMakeFiles/common.dir/arm/asm-primitives.cpp.o [ 2%] Building CXX object common/CMakeFiles/common.dir/primitives.cpp.o [ 4%] Building CXX object common/CMakeFiles/common.dir/pixel.cpp.o [ 5%] Building CXX object common/CMakeFiles/common.dir/dct.cpp.o [ 7%] Building CXX object common/CMakeFiles/common.dir/lowpassdct.cpp.o [ 8%] Building CXX object common/CMakeFiles/common.dir/ipfilter.cpp.o [ 10%] Building CXX object common/CMakeFiles/common.dir/intrapred.cpp.o [ 11%] Building CXX object common/CMakeFiles/common.dir/loopfilter.cpp.o [ 13%] Building CXX object common/CMakeFiles/common.dir/constants.cpp.o [ 14%] Building CXX object common/CMakeFiles/common.dir/cpu.cpp.o /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/cpu.cpp: In function 'uint32_t x265::cpu_detect(bool)': /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/cpu.cpp:332:26: warning: unused parameter 'benableavx512' [-Wunused-parameter] uint32_t cpu_detect(bool benableavx512) ~~~~~^~~~~~~~~~~~~ [ 15%] Building CXX object common/CMakeFiles/common.dir/version.cpp.o [ 17%] Building CXX object common/CMakeFiles/common.dir/threading.cpp.o [ 18%] Building CXX object common/CMakeFiles/common.dir/threadpool.cpp.o [ 20%] Building CXX object common/CMakeFiles/common.dir/wavefront.cpp.o [ 21%] Building CXX object common/CMakeFiles/common.dir/md5.cpp.o [ 23%] Building CXX object common/CMakeFiles/common.dir/bitstream.cpp.o [ 24%] Building CXX object common/CMakeFiles/common.dir/yuv.cpp.o [ 26%] Building CXX object common/CMakeFiles/common.dir/shortyuv.cpp.o [ 27%] Building CXX object common/CMakeFiles/common.dir/picyuv.cpp.o [ 28%] Building CXX object common/CMakeFiles/common.dir/common.cpp.o [ 30%] Building CXX object common/CMakeFiles/common.dir/param.cpp.o [ 31%] Building CXX object common/CMakeFiles/common.dir/frame.cpp.o /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/frame.cpp: In constructor 'x265::Frame::Frame()': /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/frame.cpp:47:42: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct x265::Lowres'; use assignment or value-initialization instead [-Wclass-memaccess] memset(&m_lowres, 0, sizeof(m_lowres)); ^ In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/frame.h:29, from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/frame.cpp:26: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/lowres.h:107:8: note: 'struct x265::Lowres' declared here struct Lowres : public ReferencePlanes ^~~~~~ [ 33%] Building CXX object common/CMakeFiles/common.dir/framedata.cpp.o [ 34%] Building CXX object common/CMakeFiles/common.dir/cudata.cpp.o [ 36%] Building CXX object common/CMakeFiles/common.dir/slice.cpp.o [ 37%] Building CXX object common/CMakeFiles/common.dir/lowres.cpp.o [ 39%] Building CXX object common/CMakeFiles/common.dir/piclist.cpp.o [ 40%] Building CXX object common/CMakeFiles/common.dir/predict.cpp.o [ 42%] Building CXX object common/CMakeFiles/common.dir/scalinglist.cpp.o [ 43%] Building CXX object common/CMakeFiles/common.dir/quant.cpp.o [ 44%] Building CXX object common/CMakeFiles/common.dir/deblock.cpp.o [ 44%] Built target common Scanning dependencies of target encoder [ 46%] Building CXX object encoder/CMakeFiles/encoder.dir/analysis.cpp.o [ 47%] Building CXX object encoder/CMakeFiles/encoder.dir/search.cpp.o /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/search.cpp: In member function 'void x265::Search::predInterSearch(x265::Mode&, const x265::CUGeom&, bool, uint32_t*)': /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/search.cpp:2173:36: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct x265::Search::MergeData'; use assignment or value-initialization instead [-Wclass-memaccess] memset(&merge, 0, sizeof(merge)); ^ In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/search.cpp:30: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/search.h:414:12: note: 'struct x265::Search::MergeData' declared here struct MergeData ^~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/search.cpp: In member function 'void x265::Search::encodeResAndCalcRdInterCU(x265::Mode&, const x265::CUGeom&)': /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/search.cpp:2758:50: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct x265::Search::TUInfoCache'; use assignment or value-initialization instead [-Wclass-memaccess] memset(&m_cacheTU, 0, sizeof(TUInfoCache)); ^ In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/search.cpp:30: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/search.h:388:12: note: 'struct x265::Search::TUInfoCache' declared here struct TUInfoCache ^~~~~~~~~~~ [ 49%] Building CXX object encoder/CMakeFiles/encoder.dir/bitcost.cpp.o [ 50%] Building CXX object encoder/CMakeFiles/encoder.dir/motion.cpp.o [ 52%] Building CXX object encoder/CMakeFiles/encoder.dir/slicetype.cpp.o [ 53%] Building CXX object encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.cpp:33: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.h: In member function 'void x265::CTURow::init(x265::Entropy&, unsigned int)': /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.h:108:46: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct x265::FrameStats'; use assignment or value-initialization instead [-Wclass-memaccess] memset(&rowStats, 0, sizeof(rowStats)); ^ In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.cpp:28: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/framedata.h:41:8: note: 'struct x265::FrameStats' declared here struct FrameStats ^~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.cpp: In constructor 'x265::FrameEncoder::FrameEncoder()': /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.cpp:64:47: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct x265::RateControlEntry'; use assignment or value-initialization instead [-Wclass-memaccess] memset(&m_rce, 0, sizeof(RateControlEntry)); ^ In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.h:40, from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.cpp:33: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/ratecontrol.h:66:8: note: 'struct x265::RateControlEntry' declared here struct RateControlEntry ^~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.cpp: In member function 'void x265::FrameEncoder::compressFrame()': /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.cpp:390:92: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct x265::FrameStats'; use assignment or value-initialization instead [-Wclass-memaccess] memset(&(m_frame->m_encData->m_frameStats), 0, sizeof(m_frame->m_encData->m_frameStats)); ^ In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.cpp:28: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/framedata.h:41:8: note: 'struct x265::FrameStats' declared here struct FrameStats ^~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.cpp: In member function 'virtual void x265::FrameEncoder::processRowEncoder(int, x265::ThreadLocalData&)': /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.cpp:1661:72: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct x265::FrameStats'; use assignment or value-initialization instead [-Wclass-memaccess] memset(&curRow.rowStats, 0, sizeof(curRow.rowStats)); ^ In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.cpp:28: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/framedata.h:41:8: note: 'struct x265::FrameStats' declared here struct FrameStats ^~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.cpp:1746:78: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct x265::FrameStats'; use assignment or value-initialization instead [-Wclass-memaccess] memset(&stopRow.rowStats, 0, sizeof(stopRow.rowStats)); ^ In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.cpp:28: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/framedata.h:41:8: note: 'struct x265::FrameStats' declared here struct FrameStats ^~~~~~~~~~ [ 55%] Building CXX object encoder/CMakeFiles/encoder.dir/framefilter.cpp.o In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/framefilter.cpp:30: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.h: In member function 'void x265::CTURow::init(x265::Entropy&, unsigned int)': /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.h:108:46: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct x265::FrameStats'; use assignment or value-initialization instead [-Wclass-memaccess] memset(&rowStats, 0, sizeof(rowStats)); ^ In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/framefilter.cpp:27: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/framedata.h:41:8: note: 'struct x265::FrameStats' declared here struct FrameStats ^~~~~~~~~~ [ 56%] Building CXX object encoder/CMakeFiles/encoder.dir/level.cpp.o [ 57%] Building CXX object encoder/CMakeFiles/encoder.dir/nal.cpp.o [ 59%] Building CXX object encoder/CMakeFiles/encoder.dir/sei.cpp.o [ 60%] Building CXX object encoder/CMakeFiles/encoder.dir/sao.cpp.o [ 62%] Building CXX object encoder/CMakeFiles/encoder.dir/entropy.cpp.o [ 63%] Building CXX object encoder/CMakeFiles/encoder.dir/dpb.cpp.o [ 65%] Building CXX object encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/ratecontrol.cpp: In member function 'int x265::RateControl::writeRateControlFrameStats(x265::Frame*, x265::RateControlEntry*)': /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/ratecontrol.cpp:2834:21: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict] sprintf(deltaPOC, "%s%d~", deltaPOC, rpsWriter->deltaPOC[i]); ^~~~~~~~ ~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/ratecontrol.cpp:2835:21: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict] sprintf(bUsed, "%s%d~", bUsed, rpsWriter->bUsed[i]); ^~~~~ ~~~~~ /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/ratecontrol.cpp:2834:31: warning: '~' directive writing 1 byte into a region of size between 0 and 127 [-Wformat-overflow=] sprintf(deltaPOC, "%s%d~", deltaPOC, rpsWriter->deltaPOC[i]); ^~~~~~~ /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/ratecontrol.cpp:2834:20: note: 'sprintf' output between 3 and 140 bytes into a destination of size 128 sprintf(deltaPOC, "%s%d~", deltaPOC, rpsWriter->deltaPOC[i]); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/ratecontrol.cpp:2835:28: warning: '~' directive writing 1 byte into a region of size between 0 and 39 [-Wformat-overflow=] sprintf(bUsed, "%s%d~", bUsed, rpsWriter->bUsed[i]); ^~~~~~~ /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/ratecontrol.cpp:2835:20: note: 'sprintf' output between 3 and 42 bytes into a destination of size 40 sprintf(bUsed, "%s%d~", bUsed, rpsWriter->bUsed[i]); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 66%] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o [ 68%] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/encoder.cpp:36: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.h: In member function 'void x265::CTURow::init(x265::Entropy&, unsigned int)': /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/frameencoder.h:108:46: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct x265::FrameStats'; use assignment or value-initialization instead [-Wclass-memaccess] memset(&rowStats, 0, sizeof(rowStats)); ^ In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/encoder.cpp:30: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/framedata.h:41:8: note: 'struct x265::FrameStats' declared here struct FrameStats ^~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/encoder.cpp: In member function 'bool x265::Encoder::computeSPSRPSIndex()': /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/encoder.cpp:4632:61: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct x265::RPS'; use assignment or value-initialization instead [-Wclass-memaccess] memset(rpsInSPS, 0, sizeof(RPS) * MAX_NUM_SHORT_TERM_RPS); ^ In file included from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/framedata.h:28, from /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/encoder/encoder.cpp:30: /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source/common/slice.h:45:8: note: 'struct x265::RPS' declared here struct RPS ^~~ [ 69%] Building CXX object encoder/CMakeFiles/encoder.dir/api.cpp.o [ 71%] Building CXX object encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o [ 71%] Built target encoder [ 72%] Generating dct-a.S.o [ 73%] Generating asm.S.o [ 75%] Generating cpu-a.S.o [ 76%] Generating mc-a.S.o [ 78%] Generating sad-a.S.o [ 79%] Generating pixel-util.S.o [ 81%] Generating ssd-a.S.o [ 82%] Generating blockcopy8.S.o [ 84%] Generating ipfilter8.S.o Scanning dependencies of target x265-shared [ 85%] Linking CXX shared library libx265.so [ 85%] Built target x265-shared Scanning dependencies of target x265-static [ 86%] Linking CXX static library libx265.a [100%] Built target x265-static >>> x265 2.8 Installing to staging directory PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j1 DESTDIR=/home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabihf/sysroot install/fast -C /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libx265.a -- Installing: /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/x265.h -- Installing: /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/x265_config.h -- Installing: /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libx265.so.160 -- Installing: /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libx265.so -- Installing: /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig/x265.pc >>> x265 2.8 Fixing libtool files >>> x265 2.8 Installing to target PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j1 DESTDIR=/home/buildroot/autobuild/run/instance-3/output/target install/fast -C /home/buildroot/autobuild/run/instance-3/output/build/x265-2.8/source Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/libx265.a -- Installing: /home/buildroot/autobuild/run/instance-3/output/target/usr/include/x265.h -- Installing: /home/buildroot/autobuild/run/instance-3/output/target/usr/include/x265_config.h -- Installing: /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/libx265.so.160 -- Installing: /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/libx265.so -- Installing: /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig/x265.pc >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list.txt Warning: target file "./etc/fstab" is touched by more than one package: [u'skeleton-init-sysv', u'libselinux'] ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'bcm2835', u'expat', u'freetype', u'fontconfig', u'pixman', u'cairo', u'flex', u'exempi', u'libopenssl', u'liblockfile', u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libopusenc.la" is touched by more than one package: [u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'freetype', u'fontconfig', u'pixman', u'cairo', u'flex', u'exempi', u'libopenssl', u'liblockfile', u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'pixman', u'cairo', u'flex', u'exempi', u'libopenssl', u'liblockfile', u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/liboauth.la" is touched by more than one package: [u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libselinux', u'libzlib', u'util-linux', u'bcm2835', u'expat', u'freetype', u'fontconfig', u'pixman', u'cairo', u'flex', u'exempi', u'libopenssl', u'liblockfile', u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'bcm2835', u'expat', u'freetype', u'fontconfig', u'pixman', u'cairo', u'flex', u'exempi', u'libopenssl', u'liblockfile', u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libexempi.la" is touched by more than one package: [u'exempi', u'libopenssl', u'liblockfile', u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'bcm2835', u'expat', u'freetype', u'fontconfig', u'pixman', u'cairo', u'flex', u'exempi', u'libopenssl', u'liblockfile', u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libselinux', u'libzlib', u'util-linux', u'bcm2835', u'expat', u'freetype', u'fontconfig', u'pixman', u'cairo', u'flex', u'exempi', u'libopenssl', u'liblockfile', u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libopus.la" is touched by more than one package: [u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'flex', u'exempi', u'libopenssl', u'liblockfile', u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libprotobuf.la" is touched by more than one package: [u'protobuf', u'x265'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libselinux', u'libzlib', u'util-linux', u'bcm2835', u'expat', u'freetype', u'fontconfig', u'pixman', u'cairo', u'flex', u'exempi', u'libopenssl', u'liblockfile', u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'exempi', u'libopenssl', u'liblockfile', u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'flex', u'exempi', u'libopenssl', u'liblockfile', u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libUMP.la" is touched by more than one package: [u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libprotobuf-lite.la" is touched by more than one package: [u'protobuf', u'x265'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'pixman', u'cairo', u'flex', u'exempi', u'libopenssl', u'liblockfile', u'liboauth', u'opus', u'libopusenc', u'libtommath', u'libtomcrypt', u'libubox', u'libuci', u'libump', u'popt', u'slang', u'newt', u'protobuf', u'x265'] Warning: staging file "./usr/lib/libprotoc.la" is touched by more than one package: [u'protobuf', u'x265'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'slang', u'newt', u'protobuf', u'x265'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-host.txt Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/liboauth.la" is touched by more than one package: [u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-gperf', u'host-bison', u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libexempi.la" is touched by more than one package: [u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libfreetype.la" is touched by more than one package: [u'host-gperf', u'host-bison', u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-gperf', u'host-bison', u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libfontconfig.la" is touched by more than one package: [u'host-bison', u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpopt.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libcairo.la" is touched by more than one package: [u'host-bison', u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libmount.la" is touched by more than one package: [u'host-gperf', u'host-bison', u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpixman-1.la" is touched by more than one package: [u'host-bison', u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libopusenc.la" is touched by more than one package: [u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-gperf', u'host-bison', u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libexpat.la" is touched by more than one package: [u'host-gperf', u'host-bison', u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libfl.la" is touched by more than one package: [u'host-bison', u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-gperf', u'host-bison', u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libUMP.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libopus.la" is touched by more than one package: [u'host-cmake', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-gperf', u'host-bison', u'host-cmake', u'host-patchelf', u'host-expat'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/run/instance-3/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/run/instance-3/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/run/instance-3/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/run/instance-3/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/run/instance-3/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/run/instance-3/output/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/buildroot/autobuild/run/instance-3/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/run/instance-3/output/host/bin/arm-linux-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a9%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-3/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-3/output/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-3/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-3/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-3/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/include /home/buildroot/autobuild/run/instance-3/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-3/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-3/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-3/output/target/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/man /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/info /home/buildroot/autobuild/run/instance-3/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/doc /home/buildroot/autobuild/run/instance-3/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-3/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-3/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/buildroot/autobuild/run/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-git-00152-gb8ec113"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \ ) > /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-3/output/target/usr make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-3/buildroot' >>> Buildroot 2019.05-git-00152-gb8ec113 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> abootimg 7e127fee6a3981f6b0a50ce9910267cd501e09d4 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> libselinux 2.8 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> acpitool 0.5.1 Collecting legal info ERROR: No hash found for COPYING >>> bcm2835 1.48 Collecting legal info ERROR: No hash found for COPYING >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> cairo 1.15.12 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> freetype 2.9.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> checkpolicy 2.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dejavu 2.37 Collecting legal info ERROR: No hash found for LICENSE >>> exempi 2.4.5 Collecting legal info COPYING: OK (sha256: 3d3c3593c15e0d35bdae0df7c642106250f6be3adc61477419413900f23ae607) >>> gesftpserver 0.2.2 Collecting legal info ERROR: No hash found for COPYING >>> gptfdisk 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> initscripts Collecting legal info >>> keepalived 2.0.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.1.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libuci 49ec6efbdac4819033d34f08927d795f83a3932d Collecting legal info >>> libump ec0680628744f30b8fac35e41a7bd8e23e59c39f Collecting legal info >>> lighttpd 1.4.53 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> newt 0.52.20 Collecting legal info ERROR: No hash found for COPYING >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> protobuf 3.6.0 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> host-protobuf 3.6.0 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> wireless-regdb 2018.09.07 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> 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: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: libuci-49ec6efbdac4819033d34f08927d795f83a3932d: cannot save license (LIBUCI_LICENSE_FILES not defined) WARNING: libump-ec0680628744f30b8fac35e41a7bd8e23e59c39f: cannot save license (LIBUMP_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-3/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'