CC futility/cmd_create.o CC futility/cmd_dump_kernel_config.o CC futility/cmd_load_fmap.o CC futility/cmd_pcr.o futility/cmd_create.c: In function 'vb1_make_keypair': futility/cmd_create.c:122:27: warning: assignment from incompatible pointer type [enabled by default] privkey->rsa_private_key = rsa_key; ^ CC futility/cmd_show.o CC futility/cmd_sign.o CC futility/cmd_vbutil_firmware.o CC futility/cmd_vbutil_kernel.o futility/cmd_show.c: In function 'ft_show_privkey': futility/cmd_show.c:115:22: warning: assignment from incompatible pointer type [enabled by default] key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, len); ^ futility/cmd_show.c:125:3: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] RSA_free(key.rsa_private_key); ^ In file included from futility/cmd_show.c:8:0: /home/buildroot/autobuild/run/instance-1/output/host/include/openssl/rsa.h:343:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ CC futility/cmd_vbutil_key.o CC futility/cmd_vbutil_keyblock.o CC futility/file_type.o CC futility/file_type_bios.o CC futility/file_type_rwsig.o CC futility/file_type_usbpd1.o CC futility/vb1_helper.o futility/vb1_helper.c: In function 'ft_recognize_vb1_key': futility/vb1_helper.c:764:22: warning: assignment from incompatible pointer type [enabled by default] key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, ^ futility/vb1_helper.c:768:3: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] RSA_free(key.rsa_private_key); ^ In file included from futility/vb1_helper.c:12:0: /home/buildroot/autobuild/run/instance-1/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/vb2_helper.o 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 /home/buildroot/autobuild/run/instance-1/output/host/include/openssl/x509.h:96:0, from /home/buildroot/autobuild/run/instance-1/output/host/include/openssl/pem.h:70, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-1/output/host/include/openssl/rsa.h:343:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ host/lib/host_key.c: In function 'PrivateKeyWrite': host/lib/host_key.c:77:3: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type [enabled by default] buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); ^ In file included from /home/buildroot/autobuild/run/instance-1/output/host/include/openssl/objects.h:965:0, from /home/buildroot/autobuild/run/instance-1/output/host/include/openssl/evp.h:94, from /home/buildroot/autobuild/run/instance-1/output/host/include/openssl/pem.h:69, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-1/output/host/include/openssl/asn1.h:323:13: note: expected 'const struct RSA *' but argument is of type 'struct rsa_rt * const' int i2d_##name(const type *a, unsigned char **out); \ ^ /home/buildroot/autobuild/run/instance-1/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 CC firmware/lib/cryptolib/rsa.o host/lib/host_signature.c: In function 'CalculateSignature': host/lib/host_signature.c:147:28: warning: passing argument 4 of 'RSA_private_encrypt' from incompatible pointer type [enabled by default] RSA_PKCS1_PADDING); /* Padding to use */ ^ In file included from host/lib/host_signature.c:10:0: /home/buildroot/autobuild/run/instance-1/output/host/include/openssl/rsa.h:337:5: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt * const' int RSA_private_encrypt(int flen, const unsigned char *from, ^ CC firmware/lib/cryptolib/rsa_utility.o CC firmware/lib/cryptolib/sha1.o CC firmware/lib/cryptolib/sha256.o CC firmware/lib/cryptolib/sha512.o CC firmware/lib/cryptolib/sha_utility.o CC firmware/lib/stateful_util.o CC firmware/lib/vboot_api_firmware.o CC firmware/lib/vboot_common.o CC firmware/lib/vboot_firmware.o CC firmware/lib/region-fw.o CC firmware/lib/tpm_bootmode.o CC firmware/stub/vboot_api_stub_sf.o CC firmware/lib/crc8.o CC firmware/lib/utility.o CC firmware/lib/vboot_api_init.o CC firmware/lib/vboot_common_init.o CC firmware/lib/vboot_nvstorage.o CC firmware/lib/vboot_nvstorage_rollback.o CC firmware/lib/region-init.o CC firmware/lib/rollback_index.o CC firmware/lib/tpm_lite/tlcl.o CC firmware/stub/tpm_lite_stub.o CC firmware/stub/utility_stub.o CC firmware/stub/vboot_api_stub_init.o CC firmware/stub/vboot_api_stub_region.o CC firmware/lib/cgptlib/cgptlib.o CC firmware/lib/cgptlib/cgptlib_internal.o CC firmware/lib/cgptlib/crc32.o CC firmware/lib/gpt_misc.o CC firmware/lib/utility_string.o CC firmware/lib/vboot_api_kernel.o CC firmware/lib/vboot_audio.o CC firmware/lib/vboot_display.o CC firmware/lib/vboot_kernel.o CC firmware/lib/region-kernel.o CC firmware/stub/vboot_api_stub.o CC firmware/stub/vboot_api_stub_disk.o CC firmware/stub/vboot_api_stub_stream.o CC host/lib21/host_fw_preamble.o CC host/lib21/host_key.o CC host/lib21/host_keyblock.o CC host/lib21/host_misc.o CC host/lib21/host_signature.o CC firmware/2lib/2api.o CC firmware/2lib/2common.o CC firmware/2lib/2crc8.o CC firmware/2lib/2misc.o CC firmware/2lib/2nvstorage.o CC firmware/2lib/2rsa.o CC firmware/2lib/2secdata.o CC firmware/2lib/2secdatak.o CC firmware/2lib/2sha1.o CC firmware/2lib/2sha256.o CC firmware/2lib/2sha512.o CC firmware/2lib/2tpm_bootmode.o CC firmware/2lib/2sha_utility.o CC firmware/2lib/2stub.o CC firmware/lib21/api.o CC firmware/lib21/common.o CC firmware/lib21/misc.o CC firmware/lib21/packed_key.o CC cgpt/cgpt.o CC cgpt/cgpt_find.o CC cgpt/cgpt_legacy.o CC cgpt/cgpt_nor.o CC cgpt/cmd_add.o CC cgpt/cmd_boot.o CC cgpt/cmd_create.o CC cgpt/cmd_find.o CC cgpt/cmd_legacy.o CC cgpt/cmd_prioritize.o CC cgpt/cmd_repair.o CC cgpt/cmd_show.o CC cgpt/cgpt_wrapper.o CC gen/futility_cmds.o RM libvboot_util.a AR libvboot_util.a RM libvboot_util21.a AR libvboot_util21.a LDcgpt cgpt/cgpt LD futility/futility LD cgpt/cgpt_wrapper >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-1/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-1/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-1/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-1/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/host futil_install cgpt_install devkeys_install Package liblzma was not found in the pkg-config search path. Perhaps you should add the directory containing `liblzma.pc' to the PKG_CONFIG_PATH environment variable Package 'liblzma', required by 'world', not found Package yaml-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `yaml-0.1.pc' to the PKG_CONFIG_PATH environment variable Package 'yaml-0.1', required by 'world', not found INSTALL futility INSTALL CGPT INSTALL DEVKEYS >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libtirpc.la" is touched by more than one package: [u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libdmtx.la" is touched by more than one package: [u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libhwloc.la" is touched by more than one package: [u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libraw.la" is touched by more than one package: [u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libraw_r.la" is touched by more than one package: [u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'bzip2', u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libsamplerate.la" is touched by more than one package: [u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libpthsem.la" is touched by more than one package: [u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libcroco-0.6.la" is touched by more than one package: [u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libcairomm-1.0.la" is touched by more than one package: [u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libite.la" is touched by more than one package: [u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libglibmm_generate_extra_defs-2.4.la" is touched by more than one package: [u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libpwquality.la" is touched by more than one package: [u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libgiomm-2.4.la" is touched by more than one package: [u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libcap', u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libglibmm-2.4.la" is touched by more than one package: [u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] Warning: staging file "./usr/lib/libcrack.la" is touched by more than one package: [u'cracklib', u'glibmm', u'hwloc', u'libsndfile', u'libsamplerate', u'jack2', u'sdl', u'libxml2', u'libcroco', u'libdmtx', u'libite', u'libnspr', u'libpthsem', u'libpwquality', u'libraw', u'libtirpc', u'linknx', u'nanomsg'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list-host.txt Warning: host file "./share/man/man8/fsck.8" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] Warning: host file "./sbin/fsck" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] rm -f /home/buildroot/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-1/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-1/output/host/mips-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. grep -qsE '^/bin/mksh$' /home/buildroot/autobuild/run/instance-1/output/target/etc/shells || echo "/bin/mksh" >> /home/buildroot/autobuild/run/instance-1/output/target/etc/shells mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-1/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-1/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-1/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/include /home/buildroot/autobuild/run/instance-1/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-1/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-1/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-1/output/target/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/buildroot/autobuild/run/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/man /home/buildroot/autobuild/run/instance-1/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/info /home/buildroot/autobuild/run/instance-1/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/doc /home/buildroot/autobuild/run/instance-1/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-1/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-1/output/host/bin/mips-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-1/output/host/bin/mips-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-1/output/host/bin/mips-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-git-00380-gc3be7d7"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-git\"" \ ) > /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-1/output/target/usr make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-1/buildroot' >>> Buildroot 2018.08-git-00380-gc3be7d7 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 PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" BR2_DL_DIR=/home/buildroot/autobuild/run/instance-1/dl BUILD_DIR=/home/buildroot/autobuild/run/instance-1/output/build O=/home/buildroot/autobuild/run/instance-1/output flock /home/buildroot/autobuild/run/instance-1/dl/toolchain-external-codesourcery-mips/ support/download/dl-wrapper -c '2016.05-8' -d '/home/buildroot/autobuild/run/instance-1/dl/toolchain-external-codesourcery-mips' -D '/home/buildroot/autobuild/run/instance-1/dl' -f 'mips-2016.05-8-mips-linux-gnu.src.tar.bz2' -H 'toolchain/toolchain-external/toolchain-external-codesourcery-mips//toolchain-external-codesourcery-mips.hash' -n 'toolchain-external-codesourcery-mips-2016.05-8' -N 'toolchain-external-codesourcery-mips' -o '/home/buildroot/autobuild/run/instance-1/dl/toolchain-external-codesourcery-mips/mips-2016.05-8-mips-linux-gnu.src.tar.bz2' -u https://sourcery.mentor.com/public/gnu_toolchain/mips-linux-gnu -u http\|urlencode+http://sources.buildroot.net/toolchain-external-codesourcery-mips -u http\|urlencode+http://sources.buildroot.net -- mips-2016.05-8-mips-linux-gnu.src.tar.bz2: OK (sha256: 2658e55d5b71bba25d6f77e868e18b200ea5f75c8add7ed3a9266e716d9adfff) >>> toolchain-external-codesourcery-mips 2016.05-8 Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.1.6 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> cairo 1.15.12 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> cairomm 1.12.0 Collecting legal info ERROR: No hash found for COPYING >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> cdrkit 1.1.11 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> dvdrw-tools 7.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-e2fsprogs 1.44.2 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> genpart 1.0.2 Collecting legal info >>> glibmm 2.54.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> hwloc 1.11.7 Collecting legal info ERROR: No hash found for COPYING >>> ifupdown-scripts Collecting legal info >>> jack2 v1.9.10 Collecting legal info >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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 >>> lbreakout2 2.6.5 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> libcroco 0.6.12 Collecting legal info COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libdmtx 0.7.4 Collecting legal info LICENSE: OK (sha256: fe6959a664a7abb7d19bf125fa58a045d8757fe3cb3dc41975a54da0e627313d) >>> libite v2.0.1 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) src/chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> libnspr 4.19 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libpthsem 2.0.8 Collecting legal info ERROR: No hash found for COPYING >>> libpwquality 1.4.0 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libraw 0.18.11 Collecting legal info LICENSE.LGPL: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) LICENSE.CDDL: OK (sha256: 0e3098d2d54a12434715f6679ea408d57da5e8d613c385c58ecc6fe5d30cc81f) README: OK (sha256: 7fe7564c5d48c5d353d7c1966dcddada3791586a4c2eedbc68ad56e96955e75d) >>> libtirpc 1.0.3 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.0.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> linknx 0.0.1.33 Collecting legal info >>> mksh R55 Collecting legal info ERROR: No hash found for mksh.1 >>> monit 5.25.2 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> nanomsg 1.0.0 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> ptpd 1.1.0 Collecting legal info ERROR: No hash found for COPYRIGHT >>> rpcbind 0.2.3 Collecting legal info ERROR: No hash found for COPYING >>> spi-tools 0.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> tzdata 2018e Collecting legal info >>> host-tzdata 2018e Collecting legal info >>> host-zic 2018e Collecting legal info >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-mips-2016.05-8: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: jack2-v1.9.10: cannot save license (JACK2_LICENSE_FILES not defined) WARNING: linknx-0.0.1.33: cannot save license (LINKNX_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (TZDATA_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (HOST_TZDATA_LICENSE_FILES not defined) WARNING: zic-2018e: cannot save license (HOST_ZIC_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-1/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot'