host/lib/host_key.c: In function 'PrivateKeyReadPem': host/lib/host_key.c:54:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] key->rsa_private_key = rsa_key; ^ host/lib/host_key.c: In function 'PrivateKeyFree': host/lib/host_key.c:66:14: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [-Wincompatible-pointer-types] RSA_free(key->rsa_private_key); ^~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include/openssl/x509.h:25:0, from /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include/openssl/pem.h:17, from host/lib/host_key.c:10: /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include/openssl/rsa.h:262:6: note: expected 'RSA * {aka struct rsa_st *}' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^~~~~~~~ host/lib/host_key.c: In function 'PrivateKeyWrite': host/lib/host_key.c:77:30: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type [-Wincompatible-pointer-types] buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); ^~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include/openssl/objects.h:15:0, from /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include/openssl/evp.h:28, from /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include/openssl/pem.h:16, from host/lib/host_key.c:10: /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include/openssl/asn1.h:237:13: note: expected 'const RSA * {aka const struct rsa_st *}' but argument is of type 'struct rsa_rt * const' int i2d_##name(const type *a, unsigned char **out); \ ^ /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include/openssl/rsa.h:280:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_const' DECLARE_ASN1_ENCODE_FUNCTIONS_const(RSA, RSAPrivateKey) ^ host/lib/host_key.c: In function 'PrivateKeyRead': host/lib/host_key.c:131:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^ CC host/lib/util_misc.o CC host/lib/host_signature.o host/lib/util_misc.c: In function 'PrintPrivKeySha1Sum': host/lib/util_misc.c:39:23: warning: passing argument 1 of 'vb_keyb_from_rsa' from incompatible pointer type [-Wincompatible-pointer-types] if (vb_keyb_from_rsa(key->rsa_private_key, &buf, &buflen)) { ^~~ In file included from host/lib/util_misc.c:19:0: host/lib/include/util_misc.h:42:5: note: expected 'struct rsa_st *' but argument is of type 'struct rsa_rt *' int vb_keyb_from_rsa(struct rsa_st *rsa_private_key, ^~~~~~~~~~~~~~~~ host/lib/host_signature.c: In function 'CalculateSignature': host/lib/host_signature.c:146:28: warning: passing argument 4 of 'RSA_private_encrypt' from incompatible pointer type [-Wincompatible-pointer-types] key->rsa_private_key, /* Key to use */ ^~~ In file included from host/lib/host_signature.c:10:0: /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include/openssl/rsa.h:256:5: note: expected 'RSA * {aka struct rsa_st *}' but argument is of type 'struct rsa_rt * const' int RSA_private_encrypt(int flen, const unsigned char *from, ^~~~~~~~~~~~~~~~~~~ CC host/lib/signature_digest.o CC firmware/lib/cryptolib/padding.o CC firmware/lib/cryptolib/rsa.o CC firmware/lib/cryptolib/rsa_utility.o CC firmware/lib/cryptolib/sha1.o CC firmware/lib/cryptolib/sha256.o CC firmware/lib/cryptolib/sha512.o CC firmware/lib/cryptolib/sha_utility.o CC firmware/lib/stateful_util.o CC firmware/lib/vboot_api_firmware.o CC firmware/lib/vboot_common.o CC firmware/lib/vboot_firmware.o CC firmware/lib/region-fw.o CC firmware/lib/tpm_bootmode.o CC firmware/stub/vboot_api_stub_sf.o CC firmware/lib/crc8.o CC firmware/lib/utility.o CC firmware/lib/vboot_api_init.o CC firmware/lib/vboot_common_init.o CC firmware/lib/vboot_nvstorage.o CC firmware/lib/vboot_nvstorage_rollback.o CC firmware/lib/region-init.o CC firmware/lib/rollback_index.o CC firmware/lib/tpm_lite/tlcl.o CC firmware/stub/tpm_lite_stub.o CC firmware/stub/utility_stub.o firmware/stub/tpm_lite_stub.c: In function 'VbExTpmSendReceive': firmware/stub/tpm_lite_stub.c:239:3: warning: implicit declaration of function 'assert'; did you mean 'tzset'? [-Wimplicit-function-declaration] assert( ^~~~~~ tzset CC firmware/stub/vboot_api_stub_init.o CC firmware/stub/vboot_api_stub_region.o CC firmware/lib/cgptlib/cgptlib.o CC firmware/lib/cgptlib/cgptlib_internal.o CC firmware/lib/cgptlib/crc32.o CC firmware/lib/gpt_misc.o CC firmware/lib/utility_string.o CC firmware/lib/vboot_api_kernel.o CC firmware/lib/vboot_audio.o CC firmware/lib/vboot_display.o CC firmware/lib/vboot_kernel.o CC firmware/lib/region-kernel.o CC firmware/stub/vboot_api_stub.o CC firmware/stub/vboot_api_stub_disk.o CC firmware/stub/vboot_api_stub_stream.o CC host/lib21/host_fw_preamble.o CC host/lib21/host_key.o CC host/lib21/host_keyblock.o CC host/lib21/host_misc.o CC host/lib21/host_signature.o CC firmware/2lib/2api.o CC firmware/2lib/2common.o CC firmware/2lib/2crc8.o CC firmware/2lib/2misc.o CC firmware/2lib/2nvstorage.o CC firmware/2lib/2rsa.o CC firmware/2lib/2secdata.o CC firmware/2lib/2secdatak.o CC firmware/2lib/2sha1.o CC firmware/2lib/2sha256.o CC firmware/2lib/2sha512.o CC firmware/2lib/2sha_utility.o CC firmware/2lib/2tpm_bootmode.o CC firmware/2lib/2stub.o CC firmware/lib21/api.o CC firmware/lib21/common.o CC firmware/lib21/misc.o CC firmware/lib21/packed_key.o CC cgpt/cgpt.o CC cgpt/cgpt_find.o CC cgpt/cgpt_legacy.o CC cgpt/cgpt_nor.o CC cgpt/cmd_add.o CC cgpt/cmd_boot.o CC cgpt/cmd_create.o CC cgpt/cmd_find.o CC cgpt/cmd_legacy.o CC cgpt/cmd_prioritize.o CC cgpt/cmd_repair.o CC cgpt/cmd_show.o RM libvboot_util.a AR libvboot_util.a CC cgpt/cgpt_wrapper.o CC gen/futility_cmds.o RM libvboot_util21.a AR libvboot_util21.a LDcgpt cgpt/cgpt LD futility/futility LD cgpt/cgpt_wrapper make[1]: Leaving directory '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib/pkgconfig:/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j2 -C /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host futil_install cgpt_install devkeys_install make[1]: Entering directory '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' Package yaml-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `yaml-0.1.pc' to the PKG_CONFIG_PATH environment variable Package 'yaml-0.1', required by 'virtual:world', not found INSTALL futility INSTALL CGPT INSTALL DEVKEYS make[1]: Leaving directory '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> wireguard 0.0.20190123 Downloading --2020-03-15 14:05:43-- https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20190123.tar.xz Resolving git.zx2c4.com (git.zx2c4.com)... 147.75.77.251, 2604:1380:1:4d00::3 Connecting to git.zx2c4.com (git.zx2c4.com)|147.75.77.251|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://download.wireguard.com/monolithic-historical/WireGuard-0.0.20190123.tar.xz [following] --2020-03-15 14:05:43-- https://download.wireguard.com/monolithic-historical/WireGuard-0.0.20190123.tar.xz Resolving download.wireguard.com (download.wireguard.com)... 192.95.5.67, 2607:5300:61:14f::c05f:543 Connecting to download.wireguard.com (download.wireguard.com)|192.95.5.67|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 323052 (315K) [application/octet-stream] Saving to: '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/.WireGuard-0.0.20190123.tar.xz.AAAx4T/output' 0K .......... .......... .......... .......... .......... 15% 491K 1s 50K .......... .......... .......... .......... .......... 31% 488K 0s 100K .......... .......... .......... .......... .......... 47% 45.1M 0s 150K .......... .......... .......... .......... .......... 63% 1.27M 0s 200K .......... .......... .......... .......... .......... 79% 787K 0s 250K .......... .......... .......... .......... .......... 95% 41.6M 0s 300K .......... ..... 100% 86.6M=0.3s 2020-03-15 14:05:44 (1022 KB/s) - '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/.WireGuard-0.0.20190123.tar.xz.AAAx4T/output' saved [323052/323052] WireGuard-0.0.20190123.tar.xz: OK (sha256: edd13c7631af169e3838621b1a1bff3ef73cf7bc778eec2bd55f7c1089ffdf9b) >>> wireguard 0.0.20190123 Extracting xzcat /home/dawncrow/buildroot-test/scripts/instance-0/dl/wireguard/WireGuard-0.0.20190123.tar.xz | tar --strip-components=1 -C /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123 -xf - >>> wireguard 0.0.20190123 Patching >>> wireguard 0.0.20190123 Configuring >>> wireguard 0.0.20190123 Building PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" AR="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-ar" AS="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-as" LD="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-ld" NM="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-nm" CC="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-gcc" GCC="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-gcc" CPP="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-cpp" CXX="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-g++" FC="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-gfortran" F77="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-gfortran" RANLIB="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-ranlib" READELF="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-readelf" STRIP="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-strip" OBJCOPY="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-objcopy" OBJDUMP="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib -Wl,-rpath,/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-as" DEFAULT_LINKER="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/sh4-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j2 WITH_SYSTEMDUNITS=no WITH_BASHCOMPLETION=no WITH_WGQUICK=no -C /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools make[1]: Entering directory '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools' CC /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/wg.o CC /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/config.o CC /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/mnlg.o CC /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/show.o CC /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/terminal.o CC /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/ipc.o CC /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/encoding.o CC /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/curve25519.o CC /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/setconf.o CC /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/genkey.o CC /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/showconf.o CC /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/pubkey.o CC /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/set.o LD /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools/wg make[1]: Leaving directory '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools' >>> wireguard 0.0.20190123 Installing to target PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" AR="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-ar" AS="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-as" LD="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-ld" NM="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-nm" CC="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-gcc" GCC="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-gcc" CPP="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-cpp" CXX="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-g++" FC="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-gfortran" F77="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-gfortran" RANLIB="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-ranlib" READELF="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-readelf" STRIP="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-strip" OBJCOPY="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-objcopy" OBJDUMP="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib -Wl,-rpath,/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-as" DEFAULT_LINKER="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/sh4-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j2 WITH_SYSTEMDUNITS=no WITH_BASHCOMPLETION=no WITH_WGQUICK=no -C /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools install DESTDIR=/home/dawncrow/buildroot-test/scripts/instance-0/output-1/target make[1]: Entering directory '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools' 'wg' -> '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/bin/wg' 'man/wg.8' -> '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/man/man8/wg.8' make[1]: Leaving directory '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/wireguard-0.0.20190123/src/tools' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/packages-file-list.txt Warning: target file "./usr/bin/bunzip2" is touched by more than one package: [u'busybox', u'bzip2'] Warning: target file "./usr/bin/bzcat" is touched by more than one package: [u'busybox', u'bzip2'] ./support/scripts/check-uniq-files -t staging /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/packages-file-list-staging.txt Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] ./support/scripts/check-uniq-files -t host /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/packages-file-list-host.txt Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python', u'host-python3'] Warning: host file "./share/info/dir" is touched by more than one package: [u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/glib-compile-schemas /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/sh4-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-%g" -e "s%@TARGET_ARCH@%sh4%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/dawncrow/buildroot-test/scripts/instance-0/output-1/host%g" package/meson//cross-compilation.conf.in > /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/etc/meson/cross-compilation.conf mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc echo "buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc/hosts mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc/shadow rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/bin/sh rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/locales.nopurge; done for dir in /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/include /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/aclocal \ /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/lib/pkgconfig /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/pkgconfig \ /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/lib/cmake /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/cmake find /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/gdb rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/zsh rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/man /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/man rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/info /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/info rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/doc /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/doc rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/share 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/bin/sh4-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/dawncrow/buildroot-test/scripts/instance-0/output-1/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/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02.9-00176-g6617fe098d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02.9"; \ echo "PRETTY_NAME=\"Buildroot 2019.02.9\"" \ ) > /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree /home/dawncrow/buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target touch /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target/usr cd /home/dawncrow/buildroot-test/scripts/instance-0/output-1/target; LC_ALL=C find . \( -type f -o -type l \) -printf '%T@:%i:%#m:%y:%s,%p\n' | LC_ALL=C sort > /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/.files-list.new mv /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/.files-list.new /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/.files-list.stat cd /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/sh4-buildroot-linux-uclibc/sysroot; LC_ALL=C find . \( -type f -o -type l \) -printf '%T@:%i:%#m:%y:%s,%p\n' | LC_ALL=C sort > /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/.files-list-staging.new mv /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/.files-list-staging.new /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/.files-list-staging.stat cd /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host; LC_ALL=C find . \( -type f -o -type l \) -printf '%T@:%i:%#m:%y:%s,%p\n' | LC_ALL=C sort > /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/.files-list-host.new mv /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/.files-list-host.new /home/dawncrow/buildroot-test/scripts/instance-0/output-1/build/.files-list-host.stat ln -snf /home/dawncrow/buildroot-test/scripts/instance-0/output-1/host/sh4-buildroot-linux-uclibc/sysroot /home/dawncrow/buildroot-test/scripts/instance-0/output-1/staging make: Leaving directory '/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' make: Entering directory '/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2019.02.9-00176-g6617fe098d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton 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-android-tools 4.2.2+git20130218 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.32 Collecting legal info LICENCE: OK (sha256: c4a8b89cd38d6a7501d5b11a472fa15e71a051b66d6331c6cda364101389d6ee) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20190110 Collecting legal info debian/copyright: OK (sha256: 80fd11117df5543d5cf17bfd951b0ead213f7867d0b09f09c6d5a5eca3ff7422) >>> host-python 2.7.17 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> 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) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.2.8 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> cdrkit 1.1.11 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> ethtool 4.19 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-f2fs-tools v1.11.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> fdk-aac 2.0.0 Collecting legal info NOTICE: OK (sha256: 95ec80da40b4af12ad4c4f3158c9cfb80f2479f3246e4260cb600827cc8c7836) >>> freetype 2.9.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> glm 0.9.8.4 Collecting legal info ERROR: No hash found for copying.txt >>> hwloc 1.11.7 Collecting legal info ERROR: No hash found for COPYING >>> initscripts Collecting legal info >>> iostat 2.2 Collecting legal info ERROR: No hash found for LICENSE >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libarchive 3.3.3 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> libass 0.14.0 Collecting legal info COPYING: OK (sha256: f7e30699d02798351e7f839e3d3bfeb29ce65e44efa7735c225464c4fd7dfe9c) >>> libfribidi 0.19.7 Collecting legal info ERROR: No hash found for COPYING >>> libcec 4.0.2 Collecting legal info COPYING: OK (sha256: 3618005b3db4eb8ede7292d233e6c41605cb8dcbd33e8790eff6e29c1e4f3789) >>> libplatform 2d90f98620e25f47702c9e848380c0d93f29462b Collecting legal info ERROR: No hash found for src/os.h >>> libcodec2 0.7 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libftdi1 1.4 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libglib2 2.56.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libical 1.0.1 Collecting legal info LICENSE: OK (sha256: c393726f82e6f21df5262110215f6a4382b32046d10afdcfcc49338aa7a191f2) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.4 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodplug 0.8.9.0 Collecting legal info COPYING: OK (sha256: 49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e) >>> libmpd 11.8.17 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libmpdclient 2.16 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.49.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python3 3.7.7 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-python3-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libsigrok 0.5.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libzip 1.5.1 Collecting legal info LICENSE: OK (sha256: 04464e729973cf58189051e7a3e8bca2acce9a1058c735e9e2eb1fdbe0fbbf50) >>> log4cplus 2.0.2 Collecting legal info LICENSE: OK (sha256: 91d7e42ff80e74c4c94e5ad353375fa0358cd0abbf43f5fe957097cdbd4e2c4d) >>> qt5base 5.11.3 Collecting legal info LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE.GPL3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE.GPL3-EXCEPT: OK (sha256: 0dbe024961f6ab5c52689cbd036c977975d0d0f6a67ff97762d96cb819dd5652) LICENSE.LGPLv3: OK (sha256: 88ec689407cf2df9b2eb5c45952564d51ce73c129a3bdffb15c0d2d161ad7558) LICENSE.FDL: OK (sha256: ed8742a95cb9db653a09b050e27ccff5e67ba69c14aa2c3137f2a4e1892f6c0d) >>> host-lttng-babeltrace 1.5.2 Collecting legal info ERROR: No hash found for mit-license.txt ERROR: No hash found for gpl-2.0.txt ERROR: No hash found for LICENSE >>> host-elfutils 0.176 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.3 Collecting legal info COPYING: OK (sha256: c4f8e14fafe458d84808a4cd8b69f94673ebe2bf8fc992291629a69ac12218f8) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> modplugtools 0.5.3 Collecting legal info ERROR: No hash found for COPYING >>> ncmpc 0.31 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> opkg 0.3.6 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ptpd 1.1.0 Collecting legal info ERROR: No hash found for COPYRIGHT >>> safeclib v03032018 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> ser2net 3.5 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> sigrok-cli 0.7.0 Collecting legal info ERROR: No hash found for COPYING >>> snmppp 3.3.10 Collecting legal info src/v3.cpp: OK (sha256: d00d5deb9ce44fa01ddf6f882de3ea8b9e8402f776b546dd982d55367ebbd392) >>> spawn-fcgi 1.6.4 Collecting legal info ERROR: No hash found for COPYING >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> tz Collecting legal info >>> host-tzdata 2018e Collecting legal info >>> host-zic 2018e Collecting legal info >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> host-uboot-tools 2018.07 Collecting legal info ERROR: No hash found for Licenses/gpl-2.0.txt >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> wireguard 0.0.20190123 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (HOST_TZDATA_LICENSE_FILES not defined) WARNING: zic-2018e: cannot save license (HOST_ZIC_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/dawncrow/buildroot-test/scripts/instance-0/output-1/legal-info make: Leaving directory '/home/dawncrow/buildroot-test/scripts/instance-0/buildroot'