make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' [ 62%] Building CXX object encoder/CMakeFiles/encoder.dir/analysis.cpp.o [ 64%] Building CXX object encoder/CMakeFiles/encoder.dir/search.cpp.o /home/buildroot/autobuild/instance-0/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/instance-0/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/instance-0/output/build/x265-2.8/source/encoder/search.cpp:30: /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/search.h:414:12: note: 'struct x265::Search::MergeData' declared here struct MergeData ^~~~~~~~~ /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/search.cpp: In member function 'void x265::Search::encodeResAndCalcRdInterCU(x265::Mode&, const x265::CUGeom&)': /home/buildroot/autobuild/instance-0/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/instance-0/output/build/x265-2.8/source/encoder/search.cpp:30: /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/search.h:388:12: note: 'struct x265::Search::TUInfoCache' declared here struct TUInfoCache ^~~~~~~~~~~ [ 66%] Building CXX object encoder/CMakeFiles/encoder.dir/bitcost.cpp.o [ 68%] Building CXX object encoder/CMakeFiles/encoder.dir/motion.cpp.o [ 70%] Building CXX object encoder/CMakeFiles/encoder.dir/slicetype.cpp.o [ 72%] Building CXX object encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o In file included from /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/frameencoder.cpp:33: /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/frameencoder.h: In member function 'void x265::CTURow::init(x265::Entropy&, unsigned int)': /home/buildroot/autobuild/instance-0/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/instance-0/output/build/x265-2.8/source/encoder/frameencoder.cpp:28: /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/common/framedata.h:41:8: note: 'struct x265::FrameStats' declared here struct FrameStats ^~~~~~~~~~ /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/frameencoder.cpp: In constructor 'x265::FrameEncoder::FrameEncoder()': /home/buildroot/autobuild/instance-0/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/instance-0/output/build/x265-2.8/source/encoder/frameencoder.h:40, from /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/frameencoder.cpp:33: /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/ratecontrol.h:66:8: note: 'struct x265::RateControlEntry' declared here struct RateControlEntry ^~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/frameencoder.cpp: In member function 'void x265::FrameEncoder::compressFrame()': /home/buildroot/autobuild/instance-0/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/instance-0/output/build/x265-2.8/source/encoder/frameencoder.cpp:28: /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/common/framedata.h:41:8: note: 'struct x265::FrameStats' declared here struct FrameStats ^~~~~~~~~~ /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/frameencoder.cpp: In member function 'virtual void x265::FrameEncoder::processRowEncoder(int, x265::ThreadLocalData&)': /home/buildroot/autobuild/instance-0/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/instance-0/output/build/x265-2.8/source/encoder/frameencoder.cpp:28: /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/common/framedata.h:41:8: note: 'struct x265::FrameStats' declared here struct FrameStats ^~~~~~~~~~ /home/buildroot/autobuild/instance-0/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/instance-0/output/build/x265-2.8/source/encoder/frameencoder.cpp:28: /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/common/framedata.h:41:8: note: 'struct x265::FrameStats' declared here struct FrameStats ^~~~~~~~~~ [ 74%] Building CXX object encoder/CMakeFiles/encoder.dir/framefilter.cpp.o In file included from /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/framefilter.cpp:30: /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/frameencoder.h: In member function 'void x265::CTURow::init(x265::Entropy&, unsigned int)': /home/buildroot/autobuild/instance-0/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/instance-0/output/build/x265-2.8/source/encoder/framefilter.cpp:27: /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/common/framedata.h:41:8: note: 'struct x265::FrameStats' declared here struct FrameStats ^~~~~~~~~~ [ 76%] Building CXX object encoder/CMakeFiles/encoder.dir/level.cpp.o [ 78%] Building CXX object encoder/CMakeFiles/encoder.dir/nal.cpp.o [ 80%] Building CXX object encoder/CMakeFiles/encoder.dir/sei.cpp.o [ 82%] Building CXX object encoder/CMakeFiles/encoder.dir/sao.cpp.o [ 84%] Building CXX object encoder/CMakeFiles/encoder.dir/entropy.cpp.o [ 86%] Building CXX object encoder/CMakeFiles/encoder.dir/dpb.cpp.o [ 88%] Building CXX object encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/ratecontrol.cpp: In member function 'int x265::RateControl::writeRateControlFrameStats(x265::Frame*, x265::RateControlEntry*)': /home/buildroot/autobuild/instance-0/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/instance-0/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/instance-0/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/instance-0/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/instance-0/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/instance-0/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]); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 90%] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o [ 92%] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o In file included from /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/encoder.cpp:36: /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/frameencoder.h: In member function 'void x265::CTURow::init(x265::Entropy&, unsigned int)': /home/buildroot/autobuild/instance-0/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/instance-0/output/build/x265-2.8/source/encoder/encoder.cpp:30: /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/common/framedata.h:41:8: note: 'struct x265::FrameStats' declared here struct FrameStats ^~~~~~~~~~ /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/encoder.cpp: In member function 'bool x265::Encoder::computeSPSRPSIndex()': /home/buildroot/autobuild/instance-0/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/instance-0/output/build/x265-2.8/source/common/framedata.h:28, from /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/encoder/encoder.cpp:30: /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source/common/slice.h:45:8: note: 'struct x265::RPS' declared here struct RPS ^~~ [ 94%] Building CXX object encoder/CMakeFiles/encoder.dir/api.cpp.o [ 96%] Building CXX object encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' [ 96%] Built target encoder make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' Scanning dependencies of target x265-static make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' [ 98%] Linking CXX static library libx265.a make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' [ 98%] Built target x265-static make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' Scanning dependencies of target x265-shared make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' [100%] Linking CXX shared library libx265.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' [100%] Built target x265-shared make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' >>> x265 2.8 Installing to staging directory PATH="/home/buildroot/autobuild/instance-0/output/host/bin:/home/buildroot/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j1 DESTDIR=/home/buildroot/autobuild/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot install/fast -C /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libx265.a -- Installing: /home/buildroot/autobuild/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/x265.h -- Installing: /home/buildroot/autobuild/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/x265_config.h -- Installing: /home/buildroot/autobuild/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libx265.so.160 -- Installing: /home/buildroot/autobuild/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libx265.so -- Installing: /home/buildroot/autobuild/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/x265.pc make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' >>> x265 2.8 Fixing libtool files >>> x265 2.8 Installing to target PATH="/home/buildroot/autobuild/instance-0/output/host/bin:/home/buildroot/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j1 DESTDIR=/home/buildroot/autobuild/instance-0/output/target install/fast -C /home/buildroot/autobuild/instance-0/output/build/x265-2.8/source make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output/build/x265-2.8/source' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-0/output/target/usr/lib/libx265.a -- Installing: /home/buildroot/autobuild/instance-0/output/target/usr/include/x265.h -- Installing: /home/buildroot/autobuild/instance-0/output/target/usr/include/x265_config.h -- Installing: /home/buildroot/autobuild/instance-0/output/target/usr/lib/libx265.so.160 -- Installing: /home/buildroot/autobuild/instance-0/output/target/usr/lib/libx265.so -- Installing: /home/buildroot/autobuild/instance-0/output/target/usr/lib/pkgconfig/x265.pc make[1]: Leaving directory '/home/buildroot/autobuild/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/buildroot/autobuild/instance-0/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/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl/cli/cls/basic.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libv4l/plugins/libv4l-mplane.la" is touched by more than one package: [u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libuv.la" is touched by more than one package: [u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libatomic_ops_gpl.la" is touched by more than one package: [u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl/cli/qdisc/bfifo.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnftnl.la" is touched by more than one package: [u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libselinux', u'ncurses', u'libzlib', u'util-linux', u'apr', u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libv4l2rds.la" is touched by more than one package: [u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libglog.la" is touched by more than one package: [u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libv4l/v4l1compat.la" is touched by more than one package: [u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libselinux', u'ncurses', u'libzlib', u'util-linux', u'apr', u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libv4lconvert.la" is touched by more than one package: [u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libaacs.la" is touched by more than one package: [u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libibrdtn.la" is touched by more than one package: [u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libselinux', u'ncurses', u'libzlib', u'util-linux', u'apr', u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libatomic_ops.la" is touched by more than one package: [u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl/cli/qdisc/htb.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl/cli/qdisc/blackhole.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libv4l1.la" is touched by more than one package: [u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libmhash.la" is touched by more than one package: [u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl/cli/cls/cgroup.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'apr', u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl/cli/qdisc/plug.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libosip2.la" is touched by more than one package: [u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl/cli/qdisc/pfifo.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libcoap-1.la" is touched by more than one package: [u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl/cli/qdisc/hfsc.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/liboping.la" is touched by more than one package: [u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libgcrypt.la" is touched by more than one package: [u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libqrencode.la" is touched by more than one package: [u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libhwloc.la" is touched by more than one package: [u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libv4l/v4l2convert.la" is touched by more than one package: [u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libv4l2.la" is touched by more than one package: [u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libibrcommon.la" is touched by more than one package: [u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libosipparser2.la" is touched by more than one package: [u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl/cli/qdisc/ingress.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libeXosip2.la" is touched by more than one package: [u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libraw1394.la" is touched by more than one package: [u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libapr-1.la" is touched by more than one package: [u'apr', u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl/cli/qdisc/fq_codel.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] Warning: staging file "./usr/lib/libnl-cli-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'pciutils', u'cups', u'glog', u'hwloc', u'ibrcommon', u'ibrdtn', u'libgpg-error', u'libgcrypt', u'libaacs', u'libatomic_ops', u'libcoap', u'libcrossguid', u'libdvdcss', u'libosip2', u'libeXosip2', u'libmhash', u'libmnl', u'libnftnl', u'liboping', u'libqrencode', u'libraw1394', u'libreplaygain', u'libtommath', u'libuv', u'libv4l', u'moarvm', u'wireless_tools', u'x265'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/instance-0/output/build/packages-file-list-host.txt Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libv4l/v4l1compat.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl-nf-3.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-ncurses', u'host-bison', u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libv4l/v4l2convert.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libeXosip2.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libqrencode.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgpg-error.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl-genl-3.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libibrdtn.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgcrypt.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl/cli/cls/cgroup.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libuv.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libhwloc.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libcoap-1.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/liboping.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl/cli/qdisc/plug.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libapr-1.la" is touched by more than one package: [u'host-bison', u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl/cli/qdisc/htb.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl-route-3.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl/cli/qdisc/fq_codel.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libibrcommon.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libv4l2rds.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libatomic_ops_gpl.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libv4lconvert.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libglog.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-ncurses', u'host-bison', u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libv4l1.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl/cli/qdisc/pfifo.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl/cli/qdisc/bfifo.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-ncurses', u'host-bison', u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libraw1394.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnftnl.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libv4l2.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl/cli/cls/basic.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-bison', u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl/cli/qdisc/hfsc.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libv4l/plugins/libv4l-mplane.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libreplaygain.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libdvdcss.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl/cli/qdisc/blackhole.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl-cli-3.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl/cli/qdisc/ingress.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libosipparser2.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libmhash.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libmnl.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libaacs.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl-3.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libatomic_ops.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libosip2.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'host-lua', u'host-opkg-utils', u'host-cmake'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-0/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-0/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-0/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-0/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/instance-0/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/buildroot/autobuild/instance-0/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/instance-0/output/host/bin/aarch64-linux-gnu-%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a72%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/instance-0/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/autobuild/instance-0/output/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-0/output/target/etc/shadow rm -f /home/buildroot/autobuild/instance-0/output/target/bin/sh rm -f /home/buildroot/autobuild/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/include /home/buildroot/autobuild/instance-0/output/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output/target/usr/share/cmake find /home/buildroot/autobuild/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output/target/lib/ /home/buildroot/autobuild/instance-0/output/target/usr/lib/ /home/buildroot/autobuild/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/man /home/buildroot/autobuild/instance-0/output/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/info /home/buildroot/autobuild/instance-0/output/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/doc /home/buildroot/autobuild/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/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/buildroot/autobuild/instance-0/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-0/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/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/buildroot/autobuild/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/buildroot/autobuild/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-01155-gc96156add9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /home/buildroot/autobuild/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output/target/usr make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2019.02-git-01155-gc96156add9 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-arm-aarch64 2018.11 Collecting legal info >>> toolchain Collecting legal info >>> host-android-tools 4.2.2+git20130218 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> 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-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) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> arp-scan 1.9 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> civetweb v1.11 Collecting legal info LICENSE.md: OK (sha256: 1cd00da00b8649b4005757f4019acfd3102ecd407f47998081697e8e9086f706) >>> cups 2.2.7 Collecting legal info LICENSE.txt: OK (sha256: 6e0e0ffbde118aae709f7ef65590de9071e8b2cd322f84fd645c6b64f3cc452c) >>> glog v0.3.5 Collecting legal info COPYING: OK (sha256: 0fc497129c5c69ff6f22da6933c7e4aaef082fde8437fd57680c2780100772a4) >>> hostapd 2.7 Collecting legal info README: OK (sha256: 76eeecd8fc291a71f29189ea20e6a34387b8048a959cbc6a65c41b98194643a2) >>> hwloc 1.11.7 Collecting legal info ERROR: No hash found for COPYING >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> ibrdtn 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> inconsolata 001.010 Collecting legal info ERROR: No hash found for OFL.txt >>> initscripts Collecting legal info >>> libaacs 0.9.0 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libgcrypt 1.8.4 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.33 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libatomic_ops v7.6.6 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcoap v4.1.2 Collecting legal info COPYING: OK (sha256: 28b61fbf3c5477611d7f6ead97d15348934496d27dca815b34d45e622730e72e) LICENSE.GPL: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) LICENSE.BSD: OK (sha256: 9d5aeec17bdf82369bbe6e89efb07b7b35abefa044ea1d25cb2feeb70df1c208) >>> libcrossguid 8f399e8bd4252be9952f3dfa8199924cc8487ca4 Collecting legal info ERROR: No hash found for LICENSE >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libeXosip2 3.6.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 3.6.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> liberation 2.00.1 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnftnl 1.1.2 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libqrencode 4.0.0 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libtommath 1.1.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libuv v1.25.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libv4l 1.16.2 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 37d0f2c8dc3f267d864cb39d54f82c5092a599beb29cb5caa96d50d27e069a44) >>> mmc-utils 37c86e60c0442fef570b75cd81aeb1db4d0cbafd Collecting legal info >>> moarvm 2017.05 Collecting legal info ERROR: No hash found for Artistic2.txt >>> host-lua 5.1.5 Collecting legal info ERROR: No hash found for COPYRIGHT >>> ncdu 1.13 Collecting legal info COPYING: OK (sha256: 0ee47c3742a867ace26eb429cce593b54ab4ccb4c4a97d62e41363cbf80c8a24) >>> netplug 1.2.9.2 Collecting legal info ERROR: No hash found for COPYING >>> host-opkg-utils 0.3.4 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> powertop 2.9 Collecting legal info ERROR: No hash found for COPYING >>> host-sam-ba 2.18 Collecting legal info doc/license.txt: OK (sha256: f9cac240acadbfd8f4f1c0d65132f85427384697bd6337da6444c531138d56ee) tcl_lib/boards.tcl: OK (sha256: 255564ff8953ea95c11a4ab1d56f1edf332298faad209ca80daf745c7ed95124) applets/sam4c/libraries/libchip_sam4c/include/sam4c/sam4c32e-1.h: OK (sha256: 74ae62858139cb4e18acc3448483be80ea6b36fdb87260b665f43762ca354ede) >>> 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) >>> wireless_tools 30.pre9 Collecting legal info ERROR: No hash found for COPYING >>> x265 2.8 Collecting legal info COPYING: OK (sha256: d8afb1bcc7a2cfc603683b168d6987ef0a48e59e0da3693bf55c5d33b67e2b49) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-arm-aarch64-2018.11: cannot save license (TOOLCHAIN_EXTERNAL_ARM_AARCH64_LICENSE_FILES not defined) WARNING: mmc-utils-37c86e60c0442fef570b75cd81aeb1db4d0cbafd: cannot save license (MMC_UTILS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'