-- Performing Test HAVE_GCC_VISIBILITY -- Performing Test HAVE_GCC_VISIBILITY - Success -- Looking for isnan in c -- Looking for isnan in c - found running /home/buildroot/build/instance-2/output/host/bin/cmake -E copy_if_different /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/api/yajl_parse.h /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /home/buildroot/build/instance-2/output/host/bin/cmake -E copy_if_different /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/api/yajl_gen.h /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /home/buildroot/build/instance-2/output/host/bin/cmake -E copy_if_different /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/api/yajl_common.h /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /home/buildroot/build/instance-2/output/host/bin/cmake -E copy_if_different /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/api/yajl_tree.h /home/buildroot/build/instance-2/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. ** using doxygen at: /usr/bin/doxygen ** documentation output to: /home/buildroot/build/instance-2/output/build/yajl-2.1.0/yajl-2.1.0/share/doc/yajl-2.1.0 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/build/instance-2/output/build/yajl-2.1.0 >>> yajl 2.1.0 Building PATH="/home/buildroot/build/instance-2/output/host/bin:/home/buildroot/build/instance-2/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 -C /home/buildroot/build/instance-2/output/build/yajl-2.1.0/ make[1]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[2]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target yajl_s make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target yajl make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' [ 3%] Building C object src/CMakeFiles/yajl_s.dir/yajl_lex.c.o [ 6%] Building C object src/CMakeFiles/yajl_s.dir/yajl_buf.c.o [ 9%] Building C object src/CMakeFiles/yajl_s.dir/yajl_parser.c.o [ 12%] Building C object src/CMakeFiles/yajl_s.dir/yajl_gen.c.o [ 15%] Building C object src/CMakeFiles/yajl_s.dir/yajl_alloc.c.o make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' [ 18%] Building C object src/CMakeFiles/yajl_s.dir/yajl_encode.c.o [ 21%] Building C object src/CMakeFiles/yajl.dir/yajl.c.o [ 24%] Building C object src/CMakeFiles/yajl_s.dir/yajl.c.o [ 27%] Building C object src/CMakeFiles/yajl_s.dir/yajl_tree.c.o /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c: In function 'yajl_do_parse': /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c:334:24: warning: this statement may fall through [-Wimplicit-fallthrough=] if (yajl_bs_current(hand->stateStack) == ^ /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c:347:17: note: here case yajl_tok_colon: ^~~~ /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c:405:24: warning: this statement may fall through [-Wimplicit-fallthrough=] if (yajl_bs_current(hand->stateStack) == ^ /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c:414:17: note: here default: ^~~~~~~ [ 30%] Building C object src/CMakeFiles/yajl_s.dir/yajl_version.c.o [ 33%] Building C object src/CMakeFiles/yajl.dir/yajl_lex.c.o [ 36%] Building C object src/CMakeFiles/yajl.dir/yajl_parser.c.o [ 39%] Building C object src/CMakeFiles/yajl.dir/yajl_buf.c.o [ 42%] Building C object src/CMakeFiles/yajl.dir/yajl_encode.c.o [ 45%] Building C object src/CMakeFiles/yajl.dir/yajl_gen.c.o /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c: In function 'yajl_do_parse': /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c:334:24: warning: this statement may fall through [-Wimplicit-fallthrough=] if (yajl_bs_current(hand->stateStack) == ^ /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c:347:17: note: here case yajl_tok_colon: ^~~~ /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c:405:24: warning: this statement may fall through [-Wimplicit-fallthrough=] if (yajl_bs_current(hand->stateStack) == ^ /home/buildroot/build/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c:414:17: note: here default: ^~~~~~~ [ 48%] Building C object src/CMakeFiles/yajl.dir/yajl_alloc.c.o [ 51%] Building C object src/CMakeFiles/yajl.dir/yajl_tree.c.o [ 54%] Building C object src/CMakeFiles/yajl.dir/yajl_version.c.o [ 57%] Linking C static library ../yajl-2.1.0/lib/libyajl.a make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' [ 57%] Built target yajl_s [ 60%] Linking C shared library ../yajl-2.1.0/lib/libyajl.so make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' [ 60%] Built target yajl make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target json_reformat Scanning dependencies of target yajl_test make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target parse_config Scanning dependencies of target json_verify make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' [ 63%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target gen-extra-close [ 66%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' [ 69%] Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o [ 72%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target perftest make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' [ 75%] Building C object test/api/CMakeFiles/gen-extra-close.dir/gen-extra-close.c.o make[3]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' [ 78%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o [ 81%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o [ 84%] Linking C executable parse_config [ 87%] Linking C executable gen-extra-close [ 90%] Linking C executable json_verify make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' [ 90%] Built target parse_config make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' [ 90%] Built target gen-extra-close make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' [ 90%] Built target json_verify [ 93%] Linking C executable yajl_test [ 96%] Linking C executable perftest make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' [100%] Linking C executable json_reformat [100%] Built target yajl_test make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' [100%] Built target json_reformat [100%] Built target perftest make[2]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' make[1]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' >>> yajl 2.1.0 Installing to staging directory PATH="/home/buildroot/build/instance-2/output/host/bin:/home/buildroot/build/instance-2/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot install/fast -C /home/buildroot/build/instance-2/output/build/yajl-2.1.0/ make[1]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.so.2.1.0 -- Installing: /home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.so.2 -- Installing: /home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.so -- Installing: /home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.a -- Installing: /home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_common.h -- Installing: /home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_version.h -- Installing: /home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/json_reformat -- Set runtime path of "/home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/json_reformat" to "" -- Installing: /home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/json_verify -- Set runtime path of "/home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/json_verify" to "" make[1]: Leaving directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' >>> yajl 2.1.0 Fixing libtool files for la in $(find /home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/build/instance-2/output:@BASE_DIR@:g" \ -e "s:/home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/home/buildroot/build/instance-2/output/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/buildroot/build/instance-2/output/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/buildroot/build/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/build/instance-2/output:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> yajl 2.1.0 Installing to target PATH="/home/buildroot/build/instance-2/output/host/bin:/home/buildroot/build/instance-2/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/build/instance-2/output/target install/fast -C /home/buildroot/build/instance-2/output/build/yajl-2.1.0/ make[1]: Entering directory '/home/buildroot/build/instance-2/output/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/build/instance-2/output/target/usr/lib/libyajl.so.2.1.0 -- Installing: /home/buildroot/build/instance-2/output/target/usr/lib/libyajl.so.2 -- Installing: /home/buildroot/build/instance-2/output/target/usr/lib/libyajl.so -- Installing: /home/buildroot/build/instance-2/output/target/usr/lib/libyajl.a -- Installing: /home/buildroot/build/instance-2/output/target/usr/include/yajl/yajl_parse.h -- Installing: /home/buildroot/build/instance-2/output/target/usr/include/yajl/yajl_gen.h -- Installing: /home/buildroot/build/instance-2/output/target/usr/include/yajl/yajl_common.h -- Installing: /home/buildroot/build/instance-2/output/target/usr/include/yajl/yajl_tree.h -- Installing: /home/buildroot/build/instance-2/output/target/usr/include/yajl/yajl_version.h -- Installing: /home/buildroot/build/instance-2/output/target/usr/share/pkgconfig/yajl.pc -- Installing: /home/buildroot/build/instance-2/output/target/usr/bin/json_reformat -- Set runtime path of "/home/buildroot/build/instance-2/output/target/usr/bin/json_reformat" to "" -- Installing: /home/buildroot/build/instance-2/output/target/usr/bin/json_verify -- Set runtime path of "/home/buildroot/build/instance-2/output/target/usr/bin/json_verify" to "" make[1]: Leaving directory '/home/buildroot/build/instance-2/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/build/instance-2/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/build/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] ./support/scripts/check-uniq-files -t host /home/buildroot/build/instance-2/output/build/packages-file-list-host.txt grep -qsE '^/bin/dash$' /home/buildroot/build/instance-2/output/target/etc/shells || echo "/bin/dash" >> /home/buildroot/build/instance-2/output/target/etc/shells mkdir -p /home/buildroot/build/instance-2/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/build/instance-2/output/host/bin/arc-linux-%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%archs%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@HOST_DIR@%/home/buildroot/build/instance-2/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/build/instance-2/output/host/etc/meson/cross-compilation.conf.in sed -e "s%@PKG_TARGET_CFLAGS@%%g" -e "s%@PKG_TARGET_LDFLAGS@%%g" -e "s%@PKG_TARGET_CXXFLAGS@%%g" /home/buildroot/build/instance-2/output/host/etc/meson/cross-compilation.conf.in > /home/buildroot/build/instance-2/output/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/build/instance-2/output/target/etc echo "buildroot" > /home/buildroot/build/instance-2/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/build/instance-2/output/target/etc/hosts mkdir -p /home/buildroot/build/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/build/instance-2/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/build/instance-2/output/target/etc/shadow rm -f /home/buildroot/build/instance-2/output/target/bin/sh rm -f /home/buildroot/build/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/build/instance-2/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/build/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/build/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/build/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/build/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/build/instance-2/output/target/usr/include /home/buildroot/build/instance-2/output/target/usr/share/aclocal \ /home/buildroot/build/instance-2/output/target/usr/lib/pkgconfig /home/buildroot/build/instance-2/output/target/usr/share/pkgconfig \ /home/buildroot/build/instance-2/output/target/usr/lib/cmake /home/buildroot/build/instance-2/output/target/usr/share/cmake find /home/buildroot/build/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-2/output/target/lib/ /home/buildroot/build/instance-2/output/target/usr/lib/ /home/buildroot/build/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/build/instance-2/output/target/usr/share/gdb rm -rf /home/buildroot/build/instance-2/output/target/usr/share/bash-completion rm -rf /home/buildroot/build/instance-2/output/target/usr/share/zsh rm -rf /home/buildroot/build/instance-2/output/target/usr/man /home/buildroot/build/instance-2/output/target/usr/share/man rm -rf /home/buildroot/build/instance-2/output/target/usr/info /home/buildroot/build/instance-2/output/target/usr/share/info rm -rf /home/buildroot/build/instance-2/output/target/usr/doc /home/buildroot/build/instance-2/output/target/usr/share/doc rm -rf /home/buildroot/build/instance-2/output/target/usr/share/gtk-doc rmdir /home/buildroot/build/instance-2/output/target/usr/share 2>/dev/null || true find /home/buildroot/build/instance-2/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/build/instance-2/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/build/instance-2/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/build/instance-2/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/build/instance-2/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/build/instance-2/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/build/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.08-git-00661-gd328cdc"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.08-git\"" \ ) > /home/buildroot/build/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/build/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/build/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/build/instance-2/output/target/usr make: Leaving directory '/home/buildroot/build/instance-2/buildroot' make: Entering directory '/home/buildroot/build/instance-2/buildroot' >>> Buildroot 2019.08-git-00661-gd328cdc Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> acl 2.2.53 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.4.48 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> acpitool 0.5.1 Collecting legal info ERROR: No hash found for COPYING >>> atop 2.4.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> audiofile 0.3.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.GPL >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bc 1.06.95 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bind 9.11.6-P1 Collecting legal info COPYRIGHT: OK (sha256: cd02c93b8dcda794f55dfd1231828d69633072a98eee4874f9cf732d22d9dcde) >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> openssl Collecting legal info >>> libopenssl 1.1.1c Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> conntrack-tools 1.4.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libnetfilter_conntrack 1.0.7 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.3 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> dash 0.5.10.2 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> davici 1.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> strongswan 5.6.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dfu-util 0.9 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dhcp 4.4.1 Collecting legal info LICENSE: OK (sha256: 18add1790d1ed47d6ef6f3ed5945aa0cb2f7785fa8bc7fd859f8ae2f9f78567d) >>> edid-decode 6def7bc83dfb0338632e06a8b14c93faa6af8879 Collecting legal info ERROR: No hash found for edid-decode.c >>> expat 2.2.7 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> fastd 18 Collecting legal info ERROR: No hash found for COPYRIGHT >>> host-cmake 3.8.2 Collecting legal info Copyright.txt: OK (sha256: af3030e1bf1af2f534430fdfe3cfc5a617966648a2a7f0c06a631adc92be1e5f) >>> libsodium 1.0.17 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libuecc 7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> ftop 1.0 Collecting legal info ERROR: No hash found for COPYING >>> giflib 5.1.4 Collecting legal info ERROR: No hash found for COPYING >>> google-material-design-icons 2.2.3 Collecting legal info ERROR: No hash found for LICENSE >>> gzip 1.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ibrdtn 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> igd2-for-linux 1.2 Collecting legal info linuxigd2/doc/LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> igmpproxy 0.2.1 Collecting legal info COPYING: OK (sha256: be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6) GPL.txt: OK (sha256: c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4) Stanford.txt: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> iperf3 3.6 Collecting legal info LICENSE: OK (sha256: 52c42914d7d79fe5e95d0d1b821556d9f06bf756ac910fe085a46d238a33e594) >>> iptables 1.8.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> joe 4.4 Collecting legal info ERROR: No hash found for COPYING >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> 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 >>> libgsm 1.0.17 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libpthsem 2.0.8 Collecting legal info ERROR: No hash found for COPYING >>> libqrencode 4.0.2 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libshout 2.4.1 Collecting legal info ERROR: No hash found for COPYING >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libstrophe 0.9.2 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libyaml 0.2.1 Collecting legal info LICENSE: OK (sha256: bfcb6a7dfbfd30e0ccc8bb34ab712bd1568586ad8c5b078ccae443b04e79749e) >>> linux-zigbee v0.3.1 Collecting legal info WARNING: no hash file for COPYING >>> lmbench 3.0-a9 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING-2 >>> mjpegtools 2.1.0 Collecting legal info ERROR: No hash found for COPYING >>> monit 5.25.3 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> netplug 1.2.9.2 Collecting legal info ERROR: No hash found for COPYING >>> open2300 12 Collecting legal info WARNING: no hash file for COPYING >>> optee-benchmark 3.5.0 Collecting legal info LICENSE: OK (sha256: 0571be5b739142dc3e40e0a4e7e30d4ab8bff0d4d606a3f2db2010745587d383) >>> optee-client 3.5.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> sp-oops-extract 0.0.7-1 Collecting legal info ERROR: No hash found for COPYING >>> stress 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> tcpdump 4.9.2 Collecting legal info LICENSE: OK (sha256: 9b03d5d13e66d6de02a4bb2d0dd1cb9f41808d045962cdcc42350d5291b141a1) >>> uftp 4.9.11 Collecting legal info LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unzip 60 Collecting legal info ERROR: No hash found for LICENSE >>> which 2.21 Collecting legal info ERROR: No hash found for COPYING >>> 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) Legal info produced in /home/buildroot/build/instance-2/output/legal-info make: Leaving directory '/home/buildroot/build/instance-2/buildroot'