CC futility/misc.o CC futility/ryu_root_header.o CC futility/cmd_create.o CC futility/cmd_dump_kernel_config.o CC futility/cmd_load_fmap.o CC futility/cmd_pcr.o futility/cmd_create.c: In function 'vb1_make_keypair': futility/cmd_create.c:122:27: warning: assignment from incompatible pointer type [enabled by default] privkey->rsa_private_key = rsa_key; ^ CC futility/cmd_show.o CC futility/cmd_sign.o CC futility/cmd_vbutil_firmware.o CC futility/cmd_vbutil_kernel.o futility/cmd_show.c: In function 'ft_show_privkey': futility/cmd_show.c:115:22: warning: assignment from incompatible pointer type [enabled by default] key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, len); ^ futility/cmd_show.c:125:3: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] RSA_free(key.rsa_private_key); ^ In file included from futility/cmd_show.c:8:0: /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/rsa.h:343:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ CC futility/cmd_vbutil_key.o CC futility/cmd_vbutil_keyblock.o CC futility/file_type.o CC futility/file_type_bios.o CC futility/file_type_rwsig.o CC futility/file_type_usbpd1.o CC futility/vb1_helper.o CC futility/vb2_helper.o GEN gen/futility_cmds.c CC cgpt/cgpt_create.o futility/vb1_helper.c: In function 'ft_recognize_vb1_key': futility/vb1_helper.c:764:22: warning: assignment from incompatible pointer type [enabled by default] key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, ^ futility/vb1_helper.c:768:3: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] 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:343:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ 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 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:96:0, from /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/pem.h:70, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/rsa.h:343: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:965:0, from /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/evp.h:94, from /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/pem.h:69, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-2/output/host/include/openssl/asn1.h:323: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:363: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, ^ CC host/lib/host_signature.o host/lib/util_misc.c: In function 'PrintPrivKeySha1Sum': host/lib/util_misc.c:38: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:18: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, ^ CC host/lib/signature_digest.o CC firmware/lib/cryptolib/padding.o CC firmware/lib/cryptolib/rsa.o 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:337: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/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 LDcgpt cgpt/cgpt AR libvboot_util21.a LD futility/futility 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 '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 '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/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libgnutls-openssl.la" is touched by more than one package: [u'gnutls', u'ncurses', u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libatomic_ops_gpl.la" is touched by more than one package: [u'libatomic_ops', u'bdwgc', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'pcre', u'libzlib', u'gnutls', u'ncurses', u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libzlib', u'gnutls', u'ncurses', u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libnetfilter_log_libipulog.la" is touched by more than one package: [u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libgnutlsxx.la" is touched by more than one package: [u'gnutls', u'ncurses', u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libQtXml.la" is touched by more than one package: [u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libopencore-amrwb.la" is touched by more than one package: [u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libcord.la" is touched by more than one package: [u'bdwgc', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'pcre', u'libzlib', u'gnutls', u'ncurses', u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: [u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libopencore-amrnb.la" is touched by more than one package: [u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libQtGui.la" is touched by more than one package: [u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libzlib', u'gnutls', u'ncurses', u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libgnutls.la" is touched by more than one package: [u'gnutls', u'ncurses', u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libMagick++-7.Q16HDRI.la" is touched by more than one package: [u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libzlib', u'gnutls', u'ncurses', u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libatomic_ops.la" is touched by more than one package: [u'libatomic_ops', u'bdwgc', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'pcre', u'libzlib', u'gnutls', u'ncurses', u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'libunistring', u'nettle', u'pcre', u'libzlib', u'gnutls', u'ncurses', u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libtasn1', u'libunistring', u'nettle', u'pcre', u'libzlib', u'gnutls', u'ncurses', u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libQtCore.la" is touched by more than one package: [u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libQtTest.la" is touched by more than one package: [u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libgsasl.la" is touched by more than one package: [u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libMagickCore-7.Q16HDRI.la" is touched by more than one package: [u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libltdl.la" is touched by more than one package: [u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libQtSql.la" is touched by more than one package: [u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libgc.la" is touched by more than one package: [u'bdwgc', u'gmp', u'libtasn1', u'libunistring', u'nettle', u'pcre', u'libzlib', u'gnutls', u'ncurses', u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libnetfilter_log.la" is touched by more than one package: [u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libMagickWand-7.Q16HDRI.la" is touched by more than one package: [u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libunistring.la" is touched by more than one package: [u'libunistring', u'nettle', u'pcre', u'libzlib', u'gnutls', u'ncurses', u'libxml2', u'imagemagick', u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libcli', u'libcurl', u'libevent', u'libffi', u'util-linux', u'libglib2', u'libgsasl', u'liblockfile', u'libnfnetlink', u'libnetfilter_log', u'libtool', u'liburiparser', u'libxmlrpc', u'opencore-amr', u'pixman', u'qt', u'shared-mime-info'] Warning: staging file "./usr/lib/libQtNetwork.la" is touched by more than one package: [u'qt', u'shared-mime-info'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-2/output/build/packages-file-list-host.txt 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/x86_64-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/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/x86_64-ctng_locales-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-2/output/host/bin/x86_64-ctng_locales-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-2/output/host/bin/x86_64-ctng_locales-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 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=2018.05-git-00771-gf682bcb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.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 make: Leaving directory `/home/buildroot/autobuild/run/instance-2/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-2/buildroot' >>> Buildroot 2018.05-git-00771-gf682bcb 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> bdwgc 7.6.2 Collecting legal info README.QUICK: OK (sha256: 9944acfcee6cca308d974933977c1608804f5ad4345aac7cb8608137104e3742) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libatomic_ops v7.4.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-checkpolicy 2.7 Collecting legal info ERROR: No hash found for COPYING >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libselinux 2.7 Collecting legal info ERROR: No hash found for LICENSE >>> host-libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-swig 3.0.12 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE-GPL ERROR: No hash found for LICENSE-UNIVERSITIES >>> cpio 2.12 Collecting legal info ERROR: No hash found for COPYING >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info ERROR: No hash found for COPYING >>> fconfig 20080329 Collecting legal info ERROR: No hash found for fconfig.c >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gnutls 3.5.18 Collecting legal info doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 0.9.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nettle 3.4 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> i7z 5023138d7c35c4667c938b853e5ea89737334e92 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> imagemagick 7.0.7-27 Collecting legal info LICENSE: OK (sha256: 2318cc05bbd2c25c1b2d13af1aadccc45b9cf6f94757421ae59a3c8ea9064f1c) >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> iw 4.14 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcli c63c9d35144939c8b4fa3c5394aed2e29ff517b0 Collecting legal info ERROR: No hash found for COPYING >>> libcurl 7.59.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> libevent 2.1.8-stable Collecting legal info ERROR: No hash found for LICENSE >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> libgsasl 1.8.0 Collecting legal info ERROR: No hash found for README ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libnetfilter_log 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libnfnetlink 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> liburiparser 0.8.5 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> libxmlrpc 1.39.12 Collecting legal info ERROR: No hash found for doc/COPYING >>> lockfile-progs 0.1.17 Collecting legal info ERROR: No hash found for COPYING >>> odhcp6c 7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> opencore-amr 0.1.5 Collecting legal info LICENSE: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> privoxy 3.0.26 Collecting legal info ERROR: No hash found for LICENSE >>> qt 4.8.7 Collecting legal info ERROR: No hash found for LICENSE.LGPL ERROR: No hash found for LGPL_EXCEPTION.txt ERROR: No hash found for LICENSE.GPL3 >>> shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-shared-mime-info 1.8 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 >>> sp-oops-extract 0.0.7-1 Collecting legal info ERROR: No hash found for COPYING >>> taskd 1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> triggerhappy b822888066129350e51ad79f1cf307fa38dae4f7 Collecting legal info ERROR: No hash found for COPYING >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Collecting legal info WARNING: no hash file for COPYING.LIB >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_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'