Applying 0002-Add-missing-header-include-for-ssize_t.patch using patch: patching file host/lib/fmap.c Applying 0003-Avoid-RSA-type-redefinition.patch using patch: patching file host/lib/include/host_key.h Applying 0004-Disable-static-futility.patch using patch: patching file Makefile >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Configuring >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Building PATH="/home/test/autobuild/run/instance-2/output/host/bin:/home/test/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/test/autobuild/run/instance-2/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/test/autobuild/run/instance-2/output/host/lib/pkgconfig:/home/test/autobuild/run/instance-2/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/test/autobuild/run/instance-2/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 CC="/usr/bin/gcc" CFLAGS="-O2 -I/home/test/autobuild/run/instance-2/output/host/include -D_LARGEFILE64_SOURCE -D_GNU_SOURCE" LDFLAGS="-L/home/test/autobuild/run/instance-2/output/host/lib -Wl,-rpath,/home/test/autobuild/run/instance-2/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 '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 make[1]: Entering directory `/home/test/autobuild/run/instance-2/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' CC futility/futility.o CC futility/cmd_dump_fmap.o CC futility/cmd_gbb_utility.o CC futility/misc.o CC futility/ryu_root_header.o CC futility/cmd_create.o CC futility/cmd_dump_kernel_config.o CC futility/cmd_load_fmap.o CC futility/cmd_pcr.o CC futility/cmd_show.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] futility/cmd_show.c: In function 'ft_show_privkey': futility/cmd_show.c:115:22: warning: assignment from incompatible pointer type [enabled by default] futility/cmd_show.c:125:3: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] In file included from futility/cmd_show.c:8:0: /home/test/autobuild/run/instance-2/output/host/include/openssl/rsa.h:343:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' CC futility/cmd_sign.o CC futility/cmd_vbutil_firmware.o CC futility/cmd_vbutil_kernel.o 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] futility/vb1_helper.c:768:3: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] In file included from futility/vb1_helper.c:12:0: /home/test/autobuild/run/instance-2/output/host/include/openssl/rsa.h:343:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' 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 host/lib/host_key.c: In function 'PrivateKeyReadPem': host/lib/host_key.c:54:24: warning: assignment from incompatible pointer type [enabled by default] 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] In file included from /home/test/autobuild/run/instance-2/output/host/include/openssl/x509.h:96:0, from /home/test/autobuild/run/instance-2/output/host/include/openssl/pem.h:70, from host/lib/host_key.c:10: /home/test/autobuild/run/instance-2/output/host/include/openssl/rsa.h:343:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' 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] In file included from /home/test/autobuild/run/instance-2/output/host/include/openssl/x509.h:96:0, from /home/test/autobuild/run/instance-2/output/host/include/openssl/pem.h:70, from host/lib/host_key.c:10: /home/test/autobuild/run/instance-2/output/host/include/openssl/rsa.h:363:1: note: expected 'const struct RSA *' but argument is of type 'struct rsa_rt * const' host/lib/host_key.c: In function 'PrivateKeyRead': host/lib/host_key.c:131:24: warning: assignment from incompatible pointer type [enabled by default] CC host/lib/host_misc.o CC host/lib/util_misc.o CC host/lib/host_signature.o CC host/lib/signature_digest.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] In file included from host/lib/host_signature.c:10:0: /home/test/autobuild/run/instance-2/output/host/include/openssl/rsa.h:337:5: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt * const' CC firmware/lib/cryptolib/padding.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] 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 *' 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 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 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 LD futility/futility LDcgpt cgpt/cgpt LD cgpt/cgpt_wrapper make[1]: Leaving directory `/home/test/autobuild/run/instance-2/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/home/test/autobuild/run/instance-2/output/host/bin:/home/test/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/test/autobuild/run/instance-2/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/test/autobuild/run/instance-2/output/host/lib/pkgconfig:/home/test/autobuild/run/instance-2/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/test/autobuild/run/instance-2/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/home/test/autobuild/run/instance-2/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 make[1]: Entering directory `/home/test/autobuild/run/instance-2/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' INSTALL futility INSTALL CGPT INSTALL DEVKEYS make[1]: Leaving directory `/home/test/autobuild/run/instance-2/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/test/autobuild/run/instance-2/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: ['check', 'libffi'] ./support/scripts/check-uniq-files -t staging /home/test/autobuild/run/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: ['libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libsocketcan.la" is touched by more than one package: ['libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.la" is touched by more than one package: ['gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: ['libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.la" is touched by more than one package: ['gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: ['util-linux', 'libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: ['check', 'libffi'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.la" is touched by more than one package: ['gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: ['freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libpangoft2-1.0.la" is touched by more than one package: ['pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libneon.la" is touched by more than one package: ['neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: ['cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: ['pcre', 'flex', 'linux-pam', 'util-linux', 'libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: ['util-linux', 'libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libaudiofile.la" is touched by more than one package: ['audiofile', 'check', 'expat', 'dbus', 'libffi', 'pcre', 'flex', 'linux-pam', 'util-linux', 'libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libldap.la" is touched by more than one package: ['openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libldap_r.la" is touched by more than one package: ['openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.la" is touched by more than one package: ['gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: ['util-linux', 'libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: ['flex', 'linux-pam', 'util-linux', 'libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libcroco-0.6.la" is touched by more than one package: ['libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.la" is touched by more than one package: ['gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libczmq.la" is touched by more than one package: ['czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.la" is touched by more than one package: ['gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: ['libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: ['check', 'expat', 'dbus', 'libffi', 'pcre', 'flex', 'linux-pam', 'util-linux', 'libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/librsvg-2.la" is touched by more than one package: ['librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: ['pcre', 'flex', 'linux-pam', 'util-linux', 'libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: ['libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.la" is touched by more than one package: ['gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.la" is touched by more than one package: ['gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/liblber.la" is touched by more than one package: ['openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: ['libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libharfbuzz.la" is touched by more than one package: ['harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: ['libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libvipsCC.la" is touched by more than one package: ['libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libmtdev.la" is touched by more than one package: ['mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: ['pcre', 'flex', 'linux-pam', 'util-linux', 'libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libvips-cpp.la" is touched by more than one package: ['libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: ['libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: ['expat', 'dbus', 'libffi', 'pcre', 'flex', 'linux-pam', 'util-linux', 'libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.la" is touched by more than one package: ['gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: ['libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: ['cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.la" is touched by more than one package: ['gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: ['dbus', 'libffi', 'pcre', 'flex', 'linux-pam', 'util-linux', 'libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libpangocairo-1.0.la" is touched by more than one package: ['pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: ['pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.la" is touched by more than one package: ['gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: ['libffi', 'pcre', 'flex', 'linux-pam', 'util-linux', 'libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: ['zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libbluetooth.la" is touched by more than one package: ['bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libebml.la" is touched by more than one package: ['libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libgdk_pixbuf-2.0.la" is touched by more than one package: ['gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: ['fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libpango-1.0.la" is touched by more than one package: ['pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/liblo.la" is touched by more than one package: ['liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libvips.la" is touched by more than one package: ['libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] Warning: staging file "./usr/lib/libfdisk.la" is touched by more than one package: ['util-linux', 'libglib2', 'bluez_utils', 'libpng', 'freetype', 'fontconfig', 'pixman', 'cairo', 'cwiid', 'zeromq', 'czmq', 'gdk-pixbuf', 'harfbuzz', 'libb64', 'libxml2', 'libcroco', 'libebml', 'liblo', 'pango', 'librsvg', 'libsocketcan', 'libvips', 'mtdev', 'neon', 'openldap', 'openobex', 'trousers'] ./support/scripts/check-uniq-files -t host /home/test/autobuild/run/instance-2/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: ['host-lzip', 'host-m4', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext', 'host-libffi', 'host-bison'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/test/autobuild/run/instance-2/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/test/autobuild/run/instance-2/output/target/etc/inittab rm -f /home/test/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/test/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /home/test/autobuild/run/instance-2/output/host/bin/glib-compile-schemas /home/test/autobuild/run/instance-2/output/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/test/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/test/autobuild/run/instance-2/output/target/etc echo "buildroot" > /home/test/autobuild/run/instance-2/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/test/autobuild/run/instance-2/output/target/etc/hosts mkdir -p /home/test/autobuild/run/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/test/autobuild/run/instance-2/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/test/autobuild/run/instance-2/output/target/etc/shadow rm -f /home/test/autobuild/run/instance-2/output/target/bin/sh rm -f /home/test/autobuild/run/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/test/autobuild/run/instance-2/output/build/locales.nopurge; done for dir in /home/test/autobuild/run/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/test/autobuild/run/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/test/autobuild/run/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/test/autobuild/run/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/test/autobuild/run/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/test/autobuild/run/instance-2/output/target/usr/include /home/test/autobuild/run/instance-2/output/target/usr/share/aclocal \ /home/test/autobuild/run/instance-2/output/target/usr/lib/pkgconfig /home/test/autobuild/run/instance-2/output/target/usr/share/pkgconfig \ /home/test/autobuild/run/instance-2/output/target/usr/lib/cmake /home/test/autobuild/run/instance-2/output/target/usr/share/cmake find /home/test/autobuild/run/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/test/autobuild/run/instance-2/output/target/lib/ /home/test/autobuild/run/instance-2/output/target/usr/lib/ /home/test/autobuild/run/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/test/autobuild/run/instance-2/output/target/usr/share/gdb rm -rf /home/test/autobuild/run/instance-2/output/target/usr/share/bash-completion rm -rf /home/test/autobuild/run/instance-2/output/target/usr/share/zsh rm -rf /home/test/autobuild/run/instance-2/output/target/usr/man /home/test/autobuild/run/instance-2/output/target/usr/share/man rm -rf /home/test/autobuild/run/instance-2/output/target/usr/info /home/test/autobuild/run/instance-2/output/target/usr/share/info rm -rf /home/test/autobuild/run/instance-2/output/target/usr/doc /home/test/autobuild/run/instance-2/output/target/usr/share/doc rm -rf /home/test/autobuild/run/instance-2/output/target/usr/share/gtk-doc rmdir /home/test/autobuild/run/instance-2/output/target/usr/share 2>/dev/null || true find /home/test/autobuild/run/instance-2/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/test/autobuild/run/instance-2/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/test/autobuild/run/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/test/autobuild/run/instance-2/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/test/autobuild/run/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/test/autobuild/run/instance-2/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/test/autobuild/run/instance-2/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/test/autobuild/run/instance-2/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/test/autobuild/run/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-git-00273-g1572314"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /home/test/autobuild/run/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/test/autobuild/run/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/test/autobuild/run/instance-2/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/test/autobuild/run/instance-2/buildroot' make: Entering directory `/home/test/autobuild/run/instance-2/buildroot' >>> Buildroot 2018.05-git-00273-g1572314 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info sourceryg++-2017.05-4-nios2-linux-gnu.src.tar.bz2: OK (md5: 529a7fecf33d0d113a446413b9d1e173) sourceryg++-2017.05-4-nios2-linux-gnu.src.tar.bz2: OK (sha256: 6e65878d0453708ee19098d3d68985bda244938d35999f3859915a2f5574fa08) >>> toolchain-external-codesourcery-niosII 2017.05-4 Collecting legal info >>> toolchain Collecting legal info >>> android-tools 4.2.2+git20130218 Collecting legal info ERROR: No hash found for debian/copyright >>> openssl Collecting legal info >>> libopenssl 1.0.2n Collecting legal info LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> audiofile 0.3.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.GPL >>> 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) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> bluez_utils 4.101 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.2 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 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.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> 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.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> busybox 1.28.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> linux-pam 1.3.0 Collecting legal info ERROR: No hash found for Copyright >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> cairo 1.14.10 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING-LGPL-2.1 ERROR: No hash found for COPYING-MPL-1.1 >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.8.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 4a9a548027a2c1d37788519dea833294c9c81f1ebc280e817f41f50d0c642d78) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> cwiid fadf11e89b579bcc0336a0692ac15c93785f3f82 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> czmq 4.1.0 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.1.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> host-fwup v0.15.4 Collecting legal info ERROR: No hash found for LICENSE >>> host-libarchive 3.3.2 Collecting legal info ERROR: No hash found for COPYING >>> host-libconfuse 3.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> harfbuzz 1.7.1 Collecting legal info COPYING: OK (sha256: 2a886915de4f296cdae5ed67064f86dba01d0c55286d86e8487f2a5caaf40216) ERROR: No hash found for src/hb-ucdn/COPYING >>> initscripts Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info ERROR: No hash found for json2.js >>> libb64 1.2.1 Collecting legal info ERROR: No hash found for LICENSE >>> libcroco 0.6.12 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libebml 1.3.3 Collecting legal info ERROR: No hash found for LICENSE.LGPL >>> liblo 0.29 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> librsvg 2.40.20 Collecting legal info ERROR: No hash found for COPYING.LIB >>> pango 1.40.14 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsocketcan 0.0.10 Collecting legal info >>> libvips 7.42.2 Collecting legal info ERROR: No hash found for COPYING >>> mtdev 1.1.4 Collecting legal info ERROR: No hash found for COPYING >>> mtdev2tuio e1e7378d86abe751158e743586133022f32fa4d1 Collecting legal info ERROR: No hash found for COPYING >>> neon 0.30.2 Collecting legal info ERROR: No hash found for src/COPYING.LIB ERROR: No hash found for test/COPYING ERROR: No hash found for README >>> openldap 2.4.45 Collecting legal info ERROR: No hash found for LICENSE >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> socketcand df7fb4ff8a4439d7737fe2df3540e1ab7465721a Collecting legal info ERROR: No hash found for socketcand.c >>> trousers 0.3.13 Collecting legal info ERROR: No hash found for LICENSE >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> ussp-push 0.11 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2n Collecting legal info LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-niosII-2017.05-4: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII_LICENSE_FILES not defined) WARNING: libsocketcan-0.0.10: cannot save license (LIBSOCKETCAN_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /home/test/autobuild/run/instance-2/output/legal-info make: Leaving directory `/home/test/autobuild/run/instance-2/buildroot'