^~~~~~~~~~~~~~~~ CC host/lib/host_signature.o CC host/lib/signature_digest.o host/lib/host_key.c: In function 'PrivateKeyReadPem': host/lib/host_key.c:54:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] key->rsa_private_key = rsa_key; ^ host/lib/host_key.c: In function 'PrivateKeyFree': host/lib/host_key.c:66:14: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [-Wincompatible-pointer-types] RSA_free(key->rsa_private_key); ^~~ In file included from /home/buildroot/autobuild/instance-3/output/host/include/openssl/x509.h:25:0, from /home/buildroot/autobuild/instance-3/output/host/include/openssl/pem.h:17, from host/lib/host_key.c:10: /home/buildroot/autobuild/instance-3/output/host/include/openssl/rsa.h:262:6: 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:30: 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 /home/buildroot/autobuild/instance-3/output/host/include/openssl/objects.h:15:0, from /home/buildroot/autobuild/instance-3/output/host/include/openssl/evp.h:28, from /home/buildroot/autobuild/instance-3/output/host/include/openssl/pem.h:16, from host/lib/host_key.c:10: /home/buildroot/autobuild/instance-3/output/host/include/openssl/asn1.h:237:13: 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); \ ^ /home/buildroot/autobuild/instance-3/output/host/include/openssl/rsa.h:280: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 [-Wincompatible-pointer-types] key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^ CC firmware/lib/cryptolib/padding.o host/lib/host_signature.c: In function 'CalculateSignature': host/lib/host_signature.c:146:28: warning: passing argument 4 of 'RSA_private_encrypt' from incompatible pointer type [-Wincompatible-pointer-types] key->rsa_private_key, /* Key to use */ ^~~ In file included from host/lib/host_signature.c:10:0: /home/buildroot/autobuild/instance-3/output/host/include/openssl/rsa.h:256:5: note: expected 'RSA * {aka struct rsa_st *}' 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/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( ^~~~~~ 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 '/home/buildroot/autobuild/instance-3/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/home/buildroot/autobuild/instance-3/output/host/bin:/home/buildroot/autobuild/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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/instance-3/output/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/home/buildroot/autobuild/instance-3/output/host futil_install cgpt_install devkeys_install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' WARNING: no hash file for yavta-82ff2efdb9787737b9f21b6f4759f077c827b238.tar.gz >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/yavta/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238 -xf - >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Patching >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Configuring >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Building /usr/bin/make -j4 PATH="/home/buildroot/autobuild/instance-3/output/host/bin:/home/buildroot/autobuild/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-ar" AS="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-as" LD="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-ld" NM="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-nm" CC="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-gcc" GCC="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-gcc" CPP="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-cpp" CXX="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-g++" FC="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-gfortran" F77="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-ranlib" READELF="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-readelf" STRIP="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-strip" OBJCOPY="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/buildroot/autobuild/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/autobuild/instance-3/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238 make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238' /home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o yavta.o yavta.c /home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -o yavta yavta.o -lrt make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238' >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Installing to target /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-3/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238/yavta /home/buildroot/autobuild/instance-3/output/target/usr/bin/yavta >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/instance-3/output/build/packages-file-list.txt Warning: target file "./etc/fstab" is touched by more than one package: [u'skeleton-init-sysv', u'libselinux'] Warning: target file "./usr/bin/bzcat" is touched by more than one package: [u'busybox', u'bzip2'] Warning: target file "./usr/bin/bunzip2" is touched by more than one package: [u'busybox', u'bzip2'] ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libcap-ng.la" is touched by more than one package: [u'libcap-ng', u'audit', u'libtirpc', u'flex', u'libsepol', u'pcre', u'libselinux', u'linux-pam', u'bzip2', u'ncurses', u'faad2', u'ficl', u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libmonosgen-2.0.la" is touched by more than one package: [u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libMonoPosixHelper.la" is touched by more than one package: [u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libattr.la" is touched by more than one package: [u'attr', u'libcap-ng', u'audit', u'libtirpc', u'flex', u'libsepol', u'pcre', u'libselinux', u'linux-pam', u'bzip2', u'ncurses', u'faad2', u'ficl', u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libselinux', u'linux-pam', u'bzip2', u'ncurses', u'faad2', u'ficl', u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libauparse.la" is touched by more than one package: [u'audit', u'libtirpc', u'flex', u'libsepol', u'pcre', u'libselinux', u'linux-pam', u'bzip2', u'ncurses', u'faad2', u'ficl', u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libaudit.la" is touched by more than one package: [u'audit', u'libtirpc', u'flex', u'libsepol', u'pcre', u'libselinux', u'linux-pam', u'bzip2', u'ncurses', u'faad2', u'ficl', u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libmp3lame.la" is touched by more than one package: [u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libMonoSupportW.la" is touched by more than one package: [u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libout123.la" is touched by more than one package: [u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libselinux', u'linux-pam', u'bzip2', u'ncurses', u'faad2', u'ficl', u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'libsepol', u'pcre', u'libselinux', u'linux-pam', u'bzip2', u'ncurses', u'faad2', u'ficl', u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libselinux', u'linux-pam', u'bzip2', u'ncurses', u'faad2', u'ficl', u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libFLAC.la" is touched by more than one package: [u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libneon.la" is touched by more than one package: [u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libmpg123.la" is touched by more than one package: [u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libtirpc.la" is touched by more than one package: [u'libtirpc', u'flex', u'libsepol', u'pcre', u'libselinux', u'linux-pam', u'bzip2', u'ncurses', u'faad2', u'ficl', u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libhid.la" is touched by more than one package: [u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libfaad.la" is touched by more than one package: [u'faad2', u'ficl', u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libmonoboehm-2.0.la" is touched by more than one package: [u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libfaad_drm.la" is touched by more than one package: [u'faad2', u'ficl', u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'attr', u'libcap-ng', u'audit', u'libtirpc', u'flex', u'libsepol', u'pcre', u'libselinux', u'linux-pam', u'bzip2', u'ncurses', u'faad2', u'ficl', u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libusb.la" is touched by more than one package: [u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libidn2.la" is touched by more than one package: [u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libid3tag.la" is touched by more than one package: [u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libmad.la" is touched by more than one package: [u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libpcre16.la" is touched by more than one package: [u'pcre', u'libselinux', u'linux-pam', u'bzip2', u'ncurses', u'faad2', u'ficl', u'libogg', u'flac', u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libgif.la" is touched by more than one package: [u'giflib', u'keyutils', u'lame', u'libusb', u'libusb-compat', u'libhid', u'libzlib', u'libid3tag', u'libidn2', u'libmad', u'libopenssl', u'libsrtp', u'libpjsip', u'ustr', u'libsemanage', u'libvorbis', u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libmono-2.0.la" is touched by more than one package: [u'mono', u'mpg123', u'neon', u'popt', u'speex'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'speex'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/instance-3/output/build/packages-file-list-host.txt Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libmonoboehm-2.0.la" is touched by more than one package: [u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libid3tag.la" is touched by more than one package: [u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libaudit.la" is touched by more than one package: [u'host-pkgconf', u'host-libxml2', u'host-flex', u'host-ncurses', u'host-dos2unix', u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libasound.la" is touched by more than one package: [u'host-pkgconf', u'host-libxml2', u'host-flex', u'host-ncurses', u'host-dos2unix', u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-ncurses', u'host-dos2unix', u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libcap-ng.la" is touched by more than one package: [u'host-pkgconf', u'host-libxml2', u'host-flex', u'host-ncurses', u'host-dos2unix', u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libMonoPosixHelper.la" is touched by more than one package: [u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libmono-2.0.la" is touched by more than one package: [u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libvorbisfile.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libogg.la" is touched by more than one package: [u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libmonosgen-2.0.la" is touched by more than one package: [u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpopt.la" is touched by more than one package: [u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libMonoSupportW.la" is touched by more than one package: [u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libusb-1.0.la" is touched by more than one package: [u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libvorbis.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libmpg123.la" is touched by more than one package: [u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libauparse.la" is touched by more than one package: [u'host-pkgconf', u'host-libxml2', u'host-flex', u'host-ncurses', u'host-dos2unix', u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libfaad_drm.la" is touched by more than one package: [u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-ncurses', u'host-dos2unix', u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libFLAC.la" is touched by more than one package: [u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libusb.la" is touched by more than one package: [u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpcre16.la" is touched by more than one package: [u'host-ncurses', u'host-dos2unix', u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libattr.la" is touched by more than one package: [u'host-pkgconf', u'host-libxml2', u'host-flex', u'host-ncurses', u'host-dos2unix', u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libvorbisenc.la" is touched by more than one package: [u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libtirpc.la" is touched by more than one package: [u'host-libxml2', u'host-flex', u'host-ncurses', u'host-dos2unix', u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libhid.la" is touched by more than one package: [u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libmad.la" is touched by more than one package: [u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libmp3lame.la" is touched by more than one package: [u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libidn2.la" is touched by more than one package: [u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-ncurses', u'host-dos2unix', u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libneon.la" is touched by more than one package: [u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libgif.la" is touched by more than one package: [u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libfl.la" is touched by more than one package: [u'host-flex', u'host-ncurses', u'host-dos2unix', u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] 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'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libout123.la" is touched by more than one package: [u'host-patchelf', u'host-libopenssl'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libfaad.la" is touched by more than one package: [u'host-pcre', u'host-bison', u'host-monolite', u'host-patchelf', u'host-libopenssl'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-3/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-3/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-3/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-3/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-3/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-3/output/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/buildroot/autobuild/instance-3/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a9%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/autobuild/instance-3/output/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-3/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-3/output/target/etc/shadow rm -f /home/buildroot/autobuild/instance-3/output/target/bin/sh rm -f /home/buildroot/autobuild/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/instance-3/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/include /home/buildroot/autobuild/instance-3/output/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output/target/usr/share/cmake find /home/buildroot/autobuild/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output/target/lib/ /home/buildroot/autobuild/instance-3/output/target/usr/lib/ /home/buildroot/autobuild/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/man /home/buildroot/autobuild/instance-3/output/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/info /home/buildroot/autobuild/instance-3/output/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/doc /home/buildroot/autobuild/instance-3/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-3/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/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-3/output/host/bin/armv7-ctng-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/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/instance-3/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/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-rc1-00027-gd04a1efcb5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-rc1\"" \ ) > /home/buildroot/autobuild/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output/target/usr make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2019.02-rc1-00027-gd04a1efcb5 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.1.7 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) 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) >>> attr 2.4.48 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> audit 2.8.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> linux-pam 1.3.1 Collecting legal info ERROR: No hash found for Copyright >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libselinux 2.8 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> cvs 1.12.13 Collecting legal info >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> dhrystone 2 Collecting legal info >>> host-dos2unix 7.4.0 Collecting legal info COPYING.txt: OK (sha256: 49224e841621b52a72aa38d8ac895a396cd3fa1395190bdfc9252378001eb3c0) >>> dt v18.32 Collecting legal info ERROR: No hash found for LICENSE >>> host-e2fsprogs 1.44.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> easy-rsa 3.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for gpl-2.0.txt >>> faad2 2.8.8 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> ficl 4.1.0 Collecting legal info ERROR: No hash found for ReadMe.txt >>> flac 1.3.2 Collecting legal info ERROR: No hash found for COPYING.Xiph ERROR: No hash found for COPYING.GPL ERROR: No hash found for COPYING.LGPL >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> fmtools 2.0.7 Collecting legal info ERROR: No hash found for COPYING >>> giflib 5.1.4 Collecting legal info ERROR: No hash found for COPYING >>> initscripts Collecting legal info >>> keyutils 1.6 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libidn2 2.1.0 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> libpjsip 2.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libsrtp v2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> openssl Collecting legal info >>> libsemanage 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ustr 1.0.4 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE_BSD ERROR: No hash found for LICENSE_LGPL ERROR: No hash found for LICENSE_MIT >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> mono 5.14.0.177 Collecting legal info LICENSE: OK (sha256: 3b40a54878b5ac2767a764bd082f8772ab27c03b9da9c7328c4c4935725556f7) mcs/COPYING: OK (sha256: fc488f3ec9f36856bea8cce5cdde1449176341ef93a3962b691970f8981799f4) external/Newtonsoft.Json/Tools/7-zip/copying.txt: OK (sha256: 2c3c3ef532828bcd42bb3127349625a25291ff5ae7e6f8d42e0fe9b5be836a99) >>> host-mono 5.14.0.177 Collecting legal info LICENSE: OK (sha256: 3b40a54878b5ac2767a764bd082f8772ab27c03b9da9c7328c4c4935725556f7) mcs/COPYING: OK (sha256: fc488f3ec9f36856bea8cce5cdde1449176341ef93a3962b691970f8981799f4) external/Newtonsoft.Json/Tools/7-zip/copying.txt: OK (sha256: 2c3c3ef532828bcd42bb3127349625a25291ff5ae7e6f8d42e0fe9b5be836a99) >>> host-monolite 1051400005 Collecting legal info >>> mpg123 1.25.10 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> neon 0.30.2 Collecting legal info ERROR: No hash found for src/COPYING.LIB ERROR: No hash found for test/COPYING ERROR: No hash found for README >>> nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> openipmi 2.0.24 Collecting legal info ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING ERROR: No hash found for COPYING.BSD >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> policycoreutils 2.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> proxychains-ng 4.11 Collecting legal info ERROR: No hash found for COPYING >>> rpcbind 0.2.3 Collecting legal info ERROR: No hash found for COPYING >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> spi-tools 0.8.3 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> squeezelite v1.8 Collecting legal info LICENSE.txt: OK (sha256: 3e4379e1f34b8c5da00e545cfe94369b94a57745902c5d12be43b6332c34c04e) >>> stress-ng 0.09.47 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Collecting legal info WARNING: no hash file for COPYING.GPL WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: cvs-1.12.13: cannot save license (CVS_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: monolite-1051400005: cannot save license (HOST_MONOLITE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'