-- Performing Test CC_HAS_NO_NARROWING -- Performing Test CC_HAS_NO_NARROWING - Success -- Performing Test CC_HAS_NO_ARRAY_BOUNDS -- Performing Test CC_HAS_NO_ARRAY_BOUNDS - Success -- Performing Test CC_HAS_FAST_MATH -- Performing Test CC_HAS_FAST_MATH - Success -- Performing Test CC_HAS_STACK_REALIGN -- Performing Test CC_HAS_STACK_REALIGN - Failed -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG - Success -- Could NOT find nasm (missing: NASM_EXECUTABLE) -- x265 version 2.8 -- Looking for strtok_r -- Looking for strtok_r - found -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/buildroot/autobuild/instance-1/output/build/x265-2.8/source >>> x265 2.8 Building PATH="/home/buildroot/autobuild/instance-1/output/host/bin:/home/buildroot/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j1 -C /home/buildroot/autobuild/instance-1/output/build/x265-2.8/source make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' Scanning dependencies of target common make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/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/buildroot/autobuild/instance-1/output/build/x265-2.8/source/common/cpu.cpp: In function 'uint32_t x265::cpu_detect(bool)': /home/buildroot/autobuild/instance-1/output/build/x265-2.8/source/common/cpu.cpp:375:26: 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/buildroot/autobuild/instance-1/output/build/x265-2.8/source' [ 60%] Built target common make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' Scanning dependencies of target encoder make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/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/buildroot/autobuild/instance-1/output/build/x265-2.8/source' [ 96%] Built target encoder make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' Scanning dependencies of target x265-static make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' [ 98%] Linking CXX static library libx265.a make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' [ 98%] Built target x265-static make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' Scanning dependencies of target x265-shared make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' [100%] Linking CXX shared library libx265.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' [100%] Built target x265-shared make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' >>> x265 2.8 Installing to staging directory PATH="/home/buildroot/autobuild/instance-1/output/host/bin:/home/buildroot/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j1 DESTDIR=/home/buildroot/autobuild/instance-1/output/host/powerpc64le-buildroot-linux-gnu/sysroot install/fast -C /home/buildroot/autobuild/instance-1/output/build/x265-2.8/source make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-1/output/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libx265.a -- Installing: /home/buildroot/autobuild/instance-1/output/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/include/x265.h -- Installing: /home/buildroot/autobuild/instance-1/output/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/include/x265_config.h -- Installing: /home/buildroot/autobuild/instance-1/output/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libx265.so.160 -- Installing: /home/buildroot/autobuild/instance-1/output/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libx265.so -- Installing: /home/buildroot/autobuild/instance-1/output/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/x265.pc make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' >>> x265 2.8 Fixing libtool files >>> x265 2.8 Installing to target PATH="/home/buildroot/autobuild/instance-1/output/host/bin:/home/buildroot/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j1 DESTDIR=/home/buildroot/autobuild/instance-1/output/target install/fast -C /home/buildroot/autobuild/instance-1/output/build/x265-2.8/source make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-1/output/target/usr/lib/libx265.a -- Installing: /home/buildroot/autobuild/instance-1/output/target/usr/include/x265.h -- Installing: /home/buildroot/autobuild/instance-1/output/target/usr/include/x265_config.h -- Installing: /home/buildroot/autobuild/instance-1/output/target/usr/lib/libx265.so.160 -- Installing: /home/buildroot/autobuild/instance-1/output/target/usr/lib/libx265.so -- Installing: /home/buildroot/autobuild/instance-1/output/target/usr/lib/pkgconfig/x265.pc make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/x265-2.8/source' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/instance-1/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libowcapi.la" is touched by more than one package: [u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libfcgi++.la" is touched by more than one package: [u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libnetsnmpagent.la" is touched by more than one package: [u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libtspi.la" is touched by more than one package: [u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libdb_cxx-5.3.la" is touched by more than one package: [u'berkeleydb', u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libmpir.la" is touched by more than one package: [u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libbluetooth.la" is touched by more than one package: [u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libnetsnmp.la" is touched by more than one package: [u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libraw1394.la" is touched by more than one package: [u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/lksctp-tools/libwithsctp.la" is touched by more than one package: [u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/librtas.la" is touched by more than one package: [u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/librtasevent.la" is touched by more than one package: [u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libpcsclite.la" is touched by more than one package: [u'pcsc-lite', u'acsccid', u'berkeleydb', u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libow.la" is touched by more than one package: [u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', 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'berkeleydb', u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libpcscspy.la" is touched by more than one package: [u'pcsc-lite', u'acsccid', u'berkeleydb', u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libxkbcommon.la" is touched by more than one package: [u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libdb-5.3.la" is touched by more than one package: [u'berkeleydb', u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libevtlog.la" is touched by more than one package: [u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libownet.la" is touched by more than one package: [u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libmhash.la" is touched by more than one package: [u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libnetsnmpmibs.la" is touched by more than one package: [u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib64" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libsafec-3.3.la" is touched by more than one package: [u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libbsd.la" is touched by more than one package: [u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libcoap-1.la" is touched by more than one package: [u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libfcgi.la" is touched by more than one package: [u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: [u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'libtommath', u'libtomcrypt', u'librtlsdr', u'eventlog', u'ezxml', u'libfcgi', u'gmp', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libsctp.la" is touched by more than one package: [u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libpcre2-8.la" is touched by more than one package: [u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libnfs.la" is touched by more than one package: [u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libid3tag.la" is touched by more than one package: [u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libpcre2-posix.la" is touched by more than one package: [u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libarchive', u'libbsd', u'libcoap', u'libcrossguid', u'libebml', u'libid3tag', u'libmhash', u'libnfs', u'libraw1394', u'librtas', u'libupnp18', u'libxkbcommon', u'libyuv', u'lksctp-tools', u'mpir', u'mtd', u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] Warning: staging file "./usr/lib/libnetsnmphelpers.la" is touched by more than one package: [u'netsnmp', u'owfs', u'pcre2', u'safeclib', u'trousers', u'wpa_supplicant', u'x265'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/instance-1/output/build/packages-file-list-host.txt Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libownet.la" is touched by more than one package: [u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libow.la" is touched by more than one package: [u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libdb-5.3.la" is touched by more than one package: [u'host-libffi', u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libnetsnmp.la" is touched by more than one package: [u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libnetsnmpmibs.la" is touched by more than one package: [u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libraw1394.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libnetsnmpagent.la" is touched by more than one package: [u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libglib-2.0.la" is touched by more than one package: [u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libfcgi++.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libid3tag.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libarchive.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libsctp.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libixml.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/librtasevent.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libbsd.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libmount.la" is touched by more than one package: [u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libdb_cxx-5.3.la" is touched by more than one package: [u'host-libffi', u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/librtas.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libgobject-2.0.la" is touched by more than one package: [u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libpcsclite.la" is touched by more than one package: [u'host-libffi', u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libfcgi.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libmhash.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libgthread-2.0.la" is touched by more than one package: [u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/liblzma.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libexpat.la" is touched by more than one package: [u'host-libffi', u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libowcapi.la" is touched by more than one package: [u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libusb-1.0.la" is touched by more than one package: [u'host-libffi', u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libevtlog.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libffi.la" is touched by more than one package: [u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libgmp.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libxkbcommon.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libnfs.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libcheck.la" is touched by more than one package: [u'host-libffi', u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libdbus-1.la" is touched by more than one package: [u'host-libffi', u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libupnp.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libmpir.la" is touched by more than one package: [u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libnetsnmphelpers.la" is touched by more than one package: [u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libcoap-1.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libgio-2.0.la" is touched by more than one package: [u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/lksctp-tools/libwithsctp.la" is touched by more than one package: [u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libpcscspy.la" is touched by more than one package: [u'host-libffi', u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] Warning: host file "./powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libbluetooth.la" is touched by more than one package: [u'host-cmake', u'host-yasm', u'host-patchelf', u'host-rust-bin'] rm -f /home/buildroot/autobuild/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/instance-1/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/instance-1/output/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/instance-1/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/instance-1/output/host/bin/powerpc64le-linux-%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%power8%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/autobuild/instance-1/output/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-1/output/target/etc/shadow rm -f /home/buildroot/autobuild/instance-1/output/target/bin/sh rm -f /home/buildroot/autobuild/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/instance-1/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/include /home/buildroot/autobuild/instance-1/output/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output/target/usr/share/cmake find /home/buildroot/autobuild/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output/target/lib/ /home/buildroot/autobuild/instance-1/output/target/usr/lib/ /home/buildroot/autobuild/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/man /home/buildroot/autobuild/instance-1/output/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/info /home/buildroot/autobuild/instance-1/output/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/doc /home/buildroot/autobuild/instance-1/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-1/output/host/bin/powerpc64le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-1/output/host/bin/powerpc64le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-git-00121-g7144c81697"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \ ) > /home/buildroot/autobuild/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output/target/usr make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2019.05-git-00121-g7144c81697 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> acpica 20170531 Collecting legal info ERROR: No hash found for source/include/acpi.h >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) ERROR: No hash found for libltdl/COPYING.LIB >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> acsccid 1.1.4 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) >>> arptables 0.0.4 Collecting legal info >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bluez_utils 4.101 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> cwiid fadf11e89b579bcc0336a0692ac15c93785f3f82 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> dropbear 2018.76 Collecting legal info ERROR: No hash found for LICENSE >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.1.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> dump1090 bff92c4ad772a0a8d433f788d39dae97e00e4dbe Collecting legal info anet.h: OK (sha256: 29046ef7ee0b7b127bcc64faf135035820906dea2b379b2efcfc119131a39f7a) >>> librtlsdr 0.6.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> eventlog 0.2.12 Collecting legal info ERROR: No hash found for COPYING >>> ezxml 0.8.6 Collecting legal info ERROR: No hash found for license.txt >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info ERROR: No hash found for COPYING >>> libfcgi 2.4.0 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fconfig 20080329 Collecting legal info ERROR: No hash found for fconfig.c >>> fping 4.0 Collecting legal info ERROR: No hash found for COPYING >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gptfdisk 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> libarchive 3.3.3 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> 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 >>> libbsd 0.9.1 Collecting legal info COPYING: OK (sha256: df6d8e1b5b3a5b06376c658c8ad3afc82687f1c0e0404cec4738ad14b2675708) >>> libcoap v4.1.2 Collecting legal info COPYING: OK (sha256: 28b61fbf3c5477611d7f6ead97d15348934496d27dca815b34d45e622730e72e) LICENSE.GPL: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) LICENSE.BSD: OK (sha256: 9d5aeec17bdf82369bbe6e89efb07b7b35abefa044ea1d25cb2feeb70df1c208) >>> libcrossguid 8f399e8bd4252be9952f3dfa8199924cc8487ca4 Collecting legal info ERROR: No hash found for LICENSE >>> libebml 1.3.6 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libnfs libnfs-3.0.0 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> librtas v2.0.1 Collecting legal info COPYING.LESSER: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libupnp18 1.8.4 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libxkbcommon 0.8.3 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> libyuv 1ebf86795cb213a37f06eb1ef3713cff080568ea Collecting legal info ERROR: No hash found for LICENSE >>> lksctp-tools 1.0.17 Collecting legal info ERROR: No hash found for COPYING.lib ERROR: No hash found for COPYING >>> mpir 3.0.0 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-yasm 1.3.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for BSD.txt ERROR: No hash found for Artistic.txt ERROR: No hash found for GNU_GPL-2.0 ERROR: No hash found for GNU_LGPL-2.0 >>> mtd 2.0.2 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> netsnmp 5.8 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> nilfs-utils v2.2.7 Collecting legal info COPYING: OK (sha512: 4fc92d3998910acb108f81b1aee70a55a572b661a2766d0e57a55e48e2b737eea41415356cbd62593f26aec5797ab9fbb40211d7782b5834b4855ff1ce6ad5f7) >>> owfs 3.2p2 Collecting legal info COPYING: OK (sha256: e484a24fa5d177576e1672306165f495633bd5f0daaf628d1ff5ecfc85bdc637) COPYING.LIB: OK (sha256: 3879dcca586c08d1fe3325f3a0aec5b47d543100bc6b1dfb30bf24ec48675b10) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.32 Collecting legal info LICENCE: OK (sha256: c4a8b89cd38d6a7501d5b11a472fa15e71a051b66d6331c6cda364101389d6ee) >>> pixz 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> host-rust-bin 1.29.2 Collecting legal info LICENSE-APACHE: OK (sha256: a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-rustc Collecting legal info >>> safeclib v03032018 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> shellinabox v2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tpm-tools 1.3.9.1 Collecting legal info LICENSE: OK (sha256: 7b47225a5b77cb7825efc6a4d7e0ac57864c790542cf92f5080ec2bf310c00e5) >>> trousers 0.3.14 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> wpa_supplicant 2.7 Collecting legal info README: OK (sha256: 76eeecd8fc291a71f29189ea20e6a34387b8048a959cbc6a65c41b98194643a2) >>> 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: arptables-0.0.4: cannot save license (ARPTABLES_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'