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 to 'struct rsa_rt *' from incompatible pointer type 'RSA *' {aka 'struct rsa_st *'} [-Wincompatible-pointer-types] key->rsa_private_key = rsa_key; ^ host/lib/host_key.c: In function 'PrivateKeyFree': host/lib/host_key.c:66:17: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [-Wincompatible-pointer-types] RSA_free(key->rsa_private_key); ~~~^~~~~~~~~~~~~~~~~ In file included from /data/buildroot/buildroot-test/instance-0/output/host/include/openssl/x509.h:96, from /data/buildroot/buildroot-test/instance-0/output/host/include/openssl/pem.h:70, from host/lib/host_key.c:10: /data/buildroot/buildroot-test/instance-0/output/host/include/openssl/rsa.h:343:20: note: expected 'RSA *' {aka 'struct rsa_st *'} but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ~~~~~^ host/lib/host_key.c: In function 'PrivateKeyWrite': host/lib/host_key.c:77:33: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type [-Wincompatible-pointer-types] buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); ~~~^~~~~~~~~~~~~~~~~ In file included from /data/buildroot/buildroot-test/instance-0/output/host/include/openssl/objects.h:965, from /data/buildroot/buildroot-test/instance-0/output/host/include/openssl/evp.h:94, from /data/buildroot/buildroot-test/instance-0/output/host/include/openssl/pem.h:69, from host/lib/host_key.c:10: /data/buildroot/buildroot-test/instance-0/output/host/include/openssl/asn1.h:323:36: note: expected 'const RSA *' {aka 'const struct rsa_st *'} but argument is of type 'struct rsa_rt * const' int i2d_##name(const type *a, unsigned char **out); \ ~~~~~~~~~~~~^ /data/buildroot/buildroot-test/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 to 'struct rsa_rt *' from incompatible pointer type 'RSA *' {aka 'struct rsa_st *'} [-Wincompatible-pointer-types] 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:26: warning: passing argument 1 of 'vb_keyb_from_rsa' from incompatible pointer type [-Wincompatible-pointer-types] if (vb_keyb_from_rsa(key->rsa_private_key, &buf, &buflen)) { ~~~^~~~~~~~~~~~~~~~~ In file included from host/lib/util_misc.c:18: host/lib/include/util_misc.h:42:37: 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 host/lib/host_signature.c: In function 'CalculateSignature': host/lib/host_signature.c:146:31: warning: passing argument 4 of 'RSA_private_encrypt' from incompatible pointer type [-Wincompatible-pointer-types] key->rsa_private_key, /* Key to use */ ~~~^~~~~~~~~~~~~~~~~ In file included from host/lib/host_signature.c:10: /data/buildroot/buildroot-test/instance-0/output/host/include/openssl/rsa.h:338:49: note: expected 'RSA *' {aka 'struct rsa_st *'} but argument is of type 'struct rsa_rt * const' unsigned char *to, RSA *rsa, int padding); ~~~~~^~~ CC firmware/lib/cryptolib/rsa.o CC firmware/lib/cryptolib/rsa_utility.o CC firmware/lib/cryptolib/sha1.o CC firmware/lib/cryptolib/sha256.o CC firmware/lib/cryptolib/sha512.o CC firmware/lib/cryptolib/sha_utility.o CC firmware/lib/stateful_util.o CC firmware/lib/vboot_api_firmware.o CC firmware/lib/vboot_common.o CC firmware/lib/vboot_firmware.o CC firmware/lib/region-fw.o CC firmware/lib/tpm_bootmode.o CC firmware/stub/vboot_api_stub_sf.o CC firmware/lib/crc8.o CC firmware/lib/utility.o CC firmware/lib/vboot_api_init.o CC firmware/lib/vboot_common_init.o CC firmware/lib/vboot_nvstorage.o CC firmware/lib/vboot_nvstorage_rollback.o CC firmware/lib/region-init.o CC firmware/lib/rollback_index.o CC firmware/lib/tpm_lite/tlcl.o CC firmware/stub/tpm_lite_stub.o CC firmware/stub/utility_stub.o firmware/stub/tpm_lite_stub.c: In function 'VbExTpmSendReceive': firmware/stub/tpm_lite_stub.c:239:3: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration] assert( ^~~~~~ firmware/stub/tpm_lite_stub.c:239:3: note: 'assert' is defined in header ''; did you forget to '#include '? firmware/stub/tpm_lite_stub.c:28:1: +#include firmware/stub/tpm_lite_stub.c:239:3: assert( ^~~~~~ 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/2sha_utility.o CC firmware/2lib/2sha512.o CC firmware/2lib/2tpm_bootmode.o CC firmware/2lib/2stub.o CC firmware/lib21/api.o CC firmware/lib21/common.o CC firmware/lib21/misc.o CC firmware/lib21/packed_key.o CC cgpt/cgpt.o CC cgpt/cgpt_find.o CC cgpt/cgpt_legacy.o CC cgpt/cgpt_nor.o CC cgpt/cmd_add.o CC cgpt/cmd_boot.o CC cgpt/cmd_create.o CC cgpt/cmd_find.o CC cgpt/cmd_legacy.o CC cgpt/cmd_prioritize.o CC cgpt/cmd_repair.o CC cgpt/cmd_show.o RM libvboot_util.a AR libvboot_util.a CC cgpt/cgpt_wrapper.o CC gen/futility_cmds.o RM libvboot_util21.a AR libvboot_util21.a LDcgpt cgpt/cgpt LD futility/futility LD cgpt/cgpt_wrapper make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/data/buildroot/buildroot-test/instance-0/output/host/bin:/data/buildroot/buildroot-test/instance-0/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/data/buildroot/buildroot-test/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="/data/buildroot/buildroot-test/instance-0/output/host/lib/pkgconfig:/data/buildroot/buildroot-test/instance-0/output/host/share/pkgconfig" /usr/bin/make -j4 -C /data/buildroot/buildroot-test/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/data/buildroot/buildroot-test/instance-0/output/host futil_install cgpt_install devkeys_install make[1]: Entering directory '/data/buildroot/buildroot-test/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 '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 make[1]: Leaving directory '/data/buildroot/buildroot-test/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 /data/buildroot/buildroot-test/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /data/buildroot/buildroot-test/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libini_config.la" is touched by more than one package: [u'ding-libs', u'ibrcommon', u'ibrdtn', u'jansson', u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libee.la" is touched by more than one package: [u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libpath_utils.la" is touched by more than one package: [u'ding-libs', u'ibrcommon', u'ibrdtn', u'jansson', u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libestr.la" is touched by more than one package: [u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libpcre2-8.la" is touched by more than one package: [u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libcsv.la" is touched by more than one package: [u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libraw1394.la" is touched by more than one package: [u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libgsl.la" is touched by more than one package: [u'gsl', u'ding-libs', u'ibrcommon', u'ibrdtn', u'jansson', u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libbasicobjects.la" is touched by more than one package: [u'ding-libs', u'ibrcommon', u'ibrdtn', u'jansson', u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libsamplerate.la" is touched by more than one package: [u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/liblcdapi.la" is touched by more than one package: [u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libbson-1.0.la" is touched by more than one package: [u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libref_array.la" is touched by more than one package: [u'ding-libs', u'ibrcommon', u'ibrdtn', u'jansson', u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libsha1.la" is touched by more than one package: [u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libgslcblas.la" is touched by more than one package: [u'gsl', u'ding-libs', u'ibrcommon', u'ibrdtn', u'jansson', u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libibrcommon.la" is touched by more than one package: [u'ibrcommon', u'ibrdtn', u'jansson', u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libpcre2-posix.la" is touched by more than one package: [u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libcollection.la" is touched by more than one package: [u'ding-libs', u'ibrcommon', u'ibrdtn', u'jansson', u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libibrdtn.la" is touched by more than one package: [u'ibrdtn', u'jansson', u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libacl.la" is touched by more than one package: [u'acl', u'am335x-pru-package', u'bcm2835', u'bzip2', u'libzlib', u'botan', u'brotli', u'dawgdic', u'gsl', u'ding-libs', u'ibrcommon', u'ibrdtn', u'jansson', u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libcgicc.la" is touched by more than one package: [u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libattr.la" is touched by more than one package: [u'attr', u'acl', u'am335x-pru-package', u'bcm2835', u'bzip2', u'libzlib', u'botan', u'brotli', u'dawgdic', u'gsl', u'ding-libs', u'ibrcommon', u'ibrdtn', u'jansson', u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/liblept.la" is touched by more than one package: [u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libdhash.la" is touched by more than one package: [u'ding-libs', u'ibrcommon', u'ibrdtn', u'jansson', u'lcdapi', u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libyaml.la" is touched by more than one package: [u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libite.la" is touched by more than one package: [u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libmpeg2.la" is touched by more than one package: [u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libtiff.la" is touched by more than one package: [u'tiff', u'leptonica', u'libbson', u'libcgicc', u'libcsv', u'libcuefile', u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/liblog4cplus.la" is touched by more than one package: [u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libnetfilter_acct.la" is touched by more than one package: [u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libmpeg2convert.la" is touched by more than one package: [u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/liblo.la" is touched by more than one package: [u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libmtdev.la" is touched by more than one package: [u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libdnet.la" is touched by more than one package: [u'libdnet', u'libebml', u'libestr', u'libee', u'libite', u'liblo', u'liblockfile', u'libmnl', u'libmpeg2', u'libnetfilter_acct', u'libogg', u'libraw1394', u'libreplaygain', u'libsndfile', u'libsamplerate', u'libsha1', u'libvorbis', u'libyaml', u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/libspandsp.la" is touched by more than one package: [u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] Warning: staging file "./usr/lib/liblog4cplusU.la" is touched by more than one package: [u'log4cplus', u'mtdev', u'musepack', u'mxml', u'pcre2', u'spandsp', u'spice-protocol', u'tinycbor', u'tremor'] ./support/scripts/check-uniq-files -t host /data/buildroot/buildroot-test/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-bison', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext'] /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /data/buildroot/buildroot-test/instance-0/output/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /data/buildroot/buildroot-test/instance-0/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /data/buildroot/buildroot-test/instance-0/output/target/etc/shells || echo "/bin/ash" >> /data/buildroot/buildroot-test/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /data/buildroot/buildroot-test/instance-0/output/target/etc/shells || echo "/bin/hush" >> /data/buildroot/buildroot-test/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /data/buildroot/buildroot-test/instance-0/output/target/etc echo "buildroot" > /data/buildroot/buildroot-test/instance-0/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /data/buildroot/buildroot-test/instance-0/output/target/etc/hosts mkdir -p /data/buildroot/buildroot-test/instance-0/output/target/etc echo "Welcome to Buildroot" > /data/buildroot/buildroot-test/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /data/buildroot/buildroot-test/instance-0/output/target/etc/shadow rm -f /data/buildroot/buildroot-test/instance-0/output/target/bin/sh rm -f /data/buildroot/buildroot-test/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /data/buildroot/buildroot-test/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /data/buildroot/buildroot-test/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /data/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /data/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /data/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/include /data/buildroot/buildroot-test/instance-0/output/target/usr/share/aclocal \ /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/pkgconfig /data/buildroot/buildroot-test/instance-0/output/target/usr/share/pkgconfig \ /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/cmake /data/buildroot/buildroot-test/instance-0/output/target/usr/share/cmake find /data/buildroot/buildroot-test/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /data/buildroot/buildroot-test/instance-0/output/target/lib/ /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/ /data/buildroot/buildroot-test/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/data/buildroot/buildroot-test/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/gdb rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/bash-completion rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/zsh rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/man /data/buildroot/buildroot-test/instance-0/output/target/usr/share/man rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/info /data/buildroot/buildroot-test/instance-0/output/target/usr/share/info rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/doc /data/buildroot/buildroot-test/instance-0/output/target/usr/share/doc rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/gtk-doc rmdir /data/buildroot/buildroot-test/instance-0/output/target/usr/share 2>/dev/null || true find /data/buildroot/buildroot-test/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 /data/buildroot/buildroot-test/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /data/buildroot/buildroot-test/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /data/buildroot/buildroot-test/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /data/buildroot/buildroot-test/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /data/buildroot/buildroot-test/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /data/buildroot/buildroot-test/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 /data/buildroot/buildroot-test/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 /data/buildroot/buildroot-test/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00483-g44462aa167"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /data/buildroot/buildroot-test/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /data/buildroot/buildroot-test/instance-0/buildroot/support/scripts/fix-rpath target touch /data/buildroot/buildroot-test/instance-0/output/target/usr make: Leaving directory '/data/buildroot/buildroot-test/instance-0/buildroot' make: Entering directory '/data/buildroot/buildroot-test/instance-0/buildroot' >>> Buildroot 2019.02-git-00483-g44462aa167 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 >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> acl 2.2.53 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> attr 2.4.48 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> am335x-pru-package 5f374ad57cc195f28bf5e585c3d446aba6ee7096 Collecting legal info ERROR: No hash found for pru_sw/utils/LICENCE.txt >>> host-am335x-pru-package 5f374ad57cc195f28bf5e585c3d446aba6ee7096 Collecting legal info ERROR: No hash found for pru_sw/utils/LICENCE.txt >>> bcm2835 1.48 Collecting legal info ERROR: No hash found for COPYING >>> botan 2.8.0 Collecting legal info license.txt: OK (sha256: 40cfd35a9e34d18463806f57553c968fdbaf254a2e2a636d1d8e32ff6b698495) >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> brotli 1.0.7 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> host-checkpolicy 2.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> 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) ERROR: No hash found for libltdl/COPYING.LIB >>> 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-libselinux 2.8 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> 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) >>> 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 >>> dawgdic 16ac537ba9883ff01b63b6d1fdc3072150c68fee Collecting legal info ERROR: No hash found for COPYING >>> dieharder 3.31.1 Collecting legal info ERROR: No hash found for COPYING >>> gsl 2.3 Collecting legal info ERROR: No hash found for COPYING >>> ding-libs 0_4_0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-fwup v1.2.5 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.3.3 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> host-libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> host-libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> host-genimage 10 Collecting legal info ERROR: No hash found for COPYING >>> gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> ibrdtn 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> ibrdtnd 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> initscripts Collecting legal info >>> iostat 2.2 Collecting legal info ERROR: No hash found for LICENSE >>> jansson 2.11 Collecting legal info LICENSE: OK (sha256: 3034b2319f8c053995e8c8abf11b76418a3a8836cd769e5b3f0b6b13bfa00ec4) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info ERROR: No hash found for json2.js >>> lcdapi v0.11 Collecting legal info ERROR: No hash found for COPYING >>> leptonica 1.76.0 Collecting legal info leptonica-license.txt: OK (sha256: ca0ac11c7c0acad9599d54990942cc11c9f6d9b569f1a360d774a628819c3518) >>> tiff 4.0.8 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libbson 1.9.4 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libcgicc 3.2.19 Collecting legal info COPYING.LIB: OK (sha256: a2e480f5e8afd7c587a3c0ac2ed3b73ed4b10fa3a553dea26e7b661c7cedda72) COPYING.DOC: OK (sha256: 0fd15977dc962abf3eced509b1cf5356f9784939742d67a635671141023a11da) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcuefile r475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdnet 1.11 Collecting legal info LICENSE: OK (sha256: 1e94df12cb3701fa64e07eeb60284bb16a3544815d5a39860dacff7b86610584) >>> libebml 1.3.6 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.10 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libite v2.0.1 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) src/chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> liblo 0.29 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libsamplerate 0.1.9 Collecting legal info ERROR: No hash found for COPYING >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libsha1 0.3 Collecting legal info ERROR: No hash found for COPYING >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libyaml 0.2.1 Collecting legal info LICENSE: OK (sha256: bfcb6a7dfbfd30e0ccc8bb34ab712bd1568586ad8c5b078ccae443b04e79749e) >>> lockfile-progs 0.1.17 Collecting legal info ERROR: No hash found for COPYING >>> log4cplus 2.0.2 Collecting legal info LICENSE: OK (sha256: 91d7e42ff80e74c4c94e5ad353375fa0358cd0abbf43f5fe957097cdbd4e2c4d) >>> mii-diag 2.11 Collecting legal info ERROR: No hash found for mii-diag.c >>> mtdev 1.1.4 Collecting legal info ERROR: No hash found for COPYING >>> mtdev2tuio e1e7378d86abe751158e743586133022f32fa4d1 Collecting legal info ERROR: No hash found for COPYING >>> musepack r475 Collecting legal info ERROR: No hash found for libmpcdec/COPYING ERROR: No hash found for libmpcenc/quant.c >>> mxml 2.10 Collecting legal info ERROR: No hash found for COPYING >>> host-omap-u-boot-utils 3f07426cddc0be9e24702e7aacc7574ddd7fba28 Collecting legal info ERROR: No hash found for COPYING >>> open2300 12 Collecting legal info WARNING: no hash file for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.31 Collecting legal info LICENCE: OK (sha256: 4806d1c067bffe106d97dac68744373a866bfdd65486c0532ed1b41595ec4b64) >>> psplash 5b3c1cc28f5abdc2c33830150b48b278cc4f7bca Collecting legal info >>> ramspeed 2.6.0 Collecting legal info ERROR: No hash found for LICENCE >>> rpi-bt-firmware 8c1e2bff1da9850f68efcfff3da5d939ec27a2ee Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> rpi-firmware fbad6408c4596d3d671736ee0571aae444f24e68 Collecting legal info ERROR: No hash found for boot/LICENCE.broadcom >>> spandsp 20180108 Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> spice-protocol 0.12.14 Collecting legal info ERROR: No hash found for COPYING >>> tinycbor v0.5.2 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> 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) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2q 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) WARNING: psplash-5b3c1cc28f5abdc2c33830150b48b278cc4f7bca: cannot save license (PSPLASH_LICENSE_FILES not defined) Legal info produced in /data/buildroot/buildroot-test/instance-0/output/legal-info make: Leaving directory '/data/buildroot/buildroot-test/instance-0/buildroot'