GEN gen/futility_cmds.c CC cgpt/cgpt_create.o CC cgpt/cgpt_add.o CC cgpt/cgpt_boot.o futility/vb1_helper.c: In function 'ft_recognize_vb1_key': futility/vb1_helper.c:764:22: warning: assignment from incompatible pointer type key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, ^ futility/vb1_helper.c:768:12: warning: passing argument 1 of 'RSA_free' from incompatible pointer type RSA_free(key.rsa_private_key); ^ In file included from futility/vb1_helper.c:12:0: /home/buildroot/build/instance-0/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_show.o CC cgpt/cgpt_repair.o CC cgpt/cgpt_common.o CC futility/dump_kernel_config_lib.o CC cgpt/cgpt_prioritize.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/signature_digest.o CC host/lib/host_signature.o host/lib/host_key.c: In function 'PrivateKeyReadPem': host/lib/host_key.c:54:24: warning: assignment from incompatible pointer type 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 RSA_free(key->rsa_private_key); ^ In file included from /home/buildroot/build/instance-0/output/host/include/openssl/x509.h:96:0, from /home/buildroot/build/instance-0/output/host/include/openssl/pem.h:70, from host/lib/host_key.c:10: /home/buildroot/build/instance-0/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:30: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); ^ In file included from /home/buildroot/build/instance-0/output/host/include/openssl/objects.h:965:0, from /home/buildroot/build/instance-0/output/host/include/openssl/evp.h:94, from /home/buildroot/build/instance-0/output/host/include/openssl/pem.h:69, from host/lib/host_key.c:10: /home/buildroot/build/instance-0/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/build/instance-0/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 key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^ host/lib/util_misc.c: In function 'PrintPrivKeySha1Sum': host/lib/util_misc.c:38:23: warning: passing argument 1 of 'vb_keyb_from_rsa' from incompatible pointer type 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 firmware/lib/cryptolib/padding.o CC firmware/lib/cryptolib/rsa.o 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 key->rsa_private_key, /* Key to use */ ^ In file included from host/lib/host_signature.c:10:0: /home/buildroot/build/instance-0/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/vboot_api_firmware.o CC firmware/lib/stateful_util.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_common_init.o CC firmware/lib/vboot_api_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/vboot_api_stub_init.o CC firmware/stub/utility_stub.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/2common.o CC firmware/2lib/2api.o CC firmware/2lib/2crc8.o CC firmware/2lib/2misc.o CC firmware/2lib/2nvstorage.o CC firmware/2lib/2rsa.o CC firmware/2lib/2secdatak.o CC firmware/2lib/2sha1.o CC firmware/2lib/2secdata.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/misc.o CC firmware/lib21/common.o CC cgpt/cgpt.o CC firmware/lib21/packed_key.o CC cgpt/cgpt_find.o CC cgpt/cgpt_legacy.o CC cgpt/cgpt_nor.o CC cgpt/cmd_add.o CC cgpt/cmd_create.o CC cgpt/cmd_find.o CC cgpt/cmd_boot.o CC cgpt/cmd_legacy.o CC cgpt/cmd_prioritize.o CC cgpt/cmd_repair.o CC cgpt/cgpt_wrapper.o RM libvboot_util.a CC cgpt/cmd_show.o AR libvboot_util.a CC gen/futility_cmds.o RM libvboot_util21.a AR libvboot_util21.a LD futility/futility LDcgpt cgpt/cgpt LD cgpt/cgpt_wrapper make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" PKG_CONFIG="/home/buildroot/build/instance-0/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/build/instance-0/output/host/lib/pkgconfig:/home/buildroot/build/instance-0/output/host/share/pkgconfig" /usr/bin/make -j8 -C /home/buildroot/build/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/home/buildroot/build/instance-0/output/host futil_install cgpt_install devkeys_install make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' 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 make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/build/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/build/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: [u'libconfuse', u'ncurses', u'bzip2', u'libzlib', u'libopenssl', u'duma', u'geoip', u'jasper', u'jimtcl', u'libffi', u'pcre', u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'benejson', u'libconfuse', u'ncurses', u'bzip2', u'libzlib', u'libopenssl', u'duma', u'geoip', u'jasper', u'jimtcl', u'libffi', u'pcre', u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libGeoIP.la" is touched by more than one package: [u'geoip', u'jasper', u'jimtcl', u'libffi', u'pcre', u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libprotobuf.la" is touched by more than one package: [u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libgee-0.8.la" is touched by more than one package: [u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libnetfilter_acct.la" is touched by more than one package: [u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'benejson', u'libconfuse', u'ncurses', u'bzip2', u'libzlib', u'libopenssl', u'duma', u'geoip', u'jasper', u'jimtcl', u'libffi', u'pcre', u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libpcre2-8.la" is touched by more than one package: [u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libsamplerate.la" is touched by more than one package: [u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libprotoc.la" is touched by more than one package: [u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'benejson', u'libconfuse', u'ncurses', u'bzip2', u'libzlib', u'libopenssl', u'duma', u'geoip', u'jasper', u'jimtcl', u'libffi', u'pcre', u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'benejson', u'libconfuse', u'ncurses', u'bzip2', u'libzlib', u'libopenssl', u'duma', u'geoip', u'jasper', u'jimtcl', u'libffi', u'pcre', u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libmcrypt.la" is touched by more than one package: [u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libpcre2-posix.la" is touched by more than one package: [u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'benejson', u'libconfuse', u'ncurses', u'bzip2', u'libzlib', u'libopenssl', u'duma', u'geoip', u'jasper', u'jimtcl', u'libffi', u'pcre', u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libmhash.la" is touched by more than one package: [u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libneon.la" is touched by more than one package: [u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'benejson', u'libconfuse', u'ncurses', u'bzip2', u'libzlib', u'libopenssl', u'duma', u'geoip', u'jasper', u'jimtcl', u'libffi', u'pcre', u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libbsd.la" is touched by more than one package: [u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libnetfilter_conntrack.la" is touched by more than one package: [u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'lensfun', u'xz', u'libarchive', u'libbsd', u'libgee', u'libkrb5', u'libmcrypt', u'libmhash', u'libminiupnpc', u'libmnl', u'libmpdclient', u'libnetfilter_acct', u'libnfnetlink', u'libnetfilter_conntrack', u'libusb', u'libpcap', u'libsamplerate', u'neon', u'pcre2', u'protobuf', u'rabbitmq-c'] Warning: staging file "./usr/lib/libprotobuf-lite.la" is touched by more than one package: [u'protobuf', u'rabbitmq-c'] ./support/scripts/check-uniq-files -t host /home/buildroot/build/instance-0/output/build/packages-file-list-host.txt rm -f /home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/build/instance-0/output/host/bin/glib-compile-schemas /home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "buildroot" > /home/buildroot/build/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/build/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/build/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/build/instance-0/output/target/etc/shadow rm -f /home/buildroot/build/instance-0/output/target/bin/sh rm -f /home/buildroot/build/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/build/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/build/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/build/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/build/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/build/instance-0/output/target/usr/include /home/buildroot/build/instance-0/output/target/usr/share/aclocal \ /home/buildroot/build/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/build/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/build/instance-0/output/target/usr/lib/cmake /home/buildroot/build/instance-0/output/target/usr/share/cmake find /home/buildroot/build/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-0/output/target/lib/ /home/buildroot/build/instance-0/output/target/usr/lib/ /home/buildroot/build/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/build/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/build/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/build/instance-0/output/target/usr/man /home/buildroot/build/instance-0/output/target/usr/share/man rm -rf /home/buildroot/build/instance-0/output/target/usr/info /home/buildroot/build/instance-0/output/target/usr/share/info rm -rf /home/buildroot/build/instance-0/output/target/usr/doc /home/buildroot/build/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/build/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/build/instance-0/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/build/instance-0/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/build/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/build/instance-0/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/build/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/build/instance-0/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/build/instance-0/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/build/instance-0/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/build/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-git-00889-gf117f07"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-git\"" \ ) > /home/buildroot/build/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/build/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/build/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/build/instance-0/output/target/usr make: Leaving directory '/home/buildroot/build/instance-0/buildroot' make: Entering directory '/home/buildroot/build/instance-0/buildroot' >>> Buildroot 2018.11-git-00889-gf117f07 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 arm-2014.05-29-arm-none-linux-gnueabi.src.tar.bz2: OK (sha256: e16a5b1e41d7ff1e74161f9405182001bc8d1360d89564e73911032e6966cc0d) >>> toolchain-external-codesourcery-arm 2014.05-29 Collecting legal info >>> toolchain Collecting legal info >>> 18xx-ti-utils R8.7_SP3 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> benejson 0.9.7 Collecting legal info ERROR: No hash found for LICENSE >>> host-scons 2.5.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> 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) >>> bmon 4.0 Collecting legal info ERROR: No hash found for LICENSE.BSD ERROR: No hash found for LICENSE.MIT >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> 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 >>> bsdiff 4.3 Collecting legal info ERROR: No hash found for bsdiff.c >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> host-btrfs-progs 4.17.1 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) libbtrfsutil/COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> ca-certificates 20180409 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> coreutils 8.30 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> dialog 1.3-20170509 Collecting legal info ERROR: No hash found for COPYING >>> dnsmasq 2.79 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dtach v0.9 Collecting legal info ERROR: No hash found for COPYING >>> host-dtc 1.4.7 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> duma 2.5.15 Collecting legal info ERROR: No hash found for COPYING-GPL ERROR: No hash found for COPYING-LGPL >>> ethtool 4.16 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> geoip 1.6.11 Collecting legal info ERROR: No hash found for COPYING >>> ghostscript-fonts 8.11 Collecting legal info ERROR: No hash found for COPYING >>> igmpproxy 0.2.1 Collecting legal info COPYING: OK (sha256: be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6) GPL.txt: OK (sha256: c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4) Stanford.txt: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> jasper version-2.0.14 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jimtcl 0.75 Collecting legal info ERROR: No hash found for LICENSE >>> lensfun 0.3.2 Collecting legal info ERROR: No hash found for docs/gpl-3.0.txt ERROR: No hash found for docs/lgpl-3.0.txt >>> 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-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> libarchive 3.3.2 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> libbsd 0.9.1 Collecting legal info COPYING: OK (sha256: df6d8e1b5b3a5b06376c658c8ad3afc82687f1c0e0404cec4738ad14b2675708) >>> libgee 0.20.1 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-vala 0.34.7 Collecting legal info ERROR: No hash found for COPYING >>> libkrb5 1.16.1 Collecting legal info NOTICE: OK (sha256: 58534f00ed877fd32936fcab094f49d399aeef7716393204d8028c4b89050c82) >>> libmcrypt 2.5.8 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libminiupnpc 2.1 Collecting legal info LICENSE: OK (sha256: e2df21b3d4b1a84a0ac31d808a3ff330fdf3602e0839a526d3df2fcfba287ac4) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.15 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.47.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python-setuptools 40.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.7.0 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.7 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libsamplerate 0.1.9 Collecting legal info ERROR: No hash found for COPYING >>> mcrypt 2.6.8 Collecting legal info ERROR: No hash found for COPYING >>> neon 0.30.2 Collecting legal info ERROR: No hash found for src/COPYING.LIB ERROR: No hash found for test/COPYING ERROR: No hash found for README >>> netcat-openbsd debian_1.190-1 Collecting legal info debian/copyright: OK (sha256: e2e86d58c38f044a49f51e45515747585db58a2305419c73323eaad88fcaef5c) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.31 Collecting legal info LICENCE: OK (sha256: 4806d1c067bffe106d97dac68744373a866bfdd65486c0532ed1b41595ec4b64) >>> pixz 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info ERROR: No hash found for NOTICE >>> protobuf 3.6.0 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> host-protobuf 3.6.0 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> rabbitmq-c v0.9.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> reaver 9bae55bd30b6d46b42da3a09dc23c8b0f9341996 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> sudo 1.8.23 Collecting legal info doc/LICENSE: OK (sha256: b6625a7b58e9469a7adfd1732960579a19fe84b3508030f9a31641283e2250b8) >>> sysstat 11.6.3 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tini v0.18.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> usb_modeswitch 2.5.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> usb_modeswitch_data 20170806 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-arm-2014.05-29: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM_LICENSE_FILES not defined) Legal info produced in /home/buildroot/build/instance-0/output/legal-info make: Leaving directory '/home/buildroot/build/instance-0/buildroot'