This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments /usr/bin/make install-exec-hook install-info --info-dir='/home/buildroot/buildroot-test/instance-0/output/host/share/info' '/home/buildroot/buildroot-test/instance-0/output/host/share/info/xorrecord.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments if test -e "/home/buildroot/buildroot-test/instance-0/output/host/bin"/xorrisofs ; then rm "/home/buildroot/buildroot-test/instance-0/output/host/bin"/xorrisofs ; else echo ; fi ln -s xorriso "/home/buildroot/buildroot-test/instance-0/output/host/bin"/xorrisofs if test -e "/home/buildroot/buildroot-test/instance-0/output/host/bin"/osirrox ; then rm "/home/buildroot/buildroot-test/instance-0/output/host/bin"/osirrox ; else echo ; fi ln -s xorriso "/home/buildroot/buildroot-test/instance-0/output/host/bin"/osirrox if test -e "/home/buildroot/buildroot-test/instance-0/output/host/bin"/xorrecord ; then rm "/home/buildroot/buildroot-test/instance-0/output/host/bin"/xorrecord ; else echo ; fi ln -s xorriso "/home/buildroot/buildroot-test/instance-0/output/host/bin"/xorrecord yajl-2.1.0.tar.gz: OK (sha256: 3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a) >>> yajl 2.1.0 Extracting gzip -d -c /home/buildroot/buildroot-test/instance-0/dl/yajl/yajl-2.1.0.tar.gz | tar --strip-components=1 -C /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0 -xf - >>> yajl 2.1.0 Patching Applying 0001-Let-the-shared-and-the-static-library-have-the-same-.patch using patch: patching file src/CMakeLists.txt Applying 0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch using patch: patching file src/CMakeLists.txt Hunk #1 succeeded at 38 with fuzz 2 (offset 1 line). Hunk #2 succeeded at 53 (offset 1 line). Hunk #3 succeeded at 80 (offset 1 line). Applying 0003-Link-with-shared-libyajl-in-a-shared-build.patch using patch: patching file example/CMakeLists.txt patching file perf/CMakeLists.txt patching file reformatter/CMakeLists.txt patching file test/api/CMakeLists.txt patching file test/parsing/CMakeLists.txt patching file verify/CMakeLists.txt Applying 0004-Link-libyajl-_s-with-libm-when-isnan-is-not-brought-.patch using patch: patching file src/CMakeLists.txt patching file src/yajl.pc.cmake >>> yajl 2.1.0 Configuring (mkdir -p /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/ && cd /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/ && rm -f CMakeCache.txt && PATH="/home/buildroot/buildroot-test/instance-0/output/host/bin:/home/buildroot/buildroot-test/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /home/buildroot/buildroot-test/instance-0/output/host/bin/cmake /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/ -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/buildroot-test/instance-0/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=OFF ) -- The C compiler identification is GNU 6.4.0 -- Check for working C compiler: /home/buildroot/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc -- Check for working C compiler: /home/buildroot/buildroot-test/instance-0/output/host/bin/m68k-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAVE_GCC_VISIBILITY -- Performing Test HAVE_GCC_VISIBILITY - Success -- Looking for isnan in c -- Looking for isnan in c - not found running /home/buildroot/buildroot-test/instance-0/output/host/bin/cmake -E copy_if_different /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/src/api/yajl_parse.h /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /home/buildroot/buildroot-test/instance-0/output/host/bin/cmake -E copy_if_different /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/src/api/yajl_gen.h /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /home/buildroot/buildroot-test/instance-0/output/host/bin/cmake -E copy_if_different /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/src/api/yajl_common.h /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /home/buildroot/buildroot-test/instance-0/output/host/bin/cmake -E copy_if_different /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/src/api/yajl_tree.h /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 CMake Warning (dev) at reformatter/CMakeLists.txt:42 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "json_reformat". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at verify/CMakeLists.txt:36 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "json_verify". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. !! doxygen not found, not generating documentation CMake Warning (dev) at CMakeLists.txt:76 (ADD_CUSTOM_TARGET): Policy CMP0037 is not set: Target names should not be reserved and should match a validity pattern. Run "cmake --help-policy CMP0037" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The target name "test" is reserved or not valid for certain CMake features, such as generator expressions, and may result in undefined behavior. This warning is for project developers. Use -Wno-dev to suppress it. -- 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/buildroot-test/instance-0/output/build/yajl-2.1.0 >>> yajl 2.1.0 Building PATH="/home/buildroot/buildroot-test/instance-0/output/host/bin:/home/buildroot/buildroot-test/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j2 -C /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/ Scanning dependencies of target yajl_s [ 4%] Building C object src/CMakeFiles/yajl_s.dir/yajl.c.o [ 8%] Building C object src/CMakeFiles/yajl_s.dir/yajl_lex.c.o [ 13%] Building C object src/CMakeFiles/yajl_s.dir/yajl_parser.c.o [ 17%] Building C object src/CMakeFiles/yajl_s.dir/yajl_buf.c.o [ 21%] Building C object src/CMakeFiles/yajl_s.dir/yajl_encode.c.o [ 26%] Building C object src/CMakeFiles/yajl_s.dir/yajl_gen.c.o [ 30%] Building C object src/CMakeFiles/yajl_s.dir/yajl_alloc.c.o [ 34%] Building C object src/CMakeFiles/yajl_s.dir/yajl_tree.c.o [ 39%] Building C object src/CMakeFiles/yajl_s.dir/yajl_version.c.o [ 43%] Linking C static library ../yajl-2.1.0/lib/libyajl.a [ 43%] Built target yajl_s Scanning dependencies of target yajl_test Scanning dependencies of target gen-extra-close [ 47%] Building C object test/api/CMakeFiles/gen-extra-close.dir/gen-extra-close.c.o [ 52%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o [ 56%] Linking C executable gen-extra-close [ 60%] Linking C executable yajl_test [ 60%] Built target gen-extra-close Scanning dependencies of target json_reformat [ 65%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o [ 65%] Built target yajl_test Scanning dependencies of target json_verify [ 69%] Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o [ 73%] Linking C executable json_reformat [ 78%] Linking C executable json_verify [ 78%] Built target json_reformat [ 78%] Built target json_verify Scanning dependencies of target parse_config [ 82%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o Scanning dependencies of target perftest [ 86%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o [ 91%] Linking C executable parse_config [ 95%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o [ 95%] Built target parse_config [100%] Linking C executable perftest [100%] Built target perftest >>> yajl 2.1.0 Installing to staging directory PATH="/home/buildroot/buildroot-test/instance-0/output/host/bin:/home/buildroot/buildroot-test/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j2 DESTDIR=/home/buildroot/buildroot-test/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot install/fast -C /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/ Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/buildroot-test/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/libyajl.a -- Installing: /home/buildroot/buildroot-test/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /home/buildroot/buildroot-test/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /home/buildroot/buildroot-test/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_common.h -- Installing: /home/buildroot/buildroot-test/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /home/buildroot/buildroot-test/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_version.h -- Installing: /home/buildroot/buildroot-test/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /home/buildroot/buildroot-test/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/json_reformat -- Installing: /home/buildroot/buildroot-test/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/json_verify >>> yajl 2.1.0 Fixing libtool files >>> yajl 2.1.0 Installing to target PATH="/home/buildroot/buildroot-test/instance-0/output/host/bin:/home/buildroot/buildroot-test/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j2 DESTDIR=/home/buildroot/buildroot-test/instance-0/output/target install/fast -C /home/buildroot/buildroot-test/instance-0/output/build/yajl-2.1.0/ Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/buildroot-test/instance-0/output/target/usr/lib/libyajl.a -- Installing: /home/buildroot/buildroot-test/instance-0/output/target/usr/include/yajl/yajl_parse.h -- Installing: /home/buildroot/buildroot-test/instance-0/output/target/usr/include/yajl/yajl_gen.h -- Installing: /home/buildroot/buildroot-test/instance-0/output/target/usr/include/yajl/yajl_common.h -- Installing: /home/buildroot/buildroot-test/instance-0/output/target/usr/include/yajl/yajl_tree.h -- Installing: /home/buildroot/buildroot-test/instance-0/output/target/usr/include/yajl/yajl_version.h -- Installing: /home/buildroot/buildroot-test/instance-0/output/target/usr/share/pkgconfig/yajl.pc -- Installing: /home/buildroot/buildroot-test/instance-0/output/target/usr/bin/json_reformat -- Installing: /home/buildroot/buildroot-test/instance-0/output/target/usr/bin/json_verify >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/buildroot-test/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'gmp', u'libtool', u'ocrad', u'sed'] ./support/scripts/check-uniq-files -t staging /home/buildroot/buildroot-test/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libjpeg', u'jasper', u'jsmn', u'libpthread-stubs', u'libdrm', u'kmsxx', u'ncurses', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcap-ng', u'libcddb', u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libftdi.la" is touched by more than one package: [u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libcap-ng.la" is touched by more than one package: [u'libcap-ng', u'libcddb', u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libbsd', u'libcap-ng', u'libcddb', u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'flatbuffers', u'gmp', u'libjpeg', u'jasper', u'jsmn', u'libpthread-stubs', u'libdrm', u'kmsxx', u'ncurses', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcap-ng', u'libcddb', u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libsz.la" is touched by more than one package: [u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libodbcpsql.la" is touched by more than one package: [u'unixodbc', u'yajl'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'gmp', u'libtool', u'ocrad'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'jasper', u'jsmn', u'libpthread-stubs', u'libdrm', u'kmsxx', u'ncurses', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcap-ng', u'libcddb', u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libtwolame.la" is touched by more than one package: [u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libodbccr.la" is touched by more than one package: [u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'flatbuffers', u'gmp', u'libjpeg', u'jasper', u'jsmn', u'libpthread-stubs', u'libdrm', u'kmsxx', u'ncurses', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcap-ng', u'libcddb', u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libodbcinst.la" is touched by more than one package: [u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libtemplate.la" is touched by more than one package: [u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libxkbcommon.la" is touched by more than one package: [u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libmodbus.la" is touched by more than one package: [u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libfastjson.la" is touched by more than one package: [u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libnn.la" is touched by more than one package: [u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libestr.la" is touched by more than one package: [u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libsoc.la" is touched by more than one package: [u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libshout.la" is touched by more than one package: [u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libcgicc.la" is touched by more than one package: [u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'expat', u'libpng', u'flatbuffers', u'gmp', u'libjpeg', u'jasper', u'jsmn', u'libpthread-stubs', u'libdrm', u'kmsxx', u'ncurses', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcap-ng', u'libcddb', u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libcddb.la" is touched by more than one package: [u'libcddb', u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libslirp.la" is touched by more than one package: [u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libgeotiff.la" is touched by more than one package: [u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libdrm.la" is touched by more than one package: [u'libdrm', u'kmsxx', u'ncurses', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcap-ng', u'libcddb', u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libtiff.la" is touched by more than one package: [u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/liblog4c.la" is touched by more than one package: [u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libarchive', u'libbsd', u'libcap-ng', u'libcddb', u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libdmtx.la" is touched by more than one package: [u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libpng', u'flatbuffers', u'gmp', u'libjpeg', u'jasper', u'jsmn', u'libpthread-stubs', u'libdrm', u'kmsxx', u'ncurses', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcap-ng', u'libcddb', u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libfribidi.la" is touched by more than one package: [u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libltdl.la" is touched by more than one package: [u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libucl.la" is touched by more than one package: [u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libbsd.la" is touched by more than one package: [u'libbsd', u'libcap-ng', u'libcddb', u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libpwquality.la" is touched by more than one package: [u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libodbc.la" is touched by more than one package: [u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libusb.la" is touched by more than one package: [u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libmp4v2.la" is touched by more than one package: [u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libexif.la" is touched by more than one package: [u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: [u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libsvg.la" is touched by more than one package: [u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] Warning: staging file "./usr/lib/libcrack.la" is touched by more than one package: [u'cracklib', u'libusb', u'expat', u'libpng', u'flatbuffers', u'gmp', u'libjpeg', u'jasper', u'jsmn', u'libpthread-stubs', u'libdrm', u'kmsxx', u'ncurses', u'libopenssl', u'xz', u'libarchive', u'libbsd', u'libcap-ng', u'libcddb', u'libcgicc', u'libdmtx', u'libestr', u'libevent', u'libexif', u'libfastjson', u'libfribidi', u'libusb-compat', u'libftdi', u'tiff', u'libgeotiff', u'libjson', u'liblog4c-localtime', u'libmodbus', u'libogg', u'libpcap', u'libpwquality', u'libvorbis', u'libshout', u'libsndfile', u'libsoc', u'libsvg', u'libtool', u'libucl', u'liburiparser', u'libxkbcommon', u'mp4v2', u'nanomsg', u'ocrad', u'pugixml', u'scrypt', u'slirp', u'szip', u'tinydtls', u'twolame', u'unixodbc', u'yajl'] ./support/scripts/check-uniq-files -t host /home/buildroot/buildroot-test/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-bison', u'host-gettext', u'host-xorriso'] mkdir -p /home/buildroot/buildroot-test/instance-0/output/target/etc echo "buildroot" > /home/buildroot/buildroot-test/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/buildroot-test/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/buildroot-test/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/buildroot-test/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/buildroot-test/instance-0/output/target/etc/shadow rm -f /home/buildroot/buildroot-test/instance-0/output/target/bin/sh rm -f /home/buildroot/buildroot-test/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/buildroot-test/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/buildroot-test/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/include /home/buildroot/buildroot-test/instance-0/output/target/usr/share/aclocal \ /home/buildroot/buildroot-test/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/buildroot-test/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/buildroot-test/instance-0/output/target/usr/lib/cmake /home/buildroot/buildroot-test/instance-0/output/target/usr/share/cmake find /home/buildroot/buildroot-test/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/buildroot-test/instance-0/output/target/lib/ /home/buildroot/buildroot-test/instance-0/output/target/usr/lib/ /home/buildroot/buildroot-test/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/buildroot/buildroot-test/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/man /home/buildroot/buildroot-test/instance-0/output/target/usr/share/man rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/info /home/buildroot/buildroot-test/instance-0/output/target/usr/share/info rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/doc /home/buildroot/buildroot-test/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/buildroot-test/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/buildroot-test/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/buildroot-test/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/buildroot-test/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/buildroot-test/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/buildroot-test/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/buildroot-test/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/buildroot-test/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/buildroot-test/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/buildroot-test/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/buildroot-test/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-git-01110-gd322180"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /home/buildroot/buildroot-test/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/buildroot-test/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/buildroot-test/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/buildroot/buildroot-test/instance-0/buildroot' make: Entering directory `/home/buildroot/buildroot-test/instance-0/buildroot' >>> Buildroot 2018.05-git-01110-gd322180 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 >>> cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> dfu-util 0.9 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> fbgrab 1.3 Collecting legal info ERROR: No hash found for COPYING >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info ERROR: No hash found for COPYING >>> flatbuffers v1.9.0 Collecting legal info LICENSE.txt: OK (sha256: 7ec9661a8afafab1eee3523d6f1a193eff76314a5ab10b4ce96aefd87621b0c3) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> iodine 0.7.0 Collecting legal info ERROR: No hash found for README >>> iostat 2.2 Collecting legal info ERROR: No hash found for LICENSE >>> jasper version-2.0.13 Collecting legal info ERROR: No hash found for LICENSE >>> jpeg Collecting legal info >>> libjpeg 9b Collecting legal info ERROR: No hash found for README >>> jsmn 6021415cc75e7922d45b12935f56348b064d8a7f Collecting legal info ERROR: No hash found for LICENSE >>> kmsxx cb0786049f960f2bd383617151b01318e02e9ff9 Collecting legal info ERROR: No hash found for LICENSE >>> libdrm 2.4.91 Collecting legal info >>> 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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> less 487 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> libarchive 3.3.2 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> 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.8.7 Collecting legal info COPYING: OK (sha256: 0b6cedd686394f9c811a6a9fd314d68ab4738475ad3d9df61154259fa649a2a7) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcgicc 3.2.19 Collecting legal info COPYING.LIB: OK (sha256: a2e480f5e8afd7c587a3c0ac2ed3b73ed4b10fa3a553dea26e7b661c7cedda72) COPYING.DOC: OK (sha256: 0fd15977dc962abf3eced509b1cf5356f9784939742d67a635671141023a11da) >>> libdmtx 0.7.4 Collecting legal info LICENSE: OK (sha256: fe6959a664a7abb7d19bf125fa58a045d8757fe3cb3dc41975a54da0e627313d) >>> libestr 0.1.10 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.21 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libfastjson v0.99.8 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libfribidi 0.19.7 Collecting legal info ERROR: No hash found for COPYING >>> libftdi 0.20 Collecting legal info >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libgeotiff 1.4.0 Collecting legal info ERROR: No hash found for LICENSE >>> tiff 4.0.8 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libjson 7.6.1 Collecting legal info ERROR: No hash found for License.txt >>> liblog4c-localtime v1.0 Collecting legal info ERROR: No hash found for COPYING >>> libmodbus 3.1.4 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libpwquality 1.3.0 Collecting legal info ERROR: No hash found for COPYING >>> libshout 2.4.1 Collecting legal info ERROR: No hash found for COPYING >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libsoc 0.8.2 Collecting legal info ERROR: No hash found for LICENCE >>> libsvg 0.1.4 Collecting legal info ERROR: No hash found for COPYING >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libucl 0.7.3 Collecting legal info ERROR: No hash found for COPYING >>> liburiparser 0.8.5 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> libxkbcommon 0.7.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-lpc3250loader 1.0 Collecting legal info ERROR: No hash found for LPC3250loader.py >>> lsuio 0.2.0 Collecting legal info ERROR: No hash found for COPYING >>> mp4v2 2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> nanomsg 1.0.0 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> ntp 4.2.8p11 Collecting legal info COPYRIGHT: OK (sha256: 62c87b269365b38b55359b16dfde7ec28c683c722ef489db90afd0f2e478e4a1) >>> ocrad 0.26 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) >>> pixz 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> pugixml 1.7 Collecting legal info ERROR: No hash found for readme.txt >>> pwgen 2.07 Collecting legal info ERROR: No hash found for debian/copyright >>> scrypt 1.2.0 Collecting legal info ERROR: No hash found for main.c >>> sed 4.4 Collecting legal info ERROR: No hash found for COPYING >>> slirp 8c2da74c1385242f20799fec8c04f8378edc6550 Collecting legal info >>> sngrep v1.4.5 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> spi-tools 0.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> strace 4.21 Collecting legal info COPYING: OK (sha256: ea7ff222f36c9df0aa2924a8f7c7d2aec3ea11e752feba4b15ec79b695b6236a) >>> szip 2.1 Collecting legal info ERROR: No hash found for COPYING >>> tinydtls 0.8.2 Collecting legal info tinydtls.h: OK (sha256: 65fbf31c3551633e7dcc051fac80f2c1a73b0b077af9ed564d726155dfc40513) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> twolame 0.3.13 Collecting legal info ERROR: No hash found for COPYING >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Collecting legal info WARNING: no hash file for COPYING.LIB >>> uhubctl 047bb1e392efd3e0ea5d5caf351e20761e12cd44 Collecting legal info ERROR: No hash found for LICENSE >>> unixodbc 2.3.6 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> unrar 5.5.8 Collecting legal info license.txt: OK (sha256: 6ecc1687808b7d66b24f874755abfed7464d9751ed0001cd4e8e5d9bf397ff8a) >>> ux500-firmware 1.1.3-6 Collecting legal info ERROR: No hash found for license.txt >>> whetstone 1.2 Collecting legal info >>> wilc1000-firmware 14.1 Collecting legal info >>> host-xorriso 1.4.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> yajl 2.1.0 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: libdrm-2.4.91: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: libftdi-0.20: cannot save license (LIBFTDI_LICENSE_FILES not defined) WARNING: slirp-8c2da74c1385242f20799fec8c04f8378edc6550: cannot save license (SLIRP_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) WARNING: wilc1000-firmware-14.1: cannot save license (WILC1000_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/buildroot-test/instance-0/output/legal-info make: Leaving directory `/home/buildroot/buildroot-test/instance-0/buildroot'