chatr(1) [HP]. cp libcrypto.pc /home/buildroot/autobuild/run/instance-0/output/host//lib/pkgconfig chmod 644 /home/buildroot/autobuild/run/instance-0/output/host//lib/pkgconfig/libcrypto.pc cp libssl.pc /home/buildroot/autobuild/run/instance-0/output/host//lib/pkgconfig chmod 644 /home/buildroot/autobuild/run/instance-0/output/host//lib/pkgconfig/libssl.pc cp openssl.pc /home/buildroot/autobuild/run/instance-0/output/host//lib/pkgconfig chmod 644 /home/buildroot/autobuild/run/instance-0/output/host//lib/pkgconfig/openssl.pc >>> host-openssl Extracting >>> host-openssl Patching >>> host-openssl Configuring >>> host-openssl Building >>> host-openssl Installing to host directory vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656.tar.gz: OK (sha256: d95b64b1f1de4a3ffa5c2e446d7c8e92aa197aee10de24206b2ea2deb5a8b947) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-0/dl/vboot-utils/vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 -xf - >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Patching Applying 0001-Add-missing-definition-of-MTD_CHAR_MAJOR.patch using patch: patching file cgpt/cgpt_wrapper.c 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 Applying 0005-include-sys-sysmacros.h-for-major.patch using patch: patching file cgpt/cgpt_wrapper.c patching file futility/dump_kernel_config_lib.c Hunk #1 succeeded at 10 with fuzz 2. >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Configuring >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Building PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-0/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-0/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 CC="/usr/bin/gcc" CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include -D_LARGEFILE64_SOURCE -D_GNU_SOURCE" LDFLAGS="-L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib" ARCH=arm futil cgpt Using qemu for testing. Package liblzma was not found in the pkg-config search path. Perhaps you should add the directory containing `liblzma.pc' to the PKG_CONFIG_PATH environment variable Package 'liblzma', required by '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 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 futility/cmd_create.c: In function 'vb1_make_keypair': futility/cmd_create.c:122:27: warning: assignment from incompatible pointer type [enabled by default] privkey->rsa_private_key = rsa_key; ^ CC futility/cmd_load_fmap.o CC futility/cmd_pcr.o CC futility/cmd_show.o CC futility/cmd_sign.o CC futility/cmd_vbutil_firmware.o CC futility/cmd_vbutil_kernel.o futility/cmd_show.c: In function 'ft_show_privkey': futility/cmd_show.c:115:22: warning: assignment from incompatible pointer type [enabled by default] key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, len); ^ futility/cmd_show.c:125:3: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] RSA_free(key.rsa_private_key); ^ In file included from futility/cmd_show.c:8:0: /home/buildroot/autobuild/run/instance-0/output/host/include/openssl/rsa.h:343:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ CC futility/cmd_vbutil_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 CC futility/vb2_helper.o GEN gen/futility_cmds.c CC cgpt/cgpt_create.o futility/vb1_helper.c: In function 'ft_recognize_vb1_key': futility/vb1_helper.c:764:22: warning: assignment from incompatible pointer type [enabled by default] key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, ^ futility/vb1_helper.c:768:3: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] RSA_free(key.rsa_private_key); ^ In file included from futility/vb1_helper.c:12:0: /home/buildroot/autobuild/run/instance-0/output/host/include/openssl/rsa.h:343:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ CC cgpt/cgpt_add.o CC cgpt/cgpt_boot.o CC cgpt/cgpt_show.o CC cgpt/cgpt_repair.o CC cgpt/cgpt_prioritize.o CC cgpt/cgpt_common.o CC futility/dump_kernel_config_lib.o CC host/arch/arm/lib/crossystem_arch.o CC host/lib/crossystem.o CC host/lib/file_keys.o CC host/lib/fmap.o CC host/lib/host_common.o CC host/lib/host_key.o CC host/lib/host_keyblock.o CC host/lib/host_misc.o CC host/lib/util_misc.o CC host/lib/host_signature.o host/lib/host_key.c: In function 'PrivateKeyReadPem': host/lib/host_key.c:54:24: warning: assignment from incompatible pointer type [enabled by default] key->rsa_private_key = rsa_key; ^ host/lib/host_key.c: In function 'PrivateKeyFree': host/lib/host_key.c:66:5: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] RSA_free(key->rsa_private_key); ^ In file included from /home/buildroot/autobuild/run/instance-0/output/host/include/openssl/x509.h:96:0, from /home/buildroot/autobuild/run/instance-0/output/host/include/openssl/pem.h:70, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-0/output/host/include/openssl/rsa.h:343:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ host/lib/host_key.c: In function 'PrivateKeyWrite': host/lib/host_key.c:77:3: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type [enabled by default] buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); ^ In file included from /home/buildroot/autobuild/run/instance-0/output/host/include/openssl/objects.h:965:0, from /home/buildroot/autobuild/run/instance-0/output/host/include/openssl/evp.h:94, from /home/buildroot/autobuild/run/instance-0/output/host/include/openssl/pem.h:69, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-0/output/host/include/openssl/asn1.h:323:13: note: expected 'const struct RSA *' but argument is of type 'struct rsa_rt * const' int i2d_##name(const type *a, unsigned char **out); \ ^ /home/buildroot/autobuild/run/instance-0/output/host/include/openssl/rsa.h:363:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_const' DECLARE_ASN1_ENCODE_FUNCTIONS_const(RSA, RSAPrivateKey) ^ host/lib/host_key.c: In function 'PrivateKeyRead': host/lib/host_key.c:131:24: warning: assignment from incompatible pointer type [enabled by default] key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^ host/lib/util_misc.c: In function 'PrintPrivKeySha1Sum': host/lib/util_misc.c:38:2: warning: passing argument 1 of 'vb_keyb_from_rsa' from incompatible pointer type [enabled by default] if (vb_keyb_from_rsa(key->rsa_private_key, &buf, &buflen)) { ^ In file included from host/lib/util_misc.c:18:0: host/lib/include/util_misc.h:42:5: note: expected 'struct rsa_st *' but argument is of type 'struct rsa_rt *' int vb_keyb_from_rsa(struct rsa_st *rsa_private_key, ^ CC 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] RSA_PKCS1_PADDING); /* Padding to use */ ^ In file included from host/lib/host_signature.c:10:0: /home/buildroot/autobuild/run/instance-0/output/host/include/openssl/rsa.h:337:5: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt * const' int RSA_private_encrypt(int flen, const unsigned char *from, ^ CC firmware/lib/cryptolib/padding.o 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 LDcgpt cgpt/cgpt LD futility/futility LD cgpt/cgpt_wrapper >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-0/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-0/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/home/buildroot/autobuild/run/instance-0/output/host futil_install cgpt_install devkeys_install Package liblzma was not found in the pkg-config search path. Perhaps you should add the directory containing `liblzma.pc' to the PKG_CONFIG_PATH environment variable Package 'liblzma', required by 'world', not found Package yaml-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `yaml-0.1.pc' to the PKG_CONFIG_PATH environment variable Package 'yaml-0.1', required by 'world', not found INSTALL futility INSTALL CGPT INSTALL DEVKEYS WireGuard-0.0.20180925.tar.xz: OK (sha256: 4a0488a07e40ec17e798f3e40a85cedf55f0560b1c3a8fd95806c7d4266cb0e8) >>> wireguard 0.0.20180925 Extracting xzcat /home/buildroot/autobuild/run/instance-0/dl/wireguard/WireGuard-0.0.20180925.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925 -xf - >>> wireguard 0.0.20180925 Patching >>> wireguard 0.0.20180925 Configuring >>> wireguard 0.0.20180925 Building PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ar" AS="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-as" LD="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ld" NM="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-nm" CC="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc" GCC="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc" CPP="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-cpp" CXX="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-g++" FC="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gfortran" F77="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ranlib" READELF="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-readelf" STRIP="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-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/run/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-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 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 WITH_SYSTEMDUNITS=no WITH_BASHCOMPLETION=no WITH_WGQUICK=no -C /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools CC /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/wg.o CC /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/config.o CC /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/curve25519.o CC /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/encoding.o CC /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/genkey.o CC /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/ipc.o CC /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/mnlg.o CC /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/pubkey.o CC /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/set.o CC /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/setconf.o CC /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/show.o CC /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/showconf.o CC /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/terminal.o LD /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools/wg >>> wireguard 0.0.20180925 Installing to target PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ar" AS="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-as" LD="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ld" NM="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-nm" CC="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc" GCC="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc" CPP="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-cpp" CXX="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-g++" FC="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gfortran" F77="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ranlib" READELF="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-readelf" STRIP="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-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/run/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-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 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 WITH_SYSTEMDUNITS=no WITH_BASHCOMPLETION=no WITH_WGQUICK=no -C /home/buildroot/autobuild/run/instance-0/output/build/wireguard-0.0.20180925/src/tools install DESTDIR=/home/buildroot/autobuild/run/instance-0/output/target 'wg' -> '/home/buildroot/autobuild/run/instance-0/output/target/usr/bin/wg' 'man/wg.8' -> '/home/buildroot/autobuild/run/instance-0/output/target/usr/share/man/man8/wg.8' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-plustek_pp.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-mustek_usb.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libpangomm-1.4.la" is touched by more than one package: [u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-nec.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-umax1220u.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libmonosgen-2.0.la" is touched by more than one package: [u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-hp.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-umax_pp.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-sm3600.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-artec_eplus48u.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-epson.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-canon_dr.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libcgicc.la" is touched by more than one package: [u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-mustek.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-qcam.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libsepol', u'libopenssl', u'python3', u'libselinux', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libnetfilter_log_libipulog.la" is touched by more than one package: [u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-ricoh.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-gt68xx.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libsepol', u'libopenssl', u'python3', u'libselinux', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-sp15c.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libgiomm-2.4.la" is touched by more than one package: [u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-coolscan2.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-kvs1025.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libsvg.la" is touched by more than one package: [u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libparted-fs-resize.la" is touched by more than one package: [u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-hpljm1005.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libdb_cxx-5.3.la" is touched by more than one package: [u'berkeleydb', u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libsepol', u'libopenssl', u'python3', u'libselinux', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-niash.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-xerox_mfp.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libiptc.la" is touched by more than one package: [u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-dll.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-ma1509.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libsigrokdecode.la" is touched by more than one package: [u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libportaudio.la" is touched by more than one package: [u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libgcrypt.la" is touched by more than one package: [u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libsepol', u'libopenssl', u'python3', u'libselinux', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libMonoPosixHelper.la" is touched by more than one package: [u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-leo.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libsepol', u'libopenssl', u'python3', u'libselinux', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-net.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libmysqlclient_r.la" is touched by more than one package: [u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libtorrent.la" is touched by more than one package: [u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libharfbuzz.la" is touched by more than one package: [u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-pie.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libdb-5.3.la" is touched by more than one package: [u'berkeleydb', u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libsepol', u'libopenssl', u'python3', u'libselinux', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-mustek_usb2.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-cardscan.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-as6e.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-kodakaio.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-plustek.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libsodium.la" is touched by more than one package: [u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libsane.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-avision.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libspice-server.la" is touched by more than one package: [u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-kvs20xx.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libffi', u'pcre', u'libsepol', u'libopenssl', u'python3', u'libselinux', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-epsonds.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-p5.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-hp3500.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libMonoSupportW.la" is touched by more than one package: [u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libSDL_mixer.la" is touched by more than one package: [u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libcelt051.la" is touched by more than one package: [u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-umax.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libpangoft2-1.0.la" is touched by more than one package: [u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libsepol', u'libopenssl', u'python3', u'libselinux', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-sm3840.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-u12.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-matsushita.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libparted.la" is touched by more than one package: [u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-teco3.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-magicolor.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-canon.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libsoup-2.4.la" is touched by more than one package: [u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-dmc.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libcairomm-1.0.la" is touched by more than one package: [u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-apple.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-microtek2.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-s9036.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libmysqlclient.la" is touched by more than one package: [u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-hs2p.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-microtek.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libpango-1.0.la" is touched by more than one package: [u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-rts8891.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libsepol', u'libopenssl', u'python3', u'libselinux', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/python3.7/site-packages/libmount/pylibmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-sharp.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-epson2.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-tamarack.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-teco1.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-agfafocus.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libglibmm-2.4.la" is touched by more than one package: [u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-hp4200.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-fujitsu.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libmonoboehm-2.0.la" is touched by more than one package: [u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-dc210.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libip4tc.la" is touched by more than one package: [u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'libffi', u'pcre', u'libsepol', u'libopenssl', u'python3', u'libselinux', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-pixma.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libsepol', u'libopenssl', u'python3', u'libselinux', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-ibm.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-artec.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-dc25.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-coolscan.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-hp5590.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libharfbuzz-subset.la" is touched by more than one package: [u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libogg', u'celt051', u'clapack', u'dvb-apps', u'flatbuffers', u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libxtables.la" is touched by more than one package: [u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libnetfilter_log.la" is touched by more than one package: [u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-st400.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-test.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-hp5400.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-kodak.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-pieusb.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-snapscan.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-kvs40xx.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-lexmark.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-genesys.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-coolscan3.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libip6tc.la" is touched by more than one package: [u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-canon630u.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libglibmm_generate_extra_defs-2.4.la" is touched by more than one package: [u'glibmm', u'harfbuzz', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-stv680.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-epjitsu.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-teco2.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libpangocairo-1.0.la" is touched by more than one package: [u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-bh.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-dc240.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libSDL_net.la" is touched by more than one package: [u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libnetfilter_conntrack.la" is touched by more than one package: [u'libnetfilter_conntrack', u'iptables', u'jpeg-turbo', u'jasper', u'libcgicc', u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libnetfilter_acct.la" is touched by more than one package: [u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libmaxminddb.la" is touched by more than one package: [u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libcgroup.la" is touched by more than one package: [u'libcgroup', u'libconfig', u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-hp3900.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-abaton.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libmono-2.0.la" is touched by more than one package: [u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/sane/libsane-sceptre.la" is touched by more than one package: [u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libgpg-error', u'libgcrypt', u'liblinear', u'libmaxminddb', u'libnetfilter_acct', u'libnetfilter_log', u'libnl', u'libpcap', u'libreplaygain', u'libscrypt', u'libsigrokdecode', u'libsodium', u'xz', u'libxml2', u'sqlite', u'libsoup', u'libsvg', u'libtommath', u'libtorrent', u'lockdev', u'mono', u'oracle-mysql', u'ngrep', u'pango', u'pangomm', u'parted', u'portaudio', u'sdl', u'sdl_mixer', u'sdl_net', u'sane-backends', u'spice-protocol', u'spice', u'tinyxml2', u'tremor'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-host.txt Warning: host file "./lib/python3.7/site-packages/easy-install.pth" is touched by more than one package: [u'host-python-setuptools', u'host-python-mistune', u'host-python-m2r', u'host-python-setuptools-scm', u'host-python-cffi', u'host-python-incremental'] rm -f /home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-0/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. PYTHONPATH="/home/buildroot/autobuild/run/instance-0/output/target/usr/lib/python3.7/" cd /home/buildroot/autobuild/run/instance-0/output/target && /home/buildroot/autobuild/run/instance-0/output/host/bin/python3.7 /home/buildroot/autobuild/run/instance-0/buildroot/support/scripts/pycompile.py usr/lib/python3.7 Cannot compile usr/lib/python3.7/site-packages/twisted/conch/manhole.py Traceback (most recent call last): File "/home/buildroot/autobuild/run/instance-0/output/host/lib/python3.7/py_compile.py", line 136, in compile _optimize=optimize) File "", line 763, in source_to_code File "", line 219, in _call_with_frames_removed File "usr/lib/python3.7/site-packages/twisted/conch/manhole.py", line 154 def write(self, data, async=False): ^ SyntaxError: invalid syntax During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/buildroot/autobuild/run/instance-0/buildroot/support/scripts/pycompile.py", line 69, in compileall.compile_dir(args.target, force=args.force, quiet=ReportProblem()) File "/home/buildroot/autobuild/run/instance-0/output/host/lib/python3.7/compileall.py", line 93, in compile_dir legacy, optimize, invalidation_mode): File "/home/buildroot/autobuild/run/instance-0/output/host/lib/python3.7/compileall.py", line 158, in compile_file if quiet >= 2: File "/home/buildroot/autobuild/run/instance-0/buildroot/support/scripts/pycompile.py", line 52, in __ge__ return not self < other File "/home/buildroot/autobuild/run/instance-0/buildroot/support/scripts/pycompile.py", line 26, in operator raise value File "/home/buildroot/autobuild/run/instance-0/output/host/lib/python3.7/compileall.py", line 155, in compile_file invalidation_mode=invalidation_mode) File "/home/buildroot/autobuild/run/instance-0/output/host/lib/python3.7/py_compile.py", line 140, in compile raise py_exc py_compile.PyCompileError: File "usr/lib/python3.7/site-packages/twisted/conch/manhole.py", line 154 def write(self, data, async=False): ^ SyntaxError: invalid syntax make[1]: *** [target-finalize] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-0/buildroot'