-- Detecting C compile features - done -- Check for working CXX compiler: /accts/mlweber1/instance-2/output/host/bin/aarch64-linux-gnu-g++ -- Check for working CXX compiler: /accts/mlweber1/instance-2/output/host/bin/aarch64-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 `aarch64` is unknown -- Please add this value near /accts/mlweber1/instance-2/output/build/x265-2.8/source/CMakeLists.txt:78 -- Could NOT find NUMA (missing: NUMA_ROOT_DIR NUMA_INCLUDE_DIR NUMA_LIBRARY) -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Performing Test CC_HAS_NO_STRICT_OVERFLOW -- Performing Test CC_HAS_NO_STRICT_OVERFLOW - Success -- Performing Test CC_HAS_NO_NARROWING -- Performing Test CC_HAS_NO_NARROWING - Success -- Performing Test CC_HAS_NO_ARRAY_BOUNDS -- Performing Test CC_HAS_NO_ARRAY_BOUNDS - Success -- Performing Test CC_HAS_FAST_MATH -- Performing Test CC_HAS_FAST_MATH - Success -- Performing Test CC_HAS_STACK_REALIGN -- Performing Test CC_HAS_STACK_REALIGN - Failed -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG - Success -- Could NOT find nasm (missing: NASM_EXECUTABLE) -- x265 version 2.8 -- Looking for strtok_r -- Looking for strtok_r - found -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /accts/mlweber1/instance-2/output/build/x265-2.8/source >>> x265 2.8 Building PATH="/accts/mlweber1/instance-2/output/host/bin:/accts/mlweber1/instance-2/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 -C /accts/mlweber1/instance-2/output/build/x265-2.8/source make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' make[2]: Entering directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' Scanning dependencies of target common make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' Scanning dependencies of target encoder make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' [ 2%] Building CXX object common/CMakeFiles/common.dir/primitives.cpp.o make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' [ 4%] Building CXX object common/CMakeFiles/common.dir/pixel.cpp.o [ 8%] Building CXX object common/CMakeFiles/common.dir/lowpassdct.cpp.o [ 8%] Building CXX object common/CMakeFiles/common.dir/dct.cpp.o [ 10%] Building CXX object common/CMakeFiles/common.dir/ipfilter.cpp.o [ 12%] Building CXX object encoder/CMakeFiles/encoder.dir/search.cpp.o [ 14%] Building CXX object common/CMakeFiles/common.dir/intrapred.cpp.o [ 16%] Building CXX object encoder/CMakeFiles/encoder.dir/analysis.cpp.o [ 18%] Building CXX object encoder/CMakeFiles/encoder.dir/bitcost.cpp.o [ 20%] Building CXX object encoder/CMakeFiles/encoder.dir/motion.cpp.o [ 22%] Building CXX object encoder/CMakeFiles/encoder.dir/slicetype.cpp.o [ 24%] Building CXX object encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o [ 26%] Building CXX object encoder/CMakeFiles/encoder.dir/framefilter.cpp.o [ 28%] Building CXX object encoder/CMakeFiles/encoder.dir/level.cpp.o [ 30%] Building CXX object common/CMakeFiles/common.dir/loopfilter.cpp.o [ 32%] Building CXX object common/CMakeFiles/common.dir/constants.cpp.o [ 34%] Building CXX object common/CMakeFiles/common.dir/cpu.cpp.o [ 36%] Building CXX object common/CMakeFiles/common.dir/version.cpp.o [ 38%] Building CXX object common/CMakeFiles/common.dir/threading.cpp.o [ 40%] Building CXX object common/CMakeFiles/common.dir/threadpool.cpp.o [ 42%] Building CXX object common/CMakeFiles/common.dir/wavefront.cpp.o [ 44%] Building CXX object common/CMakeFiles/common.dir/md5.cpp.o [ 46%] Building CXX object common/CMakeFiles/common.dir/bitstream.cpp.o [ 48%] Building CXX object common/CMakeFiles/common.dir/yuv.cpp.o [ 52%] Building CXX object common/CMakeFiles/common.dir/picyuv.cpp.o [ 52%] Building CXX object common/CMakeFiles/common.dir/shortyuv.cpp.o [ 54%] Building CXX object common/CMakeFiles/common.dir/common.cpp.o [ 56%] Building CXX object encoder/CMakeFiles/encoder.dir/nal.cpp.o [ 58%] Building CXX object encoder/CMakeFiles/encoder.dir/sei.cpp.o [ 60%] Building CXX object common/CMakeFiles/common.dir/param.cpp.o [ 62%] Building CXX object common/CMakeFiles/common.dir/frame.cpp.o [ 64%] Building CXX object encoder/CMakeFiles/encoder.dir/sao.cpp.o /accts/mlweber1/instance-2/output/build/x265-2.8/source/common/cpu.cpp: In function 'uint32_t x265::cpu_detect(bool)': /accts/mlweber1/instance-2/output/build/x265-2.8/source/common/cpu.cpp:386:26: warning: unused parameter 'benableavx512' [-Wunused-parameter] uint32_t cpu_detect(bool benableavx512) ^~~~~~~~~~~~~ [ 66%] Building CXX object encoder/CMakeFiles/encoder.dir/entropy.cpp.o [ 68%] Building CXX object encoder/CMakeFiles/encoder.dir/dpb.cpp.o [ 70%] Building CXX object encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o [ 72%] Building CXX object common/CMakeFiles/common.dir/cudata.cpp.o [ 74%] Building CXX object common/CMakeFiles/common.dir/framedata.cpp.o [ 76%] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o [ 78%] Building CXX object common/CMakeFiles/common.dir/slice.cpp.o [ 80%] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o [ 82%] Building CXX object common/CMakeFiles/common.dir/lowres.cpp.o [ 84%] Building CXX object common/CMakeFiles/common.dir/piclist.cpp.o [ 86%] Building CXX object encoder/CMakeFiles/encoder.dir/api.cpp.o [ 88%] Building CXX object encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o [ 90%] Building CXX object common/CMakeFiles/common.dir/predict.cpp.o [ 92%] Building CXX object common/CMakeFiles/common.dir/scalinglist.cpp.o [ 94%] Building CXX object common/CMakeFiles/common.dir/quant.cpp.o [ 96%] Building CXX object common/CMakeFiles/common.dir/deblock.cpp.o make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' [ 96%] Built target encoder make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' [ 96%] Built target common make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' Scanning dependencies of target x265-shared make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' Scanning dependencies of target x265-static make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' [ 98%] Linking CXX shared library libx265.so [100%] Linking CXX static library libx265.a make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' [100%] Built target x265-static make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' [100%] Built target x265-shared make[2]: Leaving directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' >>> x265 2.8 Installing to staging directory PATH="/accts/mlweber1/instance-2/output/host/bin:/accts/mlweber1/instance-2/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot install/fast -C /accts/mlweber1/instance-2/output/build/x265-2.8/source make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' Install the project... -- Install configuration: "Release" -- Installing: /accts/mlweber1/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libx265.a -- Installing: /accts/mlweber1/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/x265.h -- Installing: /accts/mlweber1/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/x265_config.h -- Installing: /accts/mlweber1/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libx265.so.160 -- Installing: /accts/mlweber1/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libx265.so -- Installing: /accts/mlweber1/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/x265.pc make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' >>> x265 2.8 Fixing libtool files >>> x265 2.8 Installing to target PATH="/accts/mlweber1/instance-2/output/host/bin:/accts/mlweber1/instance-2/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-2/output/target install/fast -C /accts/mlweber1/instance-2/output/build/x265-2.8/source make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/x265-2.8/source' Install the project... -- Install configuration: "Release" -- Installing: /accts/mlweber1/instance-2/output/target/usr/lib/libx265.a -- Installing: /accts/mlweber1/instance-2/output/target/usr/include/x265.h -- Installing: /accts/mlweber1/instance-2/output/target/usr/include/x265_config.h -- Installing: /accts/mlweber1/instance-2/output/target/usr/lib/libx265.so.160 -- Installing: /accts/mlweber1/instance-2/output/target/usr/lib/libx265.so -- Installing: /accts/mlweber1/instance-2/output/target/usr/lib/pkgconfig/x265.pc make[1]: Leaving directory `/accts/mlweber1/instance-2/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 /accts/mlweber1/instance-2/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'readline', u'binutils', u'coreutils'] ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-2/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'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'readline', u'binutils'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libopcodes.la" is touched by more than one package: [u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libtcti-socket.la" is touched by more than one package: [u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libprotobuf-c.la" is touched by more than one package: [u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libbfd.la" is touched by more than one package: [u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libuv.la" is touched by more than one package: [u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libattr.la" is touched by more than one package: [u'attr', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'expat', u'libffi', u'python3', u'readline', u'util-linux', u'azure-iot-sdk-c', u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libgeotiff.la" is touched by more than one package: [u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libtinyxml.la" is touched by more than one package: [u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'python3', u'readline', u'util-linux', u'azure-iot-sdk-c', u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/gvfs/libgvfsdaemon.la" is touched by more than one package: [u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libpcsclite.la" is touched by more than one package: [u'pcsc-lite', u'acsccid', u'attr', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'expat', u'libffi', u'python3', u'readline', u'util-linux', u'azure-iot-sdk-c', u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libtcti-device.la" is touched by more than one package: [u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'azure-iot-sdk-c', u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'pcsc-lite', u'acsccid', u'attr', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'expat', u'libffi', u'python3', u'readline', u'util-linux', u'azure-iot-sdk-c', u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libpcscspy.la" is touched by more than one package: [u'pcsc-lite', u'acsccid', u'attr', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'expat', u'libffi', u'python3', u'readline', u'util-linux', u'azure-iot-sdk-c', u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libharfbuzz.la" is touched by more than one package: [u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libfm-extra.la" is touched by more than one package: [u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libexif.la" is touched by more than one package: [u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libxml2', u'ncurses', u'expat', u'libffi', u'python3', u'readline', u'util-linux', u'azure-iot-sdk-c', u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'azure-iot-sdk-c', u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: [u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libyaml.la" is touched by more than one package: [u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/python3.6/site-packages/libmount/pylibmount.la" is touched by more than one package: [u'util-linux', u'azure-iot-sdk-c', u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'ncurses', u'expat', u'libffi', u'python3', u'readline', u'util-linux', u'azure-iot-sdk-c', u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libsafec-3.3.la" is touched by more than one package: [u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libbsd.la" is touched by more than one package: [u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libtiff.la" is touched by more than one package: [u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libffi', u'python3', u'readline', u'util-linux', u'azure-iot-sdk-c', u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libsapi.la" is touched by more than one package: [u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/gio/modules/libgvfsdbus.la" is touched by more than one package: [u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/gvfs/libgvfscommon.la" is touched by more than one package: [u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libmpd.la" is touched by more than one package: [u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'azure-iot-sdk-c', u'binutils', u'dbus', u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libtcti-tabrmd.la" is touched by more than one package: [u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'flann', u'pcre', u'libglib2', u'shared-mime-info', u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] Warning: staging file "./usr/lib/gio/modules/libgioremote-volume-monitor.la" is touched by more than one package: [u'gvfs', u'harfbuzz', u'libbsd', u'libexif', u'libfm-extra', u'tiff', u'libgeotiff', u'libmpd', u'libpcap', u'libsoxr', u'liburiparser', u'libuv', u'libyaml', u'nanomsg', u'protobuf-c', u'safeclib', u'tinyxml', u'tpm2-tss', u'tpm2-abrmd', u'x265'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/instance-2/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison', u'host-libffi'] Warning: host file "./lib/python3.6/site-packages/easy-install.pth" is touched by more than one package: [u'host-python-setuptools', u'host-python-cffi'] 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'] rm -f /accts/mlweber1/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /accts/mlweber1/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /accts/mlweber1/instance-2/output/host/bin/glib-compile-schemas /accts/mlweber1/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/instance-2/output/target/usr/share/glib-2.0/schemas PYTHONPATH="/accts/mlweber1/instance-2/output/target/usr/lib/python3.6/" cd /accts/mlweber1/instance-2/output/target && /accts/mlweber1/instance-2/output/host/bin/python3.6 /accts/mlweber1/instance-2/buildroot/support/scripts/pycompile.py usr/lib/python3.6 find /accts/mlweber1/instance-2/output/target/usr/lib/python3.6 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /accts/mlweber1/instance-2/output/target/usr/lib/python3.6 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /accts/mlweber1/instance-2/output/target/etc echo "buildroot" > /accts/mlweber1/instance-2/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-2/output/target/etc/hosts mkdir -p /accts/mlweber1/instance-2/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/instance-2/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-2/output/target/etc/shadow rm -f /accts/mlweber1/instance-2/output/target/bin/sh rm -f /accts/mlweber1/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-2/output/build/locales.nopurge; done for dir in /accts/mlweber1/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/instance-2/output/target/usr/include /accts/mlweber1/instance-2/output/target/usr/share/aclocal \ /accts/mlweber1/instance-2/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-2/output/target/usr/share/pkgconfig \ /accts/mlweber1/instance-2/output/target/usr/lib/cmake /accts/mlweber1/instance-2/output/target/usr/share/cmake find /accts/mlweber1/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/instance-2/output/target/lib/ /accts/mlweber1/instance-2/output/target/usr/lib/ /accts/mlweber1/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /accts/mlweber1/instance-2/output/target/usr/share/gdb rm -rf /accts/mlweber1/instance-2/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/instance-2/output/target/usr/share/zsh rm -rf /accts/mlweber1/instance-2/output/target/usr/man /accts/mlweber1/instance-2/output/target/usr/share/man rm -rf /accts/mlweber1/instance-2/output/target/usr/info /accts/mlweber1/instance-2/output/target/usr/share/info rm -rf /accts/mlweber1/instance-2/output/target/usr/doc /accts/mlweber1/instance-2/output/target/usr/share/doc rm -rf /accts/mlweber1/instance-2/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/instance-2/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/instance-2/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /accts/mlweber1/instance-2/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/instance-2/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/instance-2/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/instance-2/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /accts/mlweber1/instance-2/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 /accts/mlweber1/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-git-00850-ga76eab2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-git\"" \ ) > /accts/mlweber1/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/instance-2/buildroot/support/scripts/fix-rpath target touch /accts/mlweber1/instance-2/output/target/usr make: Leaving directory `/accts/mlweber1/instance-2/buildroot' make: Entering directory `/accts/mlweber1/instance-2/buildroot' >>> Buildroot 2018.08-git-00850-ga76eab2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-linaro-aarch64 2018.05 Collecting legal info >>> toolchain Collecting legal info >>> acsccid 1.1.4 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.8.23 Collecting legal info COPYING: OK (sha256: 2ce8f52bc5afa74f223121955e4e6328c432b16044ea535acd550435dda2b5db) >>> attr 2.4.48 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> azure-iot-sdk-c 2018-03-16 Collecting legal info WARNING: no hash file for LICENSE >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libcurl 7.61.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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) >>> 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 >>> python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> binutils 2.29.1 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> coreutils 8.27 Collecting legal info ERROR: No hash found for COPYING >>> dbus 1.12.8 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dropwatch 7c33d8a8ed105b07a46b55d71d93b36ed34c16db Collecting legal info ERROR: No hash found for COPYING >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-e2fsprogs 1.44.2 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-e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info ERROR: No hash found for COPYING >>> fio fio-2.20 Collecting legal info ERROR: No hash found for COPYING >>> flann 1.9.1 Collecting legal info ERROR: No hash found for COPYING >>> gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> gvfs 1.30.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> harfbuzz 1.7.1 Collecting legal info COPYING: OK (sha256: 2a886915de4f296cdae5ed67064f86dba01d0c55286d86e8487f2a5caaf40216) ERROR: No hash found for src/hb-ucdn/COPYING >>> libbsd 0.9.1 Collecting legal info COPYING: OK (sha256: df6d8e1b5b3a5b06376c658c8ad3afc82687f1c0e0404cec4738ad14b2675708) >>> libexif 0.6.21 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libfm-extra 1.3.0.2 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> libgeotiff 1.4.2 Collecting legal info LICENSE: OK (sha256: 16b83cf7c3bbfd20bffa768b9bfdb16506ca50f5c140a9f3431e740b155359c1) >>> tiff 4.0.8 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libmpd 11.8.17 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> liburiparser 0.8.5 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> libuv v1.22.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libyaml 0.1.7 Collecting legal info LICENSE: OK (sha256: d0d8b09800a45cd982e9568fc7669d9c1a4c330e275a821bbe24d54366d16fe9) >>> nanomsg 1.0.0 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> netcat 0.7.1 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> protobuf-c v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf-c v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf 3.6.0 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> python-argh 0.26.2 Collecting legal info ERROR: No hash found for README.rst >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-bcrypt 3.1.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python-pycparser 2.17 Collecting legal info ERROR: No hash found for LICENSE >>> python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-dataproperty 0.29.1 Collecting legal info LICENSE: OK (sha256: a93d75bcb0774e2990106380cadad6dcb2de193c55d435ffc56ba345a08b1dc2) >>> python-dateutil 2.6.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-logbook 1.0.0 Collecting legal info >>> python-mbstrdecoder 0.2.2 Collecting legal info ERROR: No hash found for LICENSE >>> python-pathvalidate 0.16.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-pycparser 2.17 Collecting legal info ERROR: No hash found for LICENSE >>> python-pytz 2017.3 Collecting legal info LICENSE.txt: OK (sha256: a1c7102a51ef9ed37766f7388c71fd41bae2a7a95c30673c419ab84e1acc5f02) >>> python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-six 1.11.0 Collecting legal info LICENSE: OK (sha256: 63478682e84e8c98f4c46308995f1f521a6886976e25421827d2a2be03581328) >>> python-tabledata 0.0.5 Collecting legal info LICENSE: OK (sha256: cbce2ac14dd81b6a1155029034512a304505692cc63b625538916cf93bee8ca2) >>> python-typepy 0.0.20 Collecting legal info ERROR: No hash found for LICENSE >>> python-websocket-client 0.47.0 Collecting legal info LICENSE: OK (sha256: e580b2a1a57c33085dd6a07cff693d828f7c3fa8a11ce56ade2a62c46951930d) >>> ramspeed 2.6.0 Collecting legal info ERROR: No hash found for LICENCE >>> reaver 9bae55bd30b6d46b42da3a09dc23c8b0f9341996 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> safeclib v03032018 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> smstools3 3.1.15 Collecting legal info ERROR: No hash found for doc/license.html ERROR: No hash found for LICENSE >>> statserial 1.1 Collecting legal info ERROR: No hash found for COPYING >>> tinyxml 2.6.2_2 Collecting legal info ERROR: No hash found for README >>> tpm2-abrmd 1.3.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tpm2-tss 1.4.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tpm2-tools 3.0.3 Collecting legal info LICENSE: OK (sha256: 3d6b149c8b042bd5f3db678d587fbe55230d071ca084bd38dcae451679c6dd45) >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Collecting legal info ERROR: No hash found for LICENCE >>> x265 2.8 Collecting legal info COPYING: OK (sha256: d8afb1bcc7a2cfc603683b168d6987ef0a48e59e0da3693bf55c5d33b67e2b49) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-linaro-aarch64-2018.05: cannot save license (TOOLCHAIN_EXTERNAL_LINARO_AARCH64_LICENSE_FILES not defined) WARNING: python-logbook-1.0.0: cannot save license (PYTHON_LOGBOOK_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/instance-2/output/legal-info make: Leaving directory `/accts/mlweber1/instance-2/buildroot'