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/autobuild/run/instance-1/output/build/yajl-2.1.0/ && cd /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /home/buildroot/autobuild/run/instance-1/output/host/bin/cmake /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/ -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/run/instance-1/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/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -- Check for working C compiler: /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-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/autobuild/run/instance-1/output/host/bin/cmake -E copy_if_different /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/api/yajl_parse.h /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /home/buildroot/autobuild/run/instance-1/output/host/bin/cmake -E copy_if_different /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/api/yajl_gen.h /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /home/buildroot/autobuild/run/instance-1/output/host/bin/cmake -E copy_if_different /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/api/yajl_common.h /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /home/buildroot/autobuild/run/instance-1/output/host/bin/cmake -E copy_if_different /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/api/yajl_tree.h /home/buildroot/autobuild/run/instance-1/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/autobuild/run/instance-1/output/build/yajl-2.1.0 >>> yajl 2.1.0 Building PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' Scanning dependencies of target yajl_s make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' [ 4%] Building C object src/CMakeFiles/yajl_s.dir/yajl.c.o [ 8%] Building C object src/CMakeFiles/yajl_s.dir/yajl_buf.c.o [ 13%] Building C object src/CMakeFiles/yajl_s.dir/yajl_lex.c.o [ 17%] Building C object src/CMakeFiles/yajl_s.dir/yajl_parser.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 make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' [ 43%] Built target yajl_s make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' Scanning dependencies of target json_reformat make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' Scanning dependencies of target json_verify Scanning dependencies of target gen-extra-close make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' Scanning dependencies of target yajl_test make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' [ 47%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' [ 52%] Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o [ 56%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o [ 60%] Building C object test/api/CMakeFiles/gen-extra-close.dir/gen-extra-close.c.o [ 65%] Linking C executable json_verify [ 69%] Linking C executable gen-extra-close [ 73%] Linking C executable json_reformat [ 78%] Linking C executable yajl_test make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' [ 78%] Built target json_verify make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' Scanning dependencies of target parse_config make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' [ 78%] Built target gen-extra-close make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' [ 82%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o Scanning dependencies of target perftest make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' [ 86%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' [ 86%] Built target yajl_test make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' [ 91%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o [ 91%] Built target json_reformat [ 95%] Linking C executable parse_config [100%] Linking C executable perftest make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' [100%] Built target parse_config make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' [100%] Built target perftest make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' >>> yajl 2.1.0 Installing to staging directory PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot install/fast -C /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib/libyajl.a -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/yajl/yajl_common.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/yajl/yajl_version.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/bin/json_reformat -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/bin/json_verify make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' >>> yajl 2.1.0 Fixing libtool files >>> yajl 2.1.0 Installing to target PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/target install/fast -C /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/libyajl.a -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/include/yajl/yajl_parse.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/include/yajl/yajl_gen.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/include/yajl/yajl_common.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/include/yajl/yajl_tree.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/include/yajl/yajl_version.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/share/pkgconfig/yajl.pc -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/json_reformat -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/json_verify make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'gsl', u'diffutils', u'readline', u'gnuchess'] ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libgpiod.la" is touched by more than one package: [u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libdvdread', u'libdvdnav', u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libodbcinst.la" is touched by more than one package: [u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'giflib', u'ncurses', u'readline', u'jansson', u'lcdapi', u'lcms2', u'libcli', u'libcodec2', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libnetfilter_log_libipulog.la" is touched by more than one package: [u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libestr.la" is touched by more than one package: [u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libnfc.la" is touched by more than one package: [u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libmp4v2.la" is touched by more than one package: [u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libortp.la" is touched by more than one package: [u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'gsl', u'readline'] Warning: staging file "./usr/lib/liboping.la" is touched by more than one package: [u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libodbc.la" is touched by more than one package: [u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libgslcblas.la" is touched by more than one package: [u'gsl', u'librtlsdr', u'eventlog', u'flatcc', u'flex', u'giflib', u'ncurses', u'readline', u'jansson', u'lcdapi', u'lcms2', u'libcli', u'libcodec2', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libodbccr.la" is touched by more than one package: [u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libzlib', u'libpcap', u'gsl', u'librtlsdr', u'eventlog', u'flatcc', u'flex', u'giflib', u'ncurses', u'readline', u'jansson', u'lcdapi', u'lcms2', u'libcli', u'libcodec2', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libgpiodcxx.la" is touched by more than one package: [u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/liblcms2.la" is touched by more than one package: [u'lcms2', u'libcli', u'libcodec2', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libdvdnav.la" is touched by more than one package: [u'libdvdnav', u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libdvdread.la" is touched by more than one package: [u'libdvdread', u'libdvdnav', u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libvo-aacenc.la" is touched by more than one package: [u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libgsl.la" is touched by more than one package: [u'gsl', u'librtlsdr', u'eventlog', u'flatcc', u'flex', u'giflib', u'ncurses', u'readline', u'jansson', u'lcdapi', u'lcms2', u'libcli', u'libcodec2', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libodbcpsql.la" is touched by more than one package: [u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'lcdapi', u'lcms2', u'libcli', u'libcodec2', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libgif.la" is touched by more than one package: [u'giflib', u'ncurses', u'readline', u'jansson', u'lcdapi', u'lcms2', u'libcli', u'libcodec2', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libnn.la" is touched by more than one package: [u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libevtlog.la" is touched by more than one package: [u'eventlog', u'flatcc', u'flex', u'giflib', u'ncurses', u'readline', u'jansson', u'lcdapi', u'lcms2', u'libcli', u'libcodec2', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libpgm.la" is touched by more than one package: [u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libnetfilter_log.la" is touched by more than one package: [u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libtemplate.la" is touched by more than one package: [u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libllcp.la" is touched by more than one package: [u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libbeecrypt.la" is touched by more than one package: [u'beecrypt', u'boost', u'libusb', u'libzlib', u'libpcap', u'gsl', u'librtlsdr', u'eventlog', u'flatcc', u'flex', u'giflib', u'ncurses', u'readline', u'jansson', u'lcdapi', u'lcms2', u'libcli', u'libcodec2', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libusb.la" is touched by more than one package: [u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/liblcdapi.la" is touched by more than one package: [u'lcdapi', u'lcms2', u'libcli', u'libcodec2', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libestr', u'libevent', u'libgpiod', u'libusb-compat', u'libnfc', u'libllcp', u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libmad.la" is touched by more than one package: [u'libmad', u'libmnl', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libnghttp2.la" is touched by more than one package: [u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] Warning: staging file "./usr/lib/libnetfilter_acct.la" is touched by more than one package: [u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_log', u'libogg', u'liboping', u'libpng', u'libpthread-stubs', u'libsndfile', u'libsoxr', u'libsrtp', u'libvorbis', u'lz4', u'mp4v2', u'nghttp2', u'openpgm', u'ortp', u'rabbitmq-c', u'rhash', u'unixodbc', u'vo-aacenc', u'yajl'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-1/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-bison', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-xorriso'] mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/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/run/instance-1/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-1/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-1/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/include /home/buildroot/autobuild/run/instance-1/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-1/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-1/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-1/output/target/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/run/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/man /home/buildroot/autobuild/run/instance-1/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/info /home/buildroot/autobuild/run/instance-1/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/doc /home/buildroot/autobuild/run/instance-1/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-1/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/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/run/instance-1/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/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/run/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/run/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08.2-00001-ga5277a832e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08.2"; \ echo "PRETTY_NAME=\"Buildroot 2018.08.2\"" \ ) > /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-1/output/target/usr make: Leaving directory '/home/buildroot/autobuild/run/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/run/instance-1/buildroot' >>> Buildroot 2018.08.2-00001-ga5277a832e 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 >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info ERROR: No hash found for README >>> 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) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> bctoolbox 0.4.0 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> beecrypt 4.2.1 Collecting legal info ERROR: No hash found for COPYING.LIB >>> bitstream-vera 1.10 Collecting legal info ERROR: No hash found for COPYRIGHT.TXT >>> boost 1.67.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> host-dfu-util 0.9 Collecting legal info ERROR: No hash found for COPYING >>> host-libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dhcpdump 1.8 Collecting legal info ERROR: No hash found for LICENSE >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> dieharder 3.31.1 Collecting legal info ERROR: No hash found for COPYING >>> gsl 2.3 Collecting legal info ERROR: No hash found for COPYING >>> diffutils 3.6 Collecting legal info ERROR: No hash found for COPYING >>> dump1090 bff92c4ad772a0a8d433f788d39dae97e00e4dbe Collecting legal info anet.h: OK (sha256: 29046ef7ee0b7b127bcc64faf135035820906dea2b379b2efcfc119131a39f7a) >>> librtlsdr v0.5.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> eventlog 0.2.12 Collecting legal info ERROR: No hash found for COPYING >>> fbv 1.0b Collecting legal info ERROR: No hash found for COPYING >>> flatcc v0.5.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-flatcc v0.5.1 Collecting legal info ERROR: No hash found for LICENSE >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flot 0.8.3 Collecting legal info ERROR: No hash found for LICENSE.txt >>> giflib 5.1.4 Collecting legal info ERROR: No hash found for COPYING >>> gnuchess 6.2.4 Collecting legal info ERROR: No hash found for COPYING >>> readline 7.0 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 >>> googlefontdirectory Collecting legal info >>> jansson 2.11 Collecting legal info LICENSE: OK (sha256: 3034b2319f8c053995e8c8abf11b76418a3a8836cd769e5b3f0b6b13bfa00ec4) >>> jhead 3.00 Collecting legal info ERROR: No hash found for readme.txt >>> jquery 1.11.2 Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> lcdapi v0.11 Collecting legal info ERROR: No hash found for COPYING >>> lcms2 2.9 Collecting legal info COPYING: OK (sha256: c725daac91a9259ce5e195683c0eeb797d345035c36ac5ba114c9fa80e11639a) >>> less 487 Collecting legal info ERROR: No hash found for COPYING >>> libcli c63c9d35144939c8b4fa3c5394aed2e29ff517b0 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcodec2 0.7 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.0.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.0.0 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libestr 0.1.10 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgpiod 1.1.1 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.7.1 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libsrtp v1.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> lz4 v1.8.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mp4v2 2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> host-mtools 4.0.18 Collecting legal info ERROR: No hash found for COPYING >>> nano 2.9.8 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> netcat 0.7.1 Collecting legal info ERROR: No hash found for COPYING >>> nghttp2 1.32.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> ntp 4.2.8p12 Collecting legal info COPYRIGHT: OK (sha256: 62c87b269365b38b55359b16dfde7ec28c683c722ef489db90afd0f2e478e4a1) >>> openpgm release-5-2-122 Collecting legal info ERROR: No hash found for openpgm/pgm/LICENSE >>> ortp 0.27.0 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pifmrds 0bf57f9ce0d954365a38d8af8e7be6f28521c3f2 Collecting legal info ERROR: No hash found for LICENSE >>> rabbitmq-c v0.9.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> rhash 1.3.5 Collecting legal info COPYING: OK (sha256: 8cf876d3406a2eed6c17ae804c8958bd78d3a0f63c30d6e2e789ab575e9fde40) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info ERROR: No hash found for LICENSE >>> sdparm 1.10 Collecting legal info ERROR: No hash found for COPYING >>> sphinxbase 5prealpha Collecting legal info ERROR: No hash found for src/libsphinxbase/util/bio.c >>> statserial 1.1 Collecting legal info ERROR: No hash found for COPYING >>> host-uboot-tools 2018.07 Collecting legal info ERROR: No hash found for Licenses/gpl-2.0.txt >>> udftools 2.0 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> unixodbc 2.3.6 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> usb_modeswitch 2.5.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> vo-aacenc 0.1.3 Collecting legal info ERROR: No hash found for COPYING >>> w_scan 20170107 Collecting legal info ERROR: No hash found for COPYING >>> 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: googlefontdirectory: cannot save license (GOOGLEFONTDIRECTORY_LICENSE_FILES not defined) WARNING: jquery-1.11.2: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-1/output/legal-info make: Leaving directory '/home/buildroot/autobuild/run/instance-1/buildroot'