Applying 0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch using patch: patching file src/CMakeLists.txt Hunk #1 succeeded at 38 with fuzz 2 (offset 1 line). Hunk #2 succeeded at 53 (offset 1 line). Hunk #3 succeeded at 80 (offset 1 line). Applying 0003-Link-with-shared-libyajl-in-a-shared-build.patch using patch: patching file example/CMakeLists.txt patching file perf/CMakeLists.txt patching file reformatter/CMakeLists.txt patching file test/api/CMakeLists.txt patching file test/parsing/CMakeLists.txt patching file verify/CMakeLists.txt Applying 0004-Link-libyajl-_s-with-libm-when-isnan-is-not-brought-.patch using patch: patching file src/CMakeLists.txt patching file src/yajl.pc.cmake >>> yajl 2.1.0 Configuring (mkdir -p /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/ && cd /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /home/buildroot/autobuild/run/instance-1/output/host/bin/cmake /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/ -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/run/instance-1/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=OFF ) -- The C compiler identification is GNU 6.3.0 -- Check for working C compiler: /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -- Check for working C compiler: /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAVE_GCC_VISIBILITY -- Performing Test HAVE_GCC_VISIBILITY - Success -- Looking for isnan in c -- Looking for isnan in c - not found running /home/buildroot/autobuild/run/instance-1/output/host/bin/cmake -E copy_if_different /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/api/yajl_parse.h /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /home/buildroot/autobuild/run/instance-1/output/host/bin/cmake -E copy_if_different /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/api/yajl_gen.h /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /home/buildroot/autobuild/run/instance-1/output/host/bin/cmake -E copy_if_different /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/api/yajl_common.h /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /home/buildroot/autobuild/run/instance-1/output/host/bin/cmake -E copy_if_different /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/api/yajl_tree.h /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 CMake Warning (dev) at reformatter/CMakeLists.txt:42 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "json_reformat". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at verify/CMakeLists.txt:36 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "json_verify". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. !! doxygen not found, not generating documentation CMake Warning (dev) at CMakeLists.txt:76 (ADD_CUSTOM_TARGET): Policy CMP0037 is not set: Target names should not be reserved and should match a validity pattern. Run "cmake --help-policy CMP0037" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The target name "test" is reserved or not valid for certain CMake features, such as generator expressions, and may result in undefined behavior. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0 >>> yajl 2.1.0 Building PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/ Scanning dependencies of target yajl_s [ 4%] Building C object src/CMakeFiles/yajl_s.dir/yajl.c.o [ 8%] Building C object src/CMakeFiles/yajl_s.dir/yajl_lex.c.o [ 13%] Building C object src/CMakeFiles/yajl_s.dir/yajl_parser.c.o [ 17%] Building C object src/CMakeFiles/yajl_s.dir/yajl_buf.c.o [ 21%] Building C object src/CMakeFiles/yajl_s.dir/yajl_encode.c.o [ 26%] Building C object src/CMakeFiles/yajl_s.dir/yajl_gen.c.o [ 30%] Building C object src/CMakeFiles/yajl_s.dir/yajl_alloc.c.o [ 34%] Building C object src/CMakeFiles/yajl_s.dir/yajl_tree.c.o [ 39%] Building C object src/CMakeFiles/yajl_s.dir/yajl_version.c.o [ 43%] Linking C static library ../yajl-2.1.0/lib/libyajl.a [ 43%] Built target yajl_s Scanning dependencies of target yajl_test Scanning dependencies of target gen-extra-close [ 47%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o [ 52%] Building C object test/api/CMakeFiles/gen-extra-close.dir/gen-extra-close.c.o Scanning dependencies of target json_reformat Scanning dependencies of target json_verify [ 56%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o [ 60%] Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o [ 65%] Linking C executable gen-extra-close [ 69%] Linking C executable json_verify [ 69%] Built target gen-extra-close [ 73%] Linking C executable yajl_test Scanning dependencies of target parse_config [ 78%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o [ 82%] Linking C executable json_reformat [ 82%] Built target json_verify Scanning dependencies of target perftest [ 86%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o [ 86%] Built target yajl_test [ 91%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o [ 95%] Linking C executable parse_config [ 95%] Built target parse_config [ 95%] Built target json_reformat [100%] Linking C executable perftest [100%] Built target perftest >>> yajl 2.1.0 Installing to staging directory PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/host/m68k-buildroot-uclinux-uclibc/sysroot install/fast -C /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/ Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/libyajl.a -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_common.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_version.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/json_reformat -- Installing: /home/buildroot/autobuild/run/instance-1/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/json_verify >>> yajl 2.1.0 Fixing libtool files >>> yajl 2.1.0 Installing to target PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/target install/fast -C /home/buildroot/autobuild/run/instance-1/output/build/yajl-2.1.0/ Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/libyajl.a -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/include/yajl/yajl_parse.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/include/yajl/yajl_gen.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/include/yajl/yajl_common.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/include/yajl/yajl_tree.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/include/yajl/yajl_version.h -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/share/pkgconfig/yajl.pc -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/json_reformat -- Installing: /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/json_verify >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/run/instance-1/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/run/instance-1/output/target/etc/inittab mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-1/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-1/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-1/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/include /home/buildroot/autobuild/run/instance-1/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-1/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-1/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-1/output/target/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/man /home/buildroot/autobuild/run/instance-1/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/info /home/buildroot/autobuild/run/instance-1/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/doc /home/buildroot/autobuild/run/instance-1/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-1/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.11-git-02409-g32caa95"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2017.11-git\"" \ ) > /home/buildroot/autobuild/run/instance-1/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-1/buildroot' >>> Buildroot 2017.11-git-02409-g32caa95 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> host-aespipe 2.4d Collecting legal info >>> alsa-lib 1.1.4.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for aserver/COPYING >>> 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 ERROR: No hash found for COPYING >>> host-m4 1.4.18 Collecting legal info ERROR: No hash found for COPYING >>> host-automake 1.15.1 Collecting legal info ERROR: No hash found for COPYING >>> attr 2.4.47 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> busybox 1.27.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libtirpc 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> host-cryptsetup 1.7.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL >>> host-lvm2 2.02.173 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2l Collecting legal info ERROR: No hash found for LICENSE >>> host-zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> host-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> host-gettext 0.19.8.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.5 Collecting legal info ERROR: No hash found for COPYING >>> host-util-linux 2.30.2 Collecting legal info ERROR: No hash found for README.licensing ERROR: No hash found for Documentation/licenses/COPYING.GPLv2 ERROR: No hash found for Documentation/licenses/COPYING.UCB ERROR: No hash found for Documentation/licenses/COPYING.LGPLv2.1 ERROR: No hash found for Documentation/licenses/COPYING.BSD-3 >>> dhcpdump 1.8 Collecting legal info ERROR: No hash found for LICENSE >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-bison 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> dnsmasq 2.78 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> doom-wad 1.9 Collecting legal info >>> host-dos2unix 7.3.4 Collecting legal info ERROR: No hash found for COPYING.txt >>> dropbear 2017.75 Collecting legal info ERROR: No hash found for LICENSE >>> host-e2fsprogs 1.43.6 Collecting legal info ERROR: No hash found for NOTICE ERROR: No hash found for lib/ss/mit-sipb-copyright.h ERROR: No hash found for lib/et/internal.h >>> host-e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> eventlog 0.2.12 Collecting legal info ERROR: No hash found for COPYING >>> fconfig 20080329 Collecting legal info ERROR: No hash found for fconfig.c >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info ERROR: No hash found for COPYING >>> font-awesome v4.7.0 Collecting legal info >>> freetype 2.8 Collecting legal info ERROR: No hash found for docs/LICENSE.TXT ERROR: No hash found for docs/FTL.TXT ERROR: No hash found for docs/GPLv2.TXT >>> libpng 1.6.32 Collecting legal info ERROR: No hash found for LICENSE >>> getent Collecting legal info >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gnuplot 5.0.6 Collecting legal info ERROR: No hash found for Copyright >>> httping 2.5 Collecting legal info ERROR: No hash found for license.txt >>> openssl Collecting legal info >>> libopenssl 1.0.2l Collecting legal info ERROR: No hash found for LICENSE >>> ibrcommon 1.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for README >>> initscripts Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info ERROR: No hash found for json2.js >>> 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 >>> leptonica 1.74.4 Collecting legal info ERROR: No hash found for leptonica-license.txt >>> libaio 0.3.110 Collecting legal info ERROR: No hash found for COPYING >>> libargtable2 13 Collecting legal info ERROR: No hash found for COPYING >>> libass 0.13.7 Collecting legal info ERROR: No hash found for COPYING >>> libfribidi 0.19.7 Collecting legal info ERROR: No hash found for COPYING >>> libb64 1.2.1 Collecting legal info ERROR: No hash found for LICENSE >>> libcap-ng 0.7.8 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libconfuse 3.2 Collecting legal info ERROR: No hash found for LICENSE >>> libdrm 2.4.84 Collecting legal info >>> libpthread-stubs 0.4 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 >>> libee 0.4.1 Collecting legal info ERROR: No hash found for COPYING >>> libestr 0.1.10 Collecting legal info ERROR: No hash found for COPYING >>> libhid 0.2.16 Collecting legal info ERROR: No hash found for COPYING >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info ERROR: No hash found for COPYING >>> libnfc 1.7.1 Collecting legal info ERROR: No hash found for COPYING >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> liblogging 1.0.5 Collecting legal info ERROR: No hash found for COPYING >>> libmemcached 1.0.18 Collecting legal info ERROR: No hash found for COPYING >>> libndp v1.5 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libqrencode 3.4.2 Collecting legal info ERROR: No hash found for COPYING >>> libsha1 0.3 Collecting legal info ERROR: No hash found for COPYING >>> libsrtp v1.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> libssh2 1.8.0 Collecting legal info ERROR: No hash found for COPYING >>> libsysfs 2.1.0 Collecting legal info ERROR: No hash found for cmd/GPL ERROR: No hash found for lib/LGPL >>> libtommath 1.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> linux-syscall-support 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb Collecting legal info ERROR: No hash found for linux_syscall_support.h >>> lz4 v1.7.5 Collecting legal info ERROR: No hash found for lib/LICENSE ERROR: No hash found for programs/COPYING >>> memtester 4.3.0 Collecting legal info ERROR: No hash found for COPYING >>> mimic 1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> mobile-broadband-provider-info 20151214 Collecting legal info ERROR: No hash found for COPYING >>> mpir 3.0.0 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-yasm 1.3.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for BSD.txt ERROR: No hash found for Artistic.txt ERROR: No hash found for GNU_GPL-2.0 ERROR: No hash found for GNU_LGPL-2.0 >>> mtd 2.0.1 Collecting legal info ERROR: No hash found for COPYING >>> mxml 2.10 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> ngrep 1.45 Collecting legal info ERROR: No hash found for LICENSE.txt >>> pcre 8.41 Collecting legal info ERROR: No hash found for LICENCE >>> opus 1.2.1 Collecting legal info ERROR: No hash found for COPYING >>> opusfile 0.9 Collecting legal info ERROR: No hash found for COPYING >>> p7zip 16.02 Collecting legal info ERROR: No hash found for DOC/License.txt >>> host-patchelf 0.9 Collecting legal info ERROR: No hash found for COPYING >>> physfs be27dfd07d97336145e7f49d3fd200a6e902f85e Collecting legal info WARNING: no hash file for LICENSE.txt WARNING: no hash file for src/lzma/LGPL.txt >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> prboom 2.5.0 Collecting legal info ERROR: No hash found for COPYING >>> sdl_mixer 1.2.12 Collecting legal info ERROR: No hash found for COPYING >>> sdl_net 1.2.8 Collecting legal info ERROR: No hash found for COPYING >>> rsh-redone 85 Collecting legal info ERROR: No hash found for rsh.c >>> spice-protocol 0.12.10 Collecting legal info ERROR: No hash found for COPYING >>> statserial 1.1 Collecting legal info ERROR: No hash found for COPYING >>> tinydtls 0.8.2 Collecting legal info ERROR: No hash found for tinydtls.h >>> tinymembench v0.3 Collecting legal info ERROR: No hash found for main.c >>> tinyxml 2.6.2_2 Collecting legal info ERROR: No hash found for README >>> tree 1.7.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-uboot-tools 2017.07 Collecting legal info ERROR: No hash found for Licenses/gpl-2.0.txt >>> wireless-regdb 2017.03.07 Collecting legal info ERROR: No hash found for LICENSE >>> xkeyboard-config 2.22 Collecting legal info ERROR: No hash found for COPYING >>> 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.4 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-xapp_xkbcomp 1.4.0 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_libX11 1.6.5 Collecting legal info ERROR: No hash found for COPYING >>> host-libxcb 1.12 Collecting legal info ERROR: No hash found for COPYING >>> host-libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libxslt 1.1.29 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.14 Collecting legal info ERROR: No hash found for LICENSE >>> host-xcb-proto 1.12 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_libXau 1.0.8 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_xproto 7.0.31 Collecting legal info ERROR: No hash found for COPYING >>> host-xutil_util-macros 1.19.1 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_libXdmcp 1.1.2 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_xtrans 1.3.5 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_inputproto 2.3.2 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_kbproto 1.0.7 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_xextproto 7.3.0 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_xf86bigfontproto 1.2.0 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_libxkbfile 1.0.9 Collecting legal info ERROR: No hash found for COPYING >>> host-xorriso 1.4.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> yajl 2.1.0 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: aespipe-2.4d: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: doom-wad-1.9: cannot save license (DOOM_WAD_LICENSE_FILES not defined) WARNING: font-awesome-v4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: libdrm-2.4.84: cannot save license (LIBDRM_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-1/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot'