Hunk #1 succeeded at 10 with fuzz 2. >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Configuring >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Building PATH="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin:/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/sbin:/accts/mlweber1/bin:/accts/mlweber1/libexec/git-core:/accts/mlweber1/usr/bin:/accts/mlweber1/usr/local/bin:/usr/bin:/bin" PKG_CONFIG="/usr/lfs/v0/rc-buildroot-test/scripts/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="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/lib/pkgconfig:/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/share/pkgconfig" /usr/bin/make -j8 -C /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 CC="/usr/bin/gcc" CFLAGS="-O2 -I/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include -D_LARGEFILE64_SOURCE -D_GNU_SOURCE" LDFLAGS="-L/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/lib -Wl,-rpath,/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/lib" ARCH=arm futil cgpt Using qemu for testing. 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 make[1]: Entering directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' CC futility/cmd_gbb_utility.o CC futility/misc.o CC futility/ryu_root_header.o CC futility/futility.o CC futility/cmd_dump_fmap.o CC futility/cmd_dump_kernel_config.o CC futility/cmd_create.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 CC futility/cmd_vbutil_key.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: /usr/lfs/v0/rc-buildroot-test/scripts/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 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 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: /usr/lfs/v0/rc-buildroot-test/scripts/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); ^ GEN gen/futility_cmds.c CC cgpt/cgpt_create.o CC cgpt/cgpt_add.o CC cgpt/cgpt_boot.o CC cgpt/cgpt_show.o CC cgpt/cgpt_repair.o CC cgpt/cgpt_prioritize.o CC cgpt/cgpt_common.o CC futility/dump_kernel_config_lib.o CC host/arch/arm/lib/crossystem_arch.o CC host/lib/crossystem.o CC host/lib/file_keys.o CC host/lib/fmap.o CC host/lib/host_common.o CC host/lib/host_key.o CC host/lib/host_keyblock.o CC host/lib/host_misc.o CC host/lib/util_misc.o CC host/lib/host_signature.o 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 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include/openssl/x509.h:96:0, from /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include/openssl/pem.h:70, from host/lib/host_key.c:10: /usr/lfs/v0/rc-buildroot-test/scripts/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: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 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include/openssl/objects.h:965:0, from /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include/openssl/evp.h:94, from /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include/openssl/pem.h:69, from host/lib/host_key.c:10: /usr/lfs/v0/rc-buildroot-test/scripts/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); \ ^ /usr/lfs/v0/rc-buildroot-test/scripts/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 [enabled by default] key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^ CC host/lib/signature_digest.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 firmware/lib/cryptolib/padding.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: /usr/lfs/v0/rc-buildroot-test/scripts/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.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/tpm_lite/tlcl.o CC firmware/lib/rollback_index.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 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 LD futility/futility LDcgpt cgpt/cgpt LD cgpt/cgpt_wrapper make[1]: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin:/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/sbin:/accts/mlweber1/bin:/accts/mlweber1/libexec/git-core:/accts/mlweber1/usr/bin:/accts/mlweber1/usr/local/bin:/usr/bin:/bin" PKG_CONFIG="/usr/lfs/v0/rc-buildroot-test/scripts/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="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/lib/pkgconfig:/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/share/pkgconfig" /usr/bin/make -j8 -C /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host futil_install cgpt_install devkeys_install Package liblzma was not found in the pkg-config search path. Perhaps you should add the directory containing `liblzma.pc' to the PKG_CONFIG_PATH environment variable Package 'liblzma', required by 'virtual:world', not found Package yaml-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `yaml-0.1.pc' to the PKG_CONFIG_PATH environment variable Package 'yaml-0.1', required by 'virtual:world', not found make[1]: Entering directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' INSTALL futility INSTALL DEVKEYS INSTALL CGPT make[1]: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/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 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgphoto2_port/0.12.0/serial.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libxml2', u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/st2205.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/polaroid_pdc320.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libltdl.la" is touched by more than one package: [u'libtool', u'libusb', u'libxml2', u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libtirpc.la" is touched by more than one package: [u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/agfa_cl20.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/sq905.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/toshiba_pdrm11.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/pentax.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/largan.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/jamcam.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/sipix_web2.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/ricoh_g3.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2_port.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/ricoh.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/sipix_blink2.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgd.la" is touched by more than one package: [u'gd', u'libargtable2', u'libdnet', u'libfastjson', u'libtool', u'libusb', u'libxml2', u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/barbie.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/jl2005a.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2_port/0.12.0/usb1.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libwebp.la" is touched by more than one package: [u'webp', u'libzlib', u'gd', u'libargtable2', u'libdnet', u'libfastjson', u'libtool', u'libusb', u'libxml2', u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/hp215.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/sony_dscf55.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/sx330z.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/fuji.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libnfs.la" is touched by more than one package: [u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libow.la" is touched by more than one package: [u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/spca50x.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/panasonic_coolshot.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/topfield.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2_port/0.12.0/ptpip.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/sierra.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/canon.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/dimagev.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2_port/0.12.0/usbscsi.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/panasonic_dc1000.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/pccam600.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/enigma13.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/jd11.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/kodak_ez200.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/sony_dscf1.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/polaroid_pdc700.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/kodak_dc240.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2_port/0.12.0/usbdiskdirect.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/digigr8.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/iclick.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/ptp2.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/soundvision.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/kodak_dc210.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/adc65.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libowcapi.la" is touched by more than one package: [u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2_port/0.12.0/disk.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/samsung.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/smal.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/konica.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/pccam300.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/konica_qm150.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/polaroid_pdc640.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/ax203.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/lg_gsm.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/stv0674.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libfastjson.la" is touched by more than one package: [u'libfastjson', u'libtool', u'libusb', u'libxml2', u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libargtable2.la" is touched by more than one package: [u'libargtable2', u'libdnet', u'libfastjson', u'libtool', u'libusb', u'libxml2', u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/mars.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/panasonic_dc1580.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/mustek.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libdnet.la" is touched by more than one package: [u'libdnet', u'libfastjson', u'libtool', u'libusb', u'libxml2', u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libownet.la" is touched by more than one package: [u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/panasonic_l859.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/dimera3500.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/aox.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/digita.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/casio_qv.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/stv0680.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/jl2005c.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/kodak_dc3200.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/clicksmart310.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/sonix.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/directory.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/gsmart300.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/kodak_dc120.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libgphoto2/2.5.17/tp6801.la" is touched by more than one package: [u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libgphoto2', u'libtirpc', u'libnfs', u'libreplaygain', u'lz4', u'mbedtls', u'owfs', u'tinyxml'] ./support/scripts/check-uniq-files -t host /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/packages-file-list-host.txt mkdir -p /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc echo "buildroot" > /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/hosts mkdir -p /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc echo "Welcome to Buildroot" > /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/shadow rm -f /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/bin/sh rm -f /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/include /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/aclocal \ /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/pkgconfig \ /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/cmake /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/cmake find /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/lib/ /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/ /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/gdb rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/bash-completion rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/zsh rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/man /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/info /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/info rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/doc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/doc rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/gtk-doc rmdir /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share 2>/dev/null || true find /usr/lfs/v0/rc-buildroot-test/scripts/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 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /usr/lfs/v0/rc-buildroot-test/scripts/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 /usr/lfs/v0/rc-buildroot-test/scripts/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 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00478-ga729325e12"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target touch /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr make: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/buildroot' make: Entering directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2019.02-git-00478-ga729325e12 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> atftp 0.7.1 Collecting legal info ERROR: No hash found for LICENSE >>> 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-cramfs 1a1e65f2a049 Collecting legal info ERROR: No hash found for COPYING >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flot 0.8.3 Collecting legal info ERROR: No hash found for LICENSE.txt >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> webp 1.0.0 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> ghostscript-fonts 8.11 Collecting legal info ERROR: No hash found for COPYING >>> iperf3 3.6 Collecting legal info LICENSE: OK (sha256: 52c42914d7d79fe5e95d0d1b821556d9f06bf756ac910fe085a46d238a33e594) >>> jquery 1.11.2 Collecting legal info >>> libargtable2 13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libdnet 1.11 Collecting legal info LICENSE: OK (sha256: 1e94df12cb3701fa64e07eeb60284bb16a3544815d5a39860dacff7b86610584) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libfastjson v0.99.8 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgphoto2 2.5.17 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info ERROR: No hash found for libltdl/COPYING.LIB >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libnfs libnfs-3.0.0 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> host-lpc3250loader 1.0 Collecting legal info ERROR: No hash found for LPC3250loader.py >>> lz4 v1.8.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.7.5 Collecting legal info apache-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> memstat 1.0 Collecting legal info ERROR: No hash found for debian/copyright >>> owfs 3.2p2 Collecting legal info COPYING: OK (sha256: e484a24fa5d177576e1672306165f495633bd5f0daaf628d1ff5ecfc85bdc637) COPYING.LIB: OK (sha256: 3879dcca586c08d1fe3325f3a0aec5b47d543100bc6b1dfb30bf24ec48675b10) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> 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-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> sp-oops-extract 0.0.7-1 Collecting legal info ERROR: No hash found for COPYING >>> strace 4.25 Collecting legal info COPYING: OK (sha256: df862ba273812c589fd69acc74197a25d38c5295baccab00a62d39d1894c0253) >>> tinyxml 2.6.2_2 Collecting legal info ERROR: No hash found for README >>> 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: jquery-1.11.2: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/legal-info make: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/buildroot'