RSA_free(key.rsa_private_key); ^ In file included from futility/vb1_helper.c:12:0: /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/rsa.h:262:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ GEN gen/futility_cmds.c CC cgpt/cgpt_create.o CC cgpt/cgpt_add.o CC cgpt/cgpt_boot.o CC cgpt/cgpt_show.o CC cgpt/cgpt_repair.o CC cgpt/cgpt_prioritize.o CC cgpt/cgpt_common.o CC futility/dump_kernel_config_lib.o CC host/arch/arm/lib/crossystem_arch.o CC host/lib/crossystem.o CC host/lib/file_keys.o CC host/lib/fmap.o CC host/lib/host_common.o CC host/lib/host_key.o CC host/lib/host_keyblock.o CC host/lib/host_misc.o CC host/lib/util_misc.o CC host/lib/host_signature.o CC host/lib/signature_digest.o host/lib/host_key.c: In function 'PrivateKeyReadPem': host/lib/host_key.c:54:24: warning: assignment from incompatible pointer type [enabled by default] key->rsa_private_key = rsa_key; ^ host/lib/host_key.c: In function 'PrivateKeyFree': host/lib/host_key.c:66:5: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] RSA_free(key->rsa_private_key); ^ In file included from /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/x509.h:25:0, from /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/pem.h:17, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/rsa.h:262:6: note: expected 'struct RSA *' 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:3: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type [enabled by default] buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); ^ In file included from /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/objects.h:15:0, from /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/evp.h:28, from /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/pem.h:16, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/asn1.h:237:13: note: expected 'const struct RSA *' but argument is of type 'struct rsa_rt * const' int i2d_##name(const type *a, unsigned char **out); \ ^ /home/buildroot/autobuild/run/instance-2/output/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 [enabled by default] key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^ host/lib/util_misc.c: In function 'PrintPrivKeySha1Sum': host/lib/util_misc.c:39:2: warning: passing argument 1 of 'vb_keyb_from_rsa' from incompatible pointer type [enabled by default] 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:147:28: warning: passing argument 4 of 'RSA_private_encrypt' from incompatible pointer type [enabled by default] RSA_PKCS1_PADDING); /* Padding to use */ ^ In file included from host/lib/host_signature.c:10:0: /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/rsa.h:256:5: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt * const' int RSA_private_encrypt(int flen, const unsigned char *from, ^ 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 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 CC cgpt/cgpt_wrapper.o CC gen/futility_cmds.o RM libvboot_util.a AR libvboot_util.a RM libvboot_util21.a AR libvboot_util21.a LD futility/futility LDcgpt cgpt/cgpt LD cgpt/cgpt_wrapper >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-2/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-2/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-2/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-2/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/home/buildroot/autobuild/run/instance-2/output/host futil_install cgpt_install devkeys_install Package liblzma was not found in the pkg-config search path. Perhaps you should add the directory containing `liblzma.pc' to the PKG_CONFIG_PATH environment variable Package 'liblzma', required by 'virtual:world', not found 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 >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-2/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/enchant/libenchant_ispell.la" is touched by more than one package: [u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/liburcu-cds.la" is touched by more than one package: [u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libsoup-2.4.la" is touched by more than one package: [u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/enchant/libenchant_myspell.la" is touched by more than one package: [u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/liburcu-bp.la" is touched by more than one package: [u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'alsa-utils', u'libsndfile', u'aubio', u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/liblttng-ctl.la" is touched by more than one package: [u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libSDL_mixer.la" is touched by more than one package: [u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: [u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/liburcu-mb.la" is touched by more than one package: [u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libSDL_image.la" is touched by more than one package: [u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'aubio', u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libSDL_net.la" is touched by more than one package: [u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libenchant.la" is touched by more than one package: [u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/liburcu-signal.la" is touched by more than one package: [u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libgssdp-1.0.la" is touched by more than one package: [u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libbluetooth.la" is touched by more than one package: [u'bluez_utils', u'cwiid', u'enchant', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'libdvdcss', u'libhttpparser', u'liblinear', u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/liburcu-common.la" is touched by more than one package: [u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/libyaml.la" is touched by more than one package: [u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/liburcu.la" is touched by more than one package: [u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] Warning: staging file "./usr/lib/liburcu-qsbr.la" is touched by more than one package: [u'liburcu', u'libusb', u'libyaml', u'sdl', u'popt', u'lttng-tools', u'optee-client', u'sdl_mixer', u'sdl_net', u'sdl_image', u'szip'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-2/output/build/packages-file-list-host.txt Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libSDL.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libcheck.la" is touched by more than one package: [u'host-libffi', u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libyaml.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libglib-2.0.la" is touched by more than one package: [u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgssdp-1.0.la" is touched by more than one package: [u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libSDL_net.la" is touched by more than one package: [u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libenchant.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgthread-2.0.la" is touched by more than one package: [u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/liburcu-bp.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libbluetooth.la" is touched by more than one package: [u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/liburcu-cds.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libsoup-2.4.la" is touched by more than one package: [u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libmount.la" is touched by more than one package: [u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/liburcu-common.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgio-2.0.la" is touched by more than one package: [u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/enchant/libenchant_myspell.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpopt.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libexpat.la" is touched by more than one package: [u'host-libffi', u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libSDLmain.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/liburcu.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/liburcu-signal.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libasound.la" is touched by more than one package: [u'host-pkgconf', u'host-expat', u'host-libffi', u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libxml2.la" is touched by more than one package: [u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libdvdcss.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/enchant/libenchant_ispell.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libffi.la" is touched by more than one package: [u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libdbus-1.la" is touched by more than one package: [u'host-libffi', u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/liburcu-qsbr.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libusb-1.0.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libsqlite3.la" is touched by more than one package: [u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/liburcu-mb.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libSDL_mixer.la" is touched by more than one package: [u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgobject-2.0.la" is touched by more than one package: [u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/liblttng-ctl.la" is touched by more than one package: [u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libsndfile.la" is touched by more than one package: [u'host-libffi', u'host-cmake', u'host-libxml-parser-perl', u'host-imx-mkimage', u'host-libusb', u'host-patchelf', u'host-python-setuptools', u'host-libopenssl'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/run/instance-2/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/run/instance-2/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/run/instance-2/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/run/instance-2/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/run/instance-2/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/run/instance-2/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/buildroot/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-2/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-2/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a72%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/buildroot/autobuild/run/instance-2/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-2/output/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/autobuild/run/instance-2/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-2/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-2/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-2/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-2/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-2/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/include /home/buildroot/autobuild/run/instance-2/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-2/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-2/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-2/output/target/lib/ /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/man /home/buildroot/autobuild/run/instance-2/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/info /home/buildroot/autobuild/run/instance-2/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/doc /home/buildroot/autobuild/run/instance-2/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-2/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-2/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-2/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/instance-2/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-2/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-git-00128-g7ffdc08"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \ ) > /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-2/output/target/usr make: Leaving directory `/home/buildroot/autobuild/run/instance-2/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-2/buildroot' >>> Buildroot 2019.05-git-00128-g7ffdc08 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-arm-aarch64 2018.11 Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.1.7 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> alsa-utils 1.1.7 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> 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.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> aubio 0.4.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> bluez_utils 4.101 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) 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) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) 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) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> civetweb v1.11 Collecting legal info LICENSE.md: OK (sha256: 1cd00da00b8649b4005757f4019acfd3102ecd407f47998081697e8e9086f706) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> cwiid fadf11e89b579bcc0336a0692ac15c93785f3f82 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> enchant 1.6.0 Collecting legal info ERROR: No hash found for COPYING.LIB >>> fmtools 2.0.7 Collecting legal info ERROR: No hash found for COPYING >>> gssdp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsoup 2.62.3 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 >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3250300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> hwdata v0.308 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ifupdown-scripts Collecting legal info >>> host-imx-mkimage rel_imx_4.14.78_1.0.0_ga Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libhttpparser v2.9.0 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> liblinear 2.20 Collecting legal info COPYRIGHT: OK (sha256: 2ad9363447d0afeca34d53619163cffd502ec172bdb44d8d112c7acb99ae2558) >>> liburcu 0.9.2 Collecting legal info ERROR: No hash found for lgpl-2.1.txt ERROR: No hash found for lgpl-relicensing.txt ERROR: No hash found for gpl-2.0.txt ERROR: No hash found for LICENSE >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libyaml 0.2.1 Collecting legal info LICENSE: OK (sha256: bfcb6a7dfbfd30e0ccc8bb34ab712bd1568586ad8c5b078ccae443b04e79749e) >>> lshw B.02.18 Collecting legal info ERROR: No hash found for COPYING >>> ltris 1.0.19 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> lttng-tools 2.10.5 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lgpl-2.1.txt: OK (sha256: 051be1f11b508ef7bb839994f6b58be19a827c56bd9bddfe36d77d3d4be55abe) LICENSE: OK (sha256: f07515677547da5f3ee2396bdf491affc1accd5e4765a5378b6e1e98392fd5e7) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> host-openocd 0.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libftdi 0.20 Collecting legal info >>> host-libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> optee-benchmark 3.4.0 Collecting legal info >>> optee-client 3.4.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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 >>> host-python-six 1.12.0 Collecting legal info LICENSE: OK (sha256: e732f54da58f3e9cf0c48e8b512948936fcf7361bd58afa63a9a3c392bf794ad) >>> host-python-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> sdl_image 1.2.12 Collecting legal info ERROR: No hash found for COPYING >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> triggerhappy b822888066129350e51ad79f1cf307fa38dae4f7 Collecting legal info ERROR: No hash found for COPYING >>> usb_modeswitch 2.5.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-arm-aarch64-2018.11: cannot save license (TOOLCHAIN_EXTERNAL_ARM_AARCH64_LICENSE_FILES not defined) WARNING: libftdi-0.20: cannot save license (HOST_LIBFTDI_LICENSE_FILES not defined) WARNING: optee-benchmark-3.4.0: cannot save license (OPTEE_BENCHMARK_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-2/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-2/buildroot'