of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Deprecation Warning at CMakeLists.txt:16 (cmake_policy): The OLD behavior for policy CMP0054 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- The C compiler identification is GNU 4.8.2 -- The CXX compiler identification is GNU 4.8.2 -- Check for working C compiler: /home/naourr/work/instance-0/output/host/bin/mips64el-ctng_n32-linux-gnu-gcc -- Check for working C compiler: /home/naourr/work/instance-0/output/host/bin/mips64el-ctng_n32-linux-gnu-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/naourr/work/instance-0/output/host/bin/mips64el-ctng_n32-linux-gnu-g++ -- Check for working CXX compiler: /home/naourr/work/instance-0/output/host/bin/mips64el-ctng_n32-linux-gnu-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- CMAKE_SYSTEM_PROCESSOR value `mips64el` is unknown -- Please add this value near /home/naourr/work/instance-0/output/build/x265-2.8/source/CMakeLists.txt:78 -- Could NOT find NUMA (missing: NUMA_ROOT_DIR NUMA_INCLUDE_DIR NUMA_LIBRARY) -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Performing Test CC_HAS_NO_STRICT_OVERFLOW -- Performing Test CC_HAS_NO_STRICT_OVERFLOW - Success -- Performing Test CC_HAS_NO_NARROWING -- Performing Test CC_HAS_NO_NARROWING - Success -- Performing Test CC_HAS_NO_ARRAY_BOUNDS -- Performing Test CC_HAS_NO_ARRAY_BOUNDS - Success -- Performing Test CC_HAS_FAST_MATH -- Performing Test CC_HAS_FAST_MATH - Success -- Performing Test CC_HAS_STACK_REALIGN -- Performing Test CC_HAS_STACK_REALIGN - Failed -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG - Success -- Found nasm: /usr/bin/nasm (found version "2.13.03") -- x265 version 2.8 -- Looking for strtok_r -- Looking for strtok_r - found -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/naourr/work/instance-0/output/build/x265-2.8/source >>> x265 2.8 Building PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j1 -C /home/naourr/work/instance-0/output/build/x265-2.8/source make[1]: Entering directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' make[3]: Entering directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' Scanning dependencies of target common make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' make[3]: Entering directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' [ 2%] Building CXX object common/CMakeFiles/common.dir/primitives.cpp.o [ 4%] Building CXX object common/CMakeFiles/common.dir/pixel.cpp.o [ 6%] Building CXX object common/CMakeFiles/common.dir/dct.cpp.o [ 8%] Building CXX object common/CMakeFiles/common.dir/lowpassdct.cpp.o [ 10%] Building CXX object common/CMakeFiles/common.dir/ipfilter.cpp.o [ 12%] Building CXX object common/CMakeFiles/common.dir/intrapred.cpp.o [ 14%] Building CXX object common/CMakeFiles/common.dir/loopfilter.cpp.o [ 16%] Building CXX object common/CMakeFiles/common.dir/constants.cpp.o [ 18%] Building CXX object common/CMakeFiles/common.dir/cpu.cpp.o /home/naourr/work/instance-0/output/build/x265-2.8/source/common/cpu.cpp:386:10: warning: unused parameter 'benableavx512' [-Wunused-parameter] uint32_t cpu_detect(bool benableavx512) ^ [ 20%] Building CXX object common/CMakeFiles/common.dir/version.cpp.o [ 22%] Building CXX object common/CMakeFiles/common.dir/threading.cpp.o [ 24%] Building CXX object common/CMakeFiles/common.dir/threadpool.cpp.o [ 26%] Building CXX object common/CMakeFiles/common.dir/wavefront.cpp.o [ 28%] Building CXX object common/CMakeFiles/common.dir/md5.cpp.o [ 30%] Building CXX object common/CMakeFiles/common.dir/bitstream.cpp.o [ 32%] Building CXX object common/CMakeFiles/common.dir/yuv.cpp.o [ 34%] Building CXX object common/CMakeFiles/common.dir/shortyuv.cpp.o [ 36%] Building CXX object common/CMakeFiles/common.dir/picyuv.cpp.o [ 38%] Building CXX object common/CMakeFiles/common.dir/common.cpp.o [ 40%] Building CXX object common/CMakeFiles/common.dir/param.cpp.o [ 42%] Building CXX object common/CMakeFiles/common.dir/frame.cpp.o [ 44%] Building CXX object common/CMakeFiles/common.dir/framedata.cpp.o [ 46%] Building CXX object common/CMakeFiles/common.dir/cudata.cpp.o [ 48%] Building CXX object common/CMakeFiles/common.dir/slice.cpp.o [ 50%] Building CXX object common/CMakeFiles/common.dir/lowres.cpp.o [ 52%] Building CXX object common/CMakeFiles/common.dir/piclist.cpp.o [ 54%] Building CXX object common/CMakeFiles/common.dir/predict.cpp.o [ 56%] Building CXX object common/CMakeFiles/common.dir/scalinglist.cpp.o [ 58%] Building CXX object common/CMakeFiles/common.dir/quant.cpp.o [ 60%] Building CXX object common/CMakeFiles/common.dir/deblock.cpp.o make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' [ 60%] Built target common make[3]: Entering directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' Scanning dependencies of target encoder make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' make[3]: Entering directory '/home/naourr/work/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 [ 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 [ 74%] Building CXX object encoder/CMakeFiles/encoder.dir/framefilter.cpp.o [ 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 [ 90%] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o [ 92%] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o [ 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/naourr/work/instance-0/output/build/x265-2.8/source' [ 96%] Built target encoder make[3]: Entering directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' Scanning dependencies of target x265-static make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' make[3]: Entering directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' [ 98%] Linking CXX static library libx265.a make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' [ 98%] Built target x265-static make[3]: Entering directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' Scanning dependencies of target x265-shared make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' make[3]: Entering directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' [100%] Linking CXX shared library libx265.so make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' [100%] Built target x265-shared make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' >>> x265 2.8 Installing to staging directory PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j1 DESTDIR=/home/naourr/work/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot install/fast -C /home/naourr/work/instance-0/output/build/x265-2.8/source make[1]: Entering directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/libx265.a -- Installing: /home/naourr/work/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/x265.h -- Installing: /home/naourr/work/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/x265_config.h -- Installing: /home/naourr/work/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/libx265.so.160 -- Installing: /home/naourr/work/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/libx265.so -- Installing: /home/naourr/work/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/x265.pc make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' >>> x265 2.8 Fixing libtool files >>> x265 2.8 Installing to target PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j1 DESTDIR=/home/naourr/work/instance-0/output/target install/fast -C /home/naourr/work/instance-0/output/build/x265-2.8/source make[1]: Entering directory '/home/naourr/work/instance-0/output/build/x265-2.8/source' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libx265.a -- Installing: /home/naourr/work/instance-0/output/target/usr/include/x265.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/x265_config.h -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libx265.so.160 -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libx265.so -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/pkgconfig/x265.pc make[1]: Leaving directory '/home/naourr/work/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/naourr/work/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libv4l/v4l1compat.la" is touched by more than one package: [u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libv4l/plugins/libv4l-mplane.la" is touched by more than one package: [u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libv4l/v4l2convert.la" is touched by more than one package: [u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libaprutil-1.la" is touched by more than one package: [u'apr-util', u'pcre', u'apache', u'assimp', u'bcg729', u'boost', u'faad2', u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'apache', u'assimp', u'bcg729', u'boost', u'faad2', u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libkms.la" is touched by more than one package: [u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libv4l1.la" is touched by more than one package: [u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'apache', u'assimp', u'bcg729', u'boost', u'faad2', u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'postgresql', u'apr-util', u'pcre', u'apache', u'assimp', u'bcg729', u'boost', u'faad2', u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'apache', u'assimp', u'bcg729', u'boost', u'faad2', u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libdrm.la" is touched by more than one package: [u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libibrcommon.la" is touched by more than one package: [u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libntfs-3g.la" is touched by more than one package: [u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'postgresql', u'apr-util', u'pcre', u'apache', u'assimp', u'bcg729', u'boost', u'faad2', u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libhid.la" is touched by more than one package: [u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libmicrohttpd.la" is touched by more than one package: [u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libv4l2rds.la" is touched by more than one package: [u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libfaad.la" is touched by more than one package: [u'faad2', u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libopenssl', u'postgresql', u'apr-util', u'pcre', u'apache', u'assimp', u'bcg729', u'boost', u'faad2', u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libusb.la" is touched by more than one package: [u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libv4l2.la" is touched by more than one package: [u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'postgresql', u'apr-util', u'pcre', u'apache', u'assimp', u'bcg729', u'boost', u'faad2', u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libfaad_drm.la" is touched by more than one package: [u'faad2', u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libibrdtn.la" is touched by more than one package: [u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/apr-util-1/apr_crypto_openssl.la" is touched by more than one package: [u'apr-util', u'pcre', u'apache', u'assimp', u'bcg729', u'boost', u'faad2', u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libdvbcsa.la" is touched by more than one package: [u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/apr-util-1/apr_dbd_pgsql.la" is touched by more than one package: [u'apr-util', u'pcre', u'apache', u'assimp', u'bcg729', u'boost', u'faad2', u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libgbm.la" is touched by more than one package: [u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libapr-1.la" is touched by more than one package: [u'apr', u'expat', u'libopenssl', u'postgresql', u'apr-util', u'pcre', u'apache', u'assimp', u'bcg729', u'boost', u'faad2', u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'ibrcommon', u'libffi', u'libglib2', u'ibrdtn', u'lensfun', u'libpthread-stubs', u'libdrm', u'libdvbcsa', u'libusb', u'libusb-compat', u'libhid', u'libmicrohttpd', u'libsrtp', u'libpjsip', u'libreplaygain', u'libssh', u'libubox', u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libglapi.la" is touched by more than one package: [u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] Warning: staging file "./usr/lib/libv4lconvert.la" is touched by more than one package: [u'libv4l', u'popt', u'mesa3d', u'ntfs-3g', u'paho-mqtt-c', u'physfs', u'tinyalsa', u'ustream-ssl', u'x265'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-bison', u'host-gettext'] Warning: host file "./share/man/man8/fsck.8" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] Warning: host file "./sbin/fsck" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-0/output/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-0/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-0/output/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/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/naourr/work/instance-0/output/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-0/output/host/bin/glib-compile-schemas /home/naourr/work/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-0/output/target/etc echo "buildroot" > /home/naourr/work/instance-0/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-0/output/target/etc/hosts mkdir -p /home/naourr/work/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-0/output/target/etc/shadow rm -f /home/naourr/work/instance-0/output/target/bin/sh rm -f /home/naourr/work/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-0/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-0/output/target/usr/include /home/naourr/work/instance-0/output/target/usr/share/aclocal \ /home/naourr/work/instance-0/output/target/usr/lib/pkgconfig /home/naourr/work/instance-0/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-0/output/target/usr/lib/cmake /home/naourr/work/instance-0/output/target/usr/share/cmake find /home/naourr/work/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-0/output/target/lib/ /home/naourr/work/instance-0/output/target/usr/lib/ /home/naourr/work/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-0/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-0/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-0/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-0/output/target/usr/man /home/naourr/work/instance-0/output/target/usr/share/man rm -rf /home/naourr/work/instance-0/output/target/usr/info /home/naourr/work/instance-0/output/target/usr/share/info rm -rf /home/naourr/work/instance-0/output/target/usr/doc /home/naourr/work/instance-0/output/target/usr/share/doc rm -rf /home/naourr/work/instance-0/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-0/output/target/usr/share 2>/dev/null || true find /home/naourr/work/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/naourr/work/instance-0/output/host/bin/mips64el-ctng_n32-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-0/output/host/bin/mips64el-ctng_n32-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-0/output/host/bin/mips64el-ctng_n32-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/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/naourr/work/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/naourr/work/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11.1-00022-g876d1660e2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11.1"; \ echo "PRETTY_NAME=\"Buildroot 2018.11.1\"" \ ) > /home/naourr/work/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-0/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-0/output/target/usr make: Leaving directory '/home/naourr/work/instance-0/buildroot' make: Entering directory '/home/naourr/work/instance-0/buildroot' >>> Buildroot 2018.11.1-00022-g876d1660e2 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 >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> aespipe 2.4d Collecting legal info >>> apache 2.4.37 Collecting legal info LICENSE: OK (sha256: c49c0819a726b70142621715dae3159c47b0349c2bc9db079070f28dadac0229) >>> 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) >>> 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.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> openssl Collecting legal info >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> postgresql 11.1 Collecting legal info COPYRIGHT: OK (sha256: 24cfc70cf16b3a23242c49ffce39510683bdd48cbedb8a46fe03976ee5f5c21e) >>> host-zic 2018e Collecting legal info >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> assimp v3.2 Collecting legal info ERROR: No hash found for LICENSE >>> babeld 1.7.1 Collecting legal info ERROR: No hash found for LICENCE >>> bcg729 1.0.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> boost 1.68.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> darkhttpd 1.12 Collecting legal info >>> host-e2fsprogs 1.44.4 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> faad2 2.8.8 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fmtools 2.0.7 Collecting legal info ERROR: No hash found for COPYING >>> host-genpart 1.0.2 Collecting legal info >>> i2pd 2.20.0 Collecting legal info LICENSE: OK (sha256: d147a6acdaf8ec9f6513802ef6cad4a4afcdb5ab6b98d9f6bb26d2b7f4cf454c) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ibrdtn 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> initscripts Collecting legal info >>> iptraf-ng 1.1.4 Collecting legal info ERROR: No hash found for LICENSE >>> lensfun 0.3.2 Collecting legal info ERROR: No hash found for docs/gpl-3.0.txt ERROR: No hash found for docs/lgpl-3.0.txt >>> libdrm 2.4.96 Collecting legal info >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libmicrohttpd 0.9.59 Collecting legal info COPYING: OK (sha256: 70e12e2a60151b9ed1a4c94a5ffeb99cd086fa94542b5a92fec581506e8d3121) >>> libpjsip 2.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libsrtp v2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libssh 0.8.4 Collecting legal info COPYING: OK (sha256: 468cf08f784ef6fd3b3705b60dd8111e2b70fbb8f6549cd503665a6bbb3bc625) >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> 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) >>> logrotate 3.13.0 Collecting legal info ERROR: No hash found for COPYING >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> mesa3d 18.2.4 Collecting legal info docs/license.html: OK (sha256: 630e75b4fdeb75ee2bf9e55db54dd1e3ff7353d52d9314ca8512bfd460f8e24c) >>> ntfs-3g 2017.3.23 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> openresolv fe4e1ec4e2be2adfc1530ade94ebb30aa6f51540 Collecting legal info LICENSE: OK (sha256: d1f9dcd2dac4e095b14caab517cfe791a6e0785346164b7d0cafc13c714f8aa5) >>> paho-mqtt-c v1.2.0 Collecting legal info epl-v10: OK (sha256: 44277b2bec6093e4ac313afec251a4de599d24c4e768f8574d95b13a9d2d97b5) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> physfs 3.0.1 Collecting legal info LICENSE.txt: OK (sha256: 7ce475991f6cc09958ef0d57312522eba78e36d984307c95f9a3965adf7e4e2b) >>> proftpd 1.3.6 Collecting legal info ERROR: No hash found for COPYING >>> host-pwgen 2.07 Collecting legal info ERROR: No hash found for debian/copyright >>> host-rauc 0.4 Collecting legal info >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-squashfs e38956b92f738518c29734399629e7cdb33072d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 v1.8.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> host-xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> host-zstd v1.3.5 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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) >>> tinyalsa 1.1.1 Collecting legal info ERROR: No hash found for NOTICE >>> ustream-ssl 23a3f2830341acd1db149175baf7315a33bd0edb Collecting legal info ustream-ssl.h: OK (sha256: 90dd1590cf400a548438e2575e1ff46d8fb8cebae7d09f544aae7e059e30b6c5) >>> wpan-tools 0.7 Collecting legal info ERROR: No hash found for COPYING >>> x265 2.8 Collecting legal info COPYING: OK (sha256: d8afb1bcc7a2cfc603683b168d6987ef0a48e59e0da3693bf55c5d33b67e2b49) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: aespipe-2.4d: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: zic-2018e: cannot save license (HOST_ZIC_LICENSE_FILES not defined) WARNING: darkhttpd-1.12: cannot save license (DARKHTTPD_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: libdrm-2.4.96: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: rauc-0.4: cannot save license (HOST_RAUC_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-0/output/legal-info make: Leaving directory '/home/naourr/work/instance-0/buildroot'