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:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j6 -C /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/ make[1]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[2]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target yajl Scanning dependencies of target yajl_s make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' [ 3%] Building C object src/CMakeFiles/yajl.dir/yajl_lex.c.o [ 6%] Building C object src/CMakeFiles/yajl.dir/yajl.c.o [ 9%] Building C object src/CMakeFiles/yajl.dir/yajl_encode.c.o [ 12%] Building C object src/CMakeFiles/yajl.dir/yajl_parser.c.o [ 15%] Building C object src/CMakeFiles/yajl.dir/yajl_buf.c.o [ 18%] Building C object src/CMakeFiles/yajl_s.dir/yajl.c.o [ 21%] Building C object src/CMakeFiles/yajl.dir/yajl_gen.c.o [ 24%] Building C object src/CMakeFiles/yajl.dir/yajl_alloc.c.o [ 27%] Building C object src/CMakeFiles/yajl_s.dir/yajl_lex.c.o [ 30%] Building C object src/CMakeFiles/yajl.dir/yajl_tree.c.o [ 33%] Building C object src/CMakeFiles/yajl.dir/yajl_version.c.o [ 36%] Building C object src/CMakeFiles/yajl_s.dir/yajl_parser.c.o [ 39%] Building C object src/CMakeFiles/yajl_s.dir/yajl_buf.c.o [ 42%] Building C object src/CMakeFiles/yajl_s.dir/yajl_encode.c.o [ 45%] Building C object src/CMakeFiles/yajl_s.dir/yajl_gen.c.o [ 48%] Building C object src/CMakeFiles/yajl_s.dir/yajl_alloc.c.o [ 51%] Building C object src/CMakeFiles/yajl_s.dir/yajl_tree.c.o [ 54%] Building C object src/CMakeFiles/yajl_s.dir/yajl_version.c.o [ 57%] Linking C shared library ../yajl-2.1.0/lib/libyajl.so make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' [ 57%] Built target yajl make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target gen-extra-close Scanning dependencies of target yajl_test Scanning dependencies of target json_reformat Scanning dependencies of target json_verify make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' [ 60%] Building C object test/api/CMakeFiles/gen-extra-close.dir/gen-extra-close.c.o [ 63%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o [ 66%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o [ 69%] Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o [ 72%] Linking C executable gen-extra-close make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' [ 72%] Built target gen-extra-close make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target parse_config make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' [ 75%] Linking C executable json_verify make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' [ 78%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' [ 78%] Built target json_verify Scanning dependencies of target perftest make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' [ 81%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o [ 84%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o [ 87%] Linking C executable json_reformat [ 90%] Linking C executable yajl_test [ 93%] Linking C executable parse_config make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' [ 93%] Built target yajl_test [ 93%] Built target json_reformat make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' [ 96%] Linking C static library ../yajl-2.1.0/lib/libyajl.a [ 96%] Built target parse_config make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' [ 96%] Built target yajl_s [100%] Linking C executable perftest make[3]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' [100%] Built target perftest make[2]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' make[1]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' >>> 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:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j6 DESTDIR=/home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot install/fast -C /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/ make[1]: Entering directory `/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/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libyajl.so.2.1.0 -- Installing: /home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libyajl.so.2 -- Installing: /home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libyajl.so -- Installing: /home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libyajl.a -- Installing: /home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_common.h -- Installing: /home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_version.h -- Installing: /home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/bin/json_reformat -- Set runtime path of "/home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/bin/json_reformat" to "" -- Installing: /home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/bin/json_verify -- Set runtime path of "/home/peko/autobuild/instance-2/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/bin/json_verify" to "" make[1]: Leaving directory `/home/peko/autobuild/instance-2/output/build/yajl-2.1.0' >>> 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:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j6 DESTDIR=/home/peko/autobuild/instance-2/output/target install/fast -C /home/peko/autobuild/instance-2/output/build/yajl-2.1.0/ make[1]: Entering directory `/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 "" make[1]: Leaving directory `/home/peko/autobuild/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/peko/autobuild/instance-2/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: ['binutils', 'ed', 'libffi', 'gsl', 'libconfig', 'libtool'] ./support/scripts/check-uniq-files -t staging /home/peko/autobuild/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/share/info/dir" is touched by more than one package: ['binutils', 'libffi', 'gsl', 'libconfig', 'libtool'] ./support/scripts/check-uniq-files -t host /home/peko/autobuild/instance-2/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: ['host-lzip', 'host-m4', 'host-libtool', 'host-autoconf', 'host-automake', 'host-bison', 'host-gettext', 'host-libffi'] 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/x86_64-buildroot-linux-gnu/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 /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 /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/x86_64-ctng_locales-linux-gnu-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/x86_64-ctng_locales-linux-gnu-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/x86_64-ctng_locales-linux-gnu-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.05-git-00066-g576437c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /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.05-git-00066-g576437c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external 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 >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> bcg729 1.0.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> binutils 2.29.1 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> boinc 7.8.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libcurl 7.58.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> openssl Collecting legal info >>> libopenssl 1.0.2n Collecting legal info LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a) >>> rtmpdump fa8646daeb19dfd12c181f7d19de708d623704c0 Collecting legal info WARNING: no hash file for librtmp/COPYING >>> cpuload v0.3 Collecting legal info ERROR: No hash found for COPYING >>> daq 2.0.6 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ebtables 2.0.10-4 Collecting legal info ERROR: No hash found for COPYING >>> ed 1.14.2 Collecting legal info ERROR: No hash found for COPYING >>> ffmpeg 3.4.2 Collecting legal info LICENSE.md: OK (sha256: 73d99bc83313fff665b426d6672b4e0479102bc402fe22314ac9ce94a38aa5ff) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> host-nasm 2.13.02 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> opus 1.2.1 Collecting legal info ERROR: No hash found for COPYING >>> flann 1.9.1 Collecting legal info ERROR: No hash found for COPYING >>> fping 4.0 Collecting legal info ERROR: No hash found for COPYING >>> fwts V16.11.00 Collecting legal info ERROR: No hash found for debian/copyright >>> json-c 0.13 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> 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) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> 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) >>> 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 >>> gsl 2.3 Collecting legal info ERROR: No hash found for COPYING >>> gssdp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsoup 2.56.1 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3220000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> i2c-tools 4.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> i7z 5023138d7c35c4667c938b853e5ea89737334e92 Collecting legal info ERROR: No hash found for COPYING >>> igd2-for-linux v1.2 Collecting legal info linuxigd2/doc/LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> igmpproxy f47644d8fa7266a784f3ec7b251e7d318bc2f0a9 Collecting legal info ERROR: No hash found for COPYING >>> iptables 1.6.1 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 >>> iputils s20161105 Collecting legal info ERROR: No hash found for ninfod/COPYING >>> iw 4.9 Collecting legal info ERROR: No hash found for COPYING >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jimtcl 0.75 Collecting legal info ERROR: No hash found for LICENSE >>> jpeg-turbo 1.5.2 Collecting legal info ERROR: No hash found for LICENSE.md >>> jpeg Collecting legal info >>> jq 1.5 Collecting legal info ERROR: No hash found for COPYING >>> less 487 Collecting legal info ERROR: No hash found for COPYING >>> libcli c63c9d35144939c8b4fa3c5394aed2e29ff517b0 Collecting legal info ERROR: No hash found for COPYING >>> libconfig 1.5 Collecting legal info ERROR: No hash found for COPYING.LIB >>> liblo 0.29 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmad 0.15.1b Collecting legal info ERROR: No hash found for COPYING >>> libmcrypt 2.5.8 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> libtasn1 4.12 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> libusbgx 2e3d43ee098ed928d1baa61ce791ce9ff4788c5a Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL >>> libv4l 1.14.1 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 37d0f2c8dc3f267d864cb39d54f82c5092a599beb29cb5caa96d50d27e069a44) >>> linenoise 1.0 Collecting legal info ERROR: No hash found for LICENSE >>> lvm2 2.02.173 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> lynx 2.8.9dev.16 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> mjpegtools 2.1.0 Collecting legal info ERROR: No hash found for COPYING >>> mjpg-streamer bbf32fddfd02a9e072e89e83a5b33e6ca0a7bd4b Collecting legal info ERROR: No hash found for LICENSE >>> mpv 0.27.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-waf 1.9.5 Collecting legal info >>> sdl2 2.0.7 Collecting legal info COPYING.txt: OK (sha256: bbd2edb1789c33de29bb9f8d1dbe2774584a9ce8c4e3162944b7a3a447f5e85d) >>> net-tools 479bb4a7e11a4084e2935c0a576388f92469225b Collecting legal info ERROR: No hash found for COPYING >>> nginx 1.12.2 Collecting legal info LICENSE: OK (sha256: 75820469c890db641e54078df018e497fde0542211aa704e15320316a2175780) >>> opentracing-cpp v1.2.0 Collecting legal info COPYING: OK (sha256: b80bffcfee825a69645f7ca97ddba48714031ea5c845198d184714d5490798b6) >>> host-opkg-utils 0.3.4 Collecting legal info ERROR: No hash found for COPYING >>> opusfile 0.9 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pound 2.7 Collecting legal info ERROR: No hash found for GPL.txt >>> protobuf-c v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf-c v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf 3.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> qextserialport ada321a9ee463f628e7b781b8ed00ff219152158 Collecting legal info ERROR: No hash found for LICENSE.md >>> qt 4.8.7 Collecting legal info ERROR: No hash found for LICENSE.LGPL ERROR: No hash found for LGPL_EXCEPTION.txt ERROR: No hash found for LICENSE.GPL3 >>> quota 4.01 Collecting legal info >>> smack 1.3.1 Collecting legal info ERROR: No hash found for COPYING >>> smartmontools 6.5 Collecting legal info ERROR: No hash found for COPYING >>> sp-oops-extract 0.0.7-1 Collecting legal info ERROR: No hash found for COPYING >>> spice-protocol 0.12.10 Collecting legal info ERROR: No hash found for COPYING >>> sshpass 1.06 Collecting legal info ERROR: No hash found for COPYING >>> stm32flash 4ac0566f188f39eace0223d966d349cd2f2c5895 Collecting legal info WARNING: no hash file for gpl-2.0.txt >>> sudo 1.8.21p2 Collecting legal info ERROR: No hash found for doc/LICENSE >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info ERROR: No hash found for COPYING >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> trousers 0.3.13 Collecting legal info ERROR: No hash found for LICENSE >>> unzip 60 Collecting legal info ERROR: No hash found for LICENSE >>> usbredir 0.7.1 Collecting legal info ERROR: No hash found for COPYING.LIB >>> v4l2grab f8d8844d52387b3db7b8736f5e86156d9374f781 Collecting legal info ERROR: No hash found for LICENSE.md >>> vnstat 1.17 Collecting legal info ERROR: No hash found for COPYING >>> wavemon v0.8.1 Collecting legal info ERROR: No hash found for COPYING >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Collecting legal info ERROR: No hash found for LICENCE >>> wireless_tools 30.pre9 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) WARNING: waf-1.9.5: cannot save license (HOST_WAF_LICENSE_FILES not defined) WARNING: quota-4.01: cannot save license (QUOTA_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'