-- Check for working C compiler: /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-gcc -- Check for working C compiler: /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-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 /usr/bin/cmake3 -E copy_if_different /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/src/api/yajl_parse.h /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /usr/bin/cmake3 -E copy_if_different /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/src/api/yajl_gen.h /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /usr/bin/cmake3 -E copy_if_different /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/src/api/yajl_common.h /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /usr/bin/cmake3 -E copy_if_different /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/src/api/yajl_tree.h /home/peko/autobuild/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/peko/autobuild/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/peko/autobuild/instance-2/output/build/yajl-2.1.0 >>> yajl 2.1.0 Building PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 -C /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/ Scanning dependencies of target yajl_s Scanning dependencies of target yajl [ 18%] Building C object src/CMakeFiles/yajl_s.dir/yajl_parser.c.o [ 24%] Building C object src/CMakeFiles/yajl_s.dir/yajl_alloc.c.o [ 24%] Building C object src/CMakeFiles/yajl_s.dir/yajl_buf.c.o [ 27%] Building C object src/CMakeFiles/yajl_s.dir/yajl_version.c.o [ 27%] Building C object src/CMakeFiles/yajl_s.dir/yajl_lex.c.o [ 12%] Building C object src/CMakeFiles/yajl_s.dir/yajl_encode.c.o [ 12%] Building C object src/CMakeFiles/yajl_s.dir/yajl.c.o [ 15%] Building C object src/CMakeFiles/yajl_s.dir/yajl_gen.c.o [ 30%] Building C object src/CMakeFiles/yajl_s.dir/yajl_tree.c.o [ 33%] Building C object src/CMakeFiles/yajl.dir/yajl.c.o [ 36%] Building C object src/CMakeFiles/yajl.dir/yajl_lex.c.o [ 42%] Building C object src/CMakeFiles/yajl.dir/yajl_parser.c.o [ 42%] Building C object src/CMakeFiles/yajl.dir/yajl_gen.c.o [ 45%] Building C object src/CMakeFiles/yajl.dir/yajl_buf.c.o [ 48%] Building C object src/CMakeFiles/yajl.dir/yajl_encode.c.o [ 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 /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c: In function 'yajl_do_parse': /home/peko/autobuild/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/peko/autobuild/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c:347:17: note: here case yajl_tok_colon: ^~~~ /home/peko/autobuild/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/peko/autobuild/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c:414:17: note: here default: ^~~~~~~ /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c: In function 'yajl_do_parse': /home/peko/autobuild/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/peko/autobuild/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c:347:17: note: here case yajl_tok_colon: ^~~~ /home/peko/autobuild/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/peko/autobuild/instance-2/output/build/yajl-2.1.0/src/yajl_parser.c:414:17: note: here default: ^~~~~~~ [ 57%] Linking C static library ../yajl-2.1.0/lib/libyajl.a [ 60%] Linking C shared library ../yajl-2.1.0/lib/libyajl.so [ 60%] Built target yajl [ 60%] Built target yajl_s Scanning dependencies of target json_reformat Scanning dependencies of target json_verify Scanning dependencies of target parse_config Scanning dependencies of target yajl_test Scanning dependencies of target gen-extra-close Scanning dependencies of target perftest [ 63%] Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o [ 78%] Building C object test/api/CMakeFiles/gen-extra-close.dir/gen-extra-close.c.o [ 75%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o [ 81%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o [ 78%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o [ 81%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o [ 81%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o [ 84%] Linking C executable gen-extra-close [ 87%] Linking C executable json_verify [ 90%] Linking C executable parse_config [ 90%] Built target gen-extra-close [ 93%] Linking C executable perftest [ 93%] Built target json_verify [ 93%] Built target parse_config [ 93%] Built target perftest [ 96%] Linking C executable json_reformat [100%] Linking C executable yajl_test [100%] Built target yajl_test [100%] Built target json_reformat >>> yajl 2.1.0 Installing to staging directory PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 DESTDIR=/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot install/fast -C /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/ Install the project... -- Install configuration: "Release" -- Installing: /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.so.2.1.0 -- Installing: /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.so.2 -- Installing: /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.so -- Installing: /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.a -- Installing: /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_common.h -- Installing: /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_version.h -- Installing: /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/json_reformat -- Set runtime path of "/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/json_reformat" to "" -- Installing: /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/json_verify -- Set runtime path of "/home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/json_verify" to "" >>> yajl 2.1.0 Fixing libtool files >>> yajl 2.1.0 Installing to target PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 DESTDIR=/home/peko/autobuild/instance-2/output/target install/fast -C /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/ Install the project... -- Install configuration: "Release" -- Installing: /home/peko/autobuild/instance-2/output/target/usr/lib/libyajl.so.2.1.0 -- Installing: /home/peko/autobuild/instance-2/output/target/usr/lib/libyajl.so.2 -- Installing: /home/peko/autobuild/instance-2/output/target/usr/lib/libyajl.so -- Installing: /home/peko/autobuild/instance-2/output/target/usr/lib/libyajl.a -- Installing: /home/peko/autobuild/instance-2/output/target/usr/include/yajl/yajl_parse.h -- Installing: /home/peko/autobuild/instance-2/output/target/usr/include/yajl/yajl_gen.h -- Installing: /home/peko/autobuild/instance-2/output/target/usr/include/yajl/yajl_common.h -- Installing: /home/peko/autobuild/instance-2/output/target/usr/include/yajl/yajl_tree.h -- Installing: /home/peko/autobuild/instance-2/output/target/usr/include/yajl/yajl_version.h -- Installing: /home/peko/autobuild/instance-2/output/target/usr/share/pkgconfig/yajl.pc -- Installing: /home/peko/autobuild/instance-2/output/target/usr/bin/json_reformat -- Set runtime path of "/home/peko/autobuild/instance-2/output/target/usr/bin/json_reformat" to "" -- Installing: /home/peko/autobuild/instance-2/output/target/usr/bin/json_verify -- Set runtime path of "/home/peko/autobuild/instance-2/output/target/usr/bin/json_verify" to "" zd1211-firmware-1.4.tar.bz2: OK (sha256: 866308f6f59f7075f075d4959dff2ede47735c751251fecd1496df1ba4d338e1) >>> zd1211-firmware 1.4 Extracting bzcat /home/peko/autobuild/instance-2/dl/zd1211-firmware-1.4.tar.bz2 | tar --strip-components=1 -C /home/peko/autobuild/instance-2/output/build/zd1211-firmware-1.4 -xf - >>> zd1211-firmware 1.4 Patching >>> zd1211-firmware 1.4 Configuring >>> zd1211-firmware 1.4 Building >>> zd1211-firmware 1.4 Installing to target /usr/bin/install -d -m 0755 /home/peko/autobuild/instance-2/output/target/lib/firmware/zd1211/ cp -dpf /home/peko/autobuild/instance-2/output/build/zd1211-firmware-1.4/zd1211*{ub,uphr,ur} /home/peko/autobuild/instance-2/output/target/lib/firmware/zd1211 >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/peko/autobuild/instance-2/output/build/packages-file-list.txt Warning: target file "./bin/chattr" is touched by more than one package: ['busybox', 'e2fsprogs'] Warning: target file "./sbin/mke2fs" is touched by more than one package: ['busybox', 'e2fsprogs'] Warning: target file "./bin/login" is touched by more than one package: ['busybox', 'util-linux'] Warning: target file "./usr/bin/lspci" is touched by more than one package: ['busybox', 'pciutils'] Warning: target file "./bin/lsattr" is touched by more than one package: ['busybox', 'e2fsprogs'] ./support/scripts/check-uniq-files -t staging /home/peko/autobuild/instance-2/output/build/packages-file-list-staging.txt ./support/scripts/check-uniq-files -t host /home/peko/autobuild/instance-2/output/build/packages-file-list-host.txt Warning: host file "./libexec/gcc/arc-buildroot-linux-uclibc/7.1.1/cc1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcov-tool" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcc.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcc.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/info/dir" is touched by more than one package: ['host-lzip', 'host-m4', 'host-bison', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext', 'host-gmp', 'host-mpfr', 'host-mpc', 'host-gcc-initial', 'host-gcc-final', 'host-libffi'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/crtbeginT.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/libgcc.a" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arc-buildroot-linux-uclibc/7.1.1/collect2" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/libgcov.a" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-cpp.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/crtbeginS.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arc-buildroot-linux-uclibc/7.1.1/lto1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/plugin/include/auto-host.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcc-7.1.1.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/plugin/include/configargs.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcov" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/include-fixed/limits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-cpp.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcov" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcov-tool" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/crtbegin.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/install-tools/include/limits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcov-dump" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcc-7.1.1.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcov-dump" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arc-buildroot-linux-uclibc/7.1.1/lto-wrapper" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/peko/autobuild/instance-2/output/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/peko/autobuild/instance-2/output/target/etc/inittab rm -f /home/peko/autobuild/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/peko/autobuild/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /home/peko/autobuild/instance-2/output/host/bin/glib-compile-schemas /home/peko/autobuild/instance-2/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/peko/autobuild/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/peko/autobuild/instance-2/output/target/etc echo "buildroot" > /home/peko/autobuild/instance-2/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/peko/autobuild/instance-2/output/target/etc/hosts mkdir -p /home/peko/autobuild/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/peko/autobuild/instance-2/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/peko/autobuild/instance-2/output/target/etc/shadow rm -f /home/peko/autobuild/instance-2/output/target/bin/sh rm -f /home/peko/autobuild/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/peko/autobuild/instance-2/output/build/locales.nopurge; done for dir in /home/peko/autobuild/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/peko/autobuild/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/peko/autobuild/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/peko/autobuild/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/peko/autobuild/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/peko/autobuild/instance-2/output/target/usr/include /home/peko/autobuild/instance-2/output/target/usr/share/aclocal \ /home/peko/autobuild/instance-2/output/target/usr/lib/pkgconfig /home/peko/autobuild/instance-2/output/target/usr/share/pkgconfig \ /home/peko/autobuild/instance-2/output/target/usr/lib/cmake /home/peko/autobuild/instance-2/output/target/usr/share/cmake find /home/peko/autobuild/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/peko/autobuild/instance-2/output/target/lib/ /home/peko/autobuild/instance-2/output/target/usr/lib/ /home/peko/autobuild/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/gdb rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/bash-completion rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/zsh rm -rf /home/peko/autobuild/instance-2/output/target/usr/man /home/peko/autobuild/instance-2/output/target/usr/share/man rm -rf /home/peko/autobuild/instance-2/output/target/usr/info /home/peko/autobuild/instance-2/output/target/usr/share/info rm -rf /home/peko/autobuild/instance-2/output/target/usr/doc /home/peko/autobuild/instance-2/output/target/usr/share/doc rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/gtk-doc rmdir /home/peko/autobuild/instance-2/output/target/usr/share 2>/dev/null || true find /home/peko/autobuild/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/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/peko/autobuild/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/peko/autobuild/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/peko/autobuild/instance-2/output/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/peko/autobuild/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/peko/autobuild/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/peko/autobuild/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02-rc2-00014-gb910cba"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2018.02-rc2\"" \ ) > /home/peko/autobuild/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/peko/autobuild/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/peko/autobuild/instance-2/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/peko/autobuild/instance-2/buildroot' make: Entering directory `/home/peko/autobuild/instance-2/buildroot' >>> Buildroot 2018.02-rc2-00014-gb910cba Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2017.09-release Collecting legal info >>> host-binutils arc-2017.09-release Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> 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.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> host-mpc 1.0.3 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> host-mpfr 3.1.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> uclibc 1.0.28 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-gcc-initial arc-2017.09-release Collecting legal info >>> linux-headers 4.15.4 Collecting legal info WARNING: no hash file for COPYING >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info ERROR: No hash found for README >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.31.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) >>> busybox 1.27.2 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> libtirpc 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> linux-pam 1.3.0 Collecting legal info ERROR: No hash found for Copyright >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> atf 0.21 Collecting legal info ERROR: No hash found for COPYING >>> bctoolbox 0.4.0 Collecting legal info ERROR: No hash found for COPYING >>> bitstream-vera 1.10 Collecting legal info ERROR: No hash found for COPYRIGHT.TXT >>> btrfs-progs 4.13.3 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) >>> e2fsprogs 1.43.9 Collecting legal info NOTICE: OK (sha256: 680f852df303874fe9c722283a7da571ae9a0477768df8af1e363298e2adc51e) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> conntrack-tools 1.4.4 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_conntrack 1.0.6 Collecting legal info ERROR: No hash found for COPYING >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libnfnetlink 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_cthelper 1.0.0 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_cttimeout 1.0.0 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_queue 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> dbus 1.12.2 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> fmt 4.0.0 Collecting legal info ERROR: No hash found for LICENSE.rst >>> freetype 2.8.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 4a9a548027a2c1d37788519dea833294c9c81f1ebc280e817f41f50d0c642d78) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> htop 2.0.2 Collecting legal info ERROR: No hash found for COPYING >>> initscripts Collecting legal info >>> host-jq 1.5 Collecting legal info ERROR: No hash found for COPYING >>> json-for-modern-cpp v3.0.1 Collecting legal info LICENSE.MIT: OK (sha256: 6a6115fc4a7239a135f2dce8d33f94cb8a936b8f608ac0f6699fbac278b0dd5b) >>> lbreakout2 2.6.5 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> lcdproc 0.5.9 Collecting legal info ERROR: No hash found for COPYING >>> libao 1.2.0 Collecting legal info ERROR: No hash found for COPYING >>> libdvdcss 1.4.0 Collecting legal info ERROR: No hash found for COPYING >>> libdvdread 5.0.3 Collecting legal info ERROR: No hash found for COPYING >>> libevent 2.1.8-stable Collecting legal info ERROR: No hash found for LICENSE >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.31.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) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info ERROR: No hash found for COPYING >>> libnfc 1.7.1 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> libpjsip 2.7.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libsrtp v1.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> libsoxr 0.1.2 Collecting legal info ERROR: No hash found for LICENCE ERROR: No hash found for COPYING.LGPL >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info ERROR: No hash found for COPYING.lesser >>> neard 0.16 Collecting legal info ERROR: No hash found for COPYING >>> newt 0.52.20 Collecting legal info ERROR: No hash found for COPYING >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> nilfs-utils v2.2.7 Collecting legal info COPYING: OK (sha512: 4fc92d3998910acb108f81b1aee70a55a572b661a2766d0e57a55e48e2b737eea41415356cbd62593f26aec5797ab9fbb40211d7782b5834b4855ff1ce6ad5f7) >>> omniorb 4.2.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-omniorb 4.2.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> opencv3 3.3.0 Collecting legal info LICENSE: OK (sha256: e974db937899a2505f0eb43ece9d2f2eb36e8580ad88785e3ffac0d697ebaf5d) >>> host-opkg-utils 0.3.4 Collecting legal info ERROR: No hash found for COPYING >>> ortp 0.27.0 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> powertop 2.9 Collecting legal info ERROR: No hash found for COPYING >>> semodule-utils 2.7 Collecting legal info ERROR: No hash found for COPYING >>> whetstone 1.2 Collecting legal info >>> wireless-regdb 2017.03.07 Collecting legal info ERROR: No hash found for LICENSE >>> wireshark 2.2.12 Collecting legal info COPYING: OK (sha256: 7cdbed2b697efaa45576a033f1ac0e73cd045644a91c79bbf41d4a7d81dac7bf) >>> yajl 2.1.0 Collecting legal info ERROR: No hash found for COPYING >>> zd1211-firmware 1.4 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2017.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2017.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/peko/autobuild/instance-2/output/legal-info make: Leaving directory `/home/peko/autobuild/instance-2/buildroot'