Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 159.97 KB | None | 0 0
  1. V=1 make
  2. /bin/sed -i -e "/\\<CONFIG_KERNEL_GZIP\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  3. echo 'CONFIG_KERNEL_GZIP=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  4. /bin/sed -i -e "/\\<CONFIG_KERNEL_LZ4\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  5. echo '# CONFIG_KERNEL_LZ4 is not set' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  6. /bin/sed -i -e "/\\<CONFIG_KERNEL_LZMA\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  7. echo '# CONFIG_KERNEL_LZMA is not set' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  8. /bin/sed -i -e "/\\<CONFIG_KERNEL_LZO\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  9. echo '# CONFIG_KERNEL_LZO is not set' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  10. /bin/sed -i -e "/\\<CONFIG_KERNEL_XZ\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  11. echo '# CONFIG_KERNEL_XZ is not set' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  12. /bin/sed -i -e "/\\<CONFIG_CPU_LITTLE_ENDIAN\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  13. echo 'CONFIG_CPU_LITTLE_ENDIAN=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  14. # As the kernel gets compiled before root filesystems are
  15. # built, we create a fake cpio file. It'll be
  16. # replaced later by the real cpio archive, and the kernel will be
  17. # rebuilt using the linux-rebuild-with-initramfs target.
  18. /bin/sed -i -e "/\\<CONFIG_DEVTMPFS\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  19. echo 'CONFIG_DEVTMPFS=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  20. /bin/sed -i -e "/\\<CONFIG_DEVTMPFS_MOUNT\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  21. echo 'CONFIG_DEVTMPFS_MOUNT=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  22. /bin/sed -i -e "/\\<CONFIG_CGROUPS\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  23. echo 'CONFIG_CGROUPS=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  24. /bin/sed -i -e "/\\<CONFIG_INOTIFY_USER\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  25. echo 'CONFIG_INOTIFY_USER=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  26. /bin/sed -i -e "/\\<CONFIG_FHANDLE\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  27. echo 'CONFIG_FHANDLE=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  28. /bin/sed -i -e "/\\<CONFIG_AUTOFS4_FS\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  29. echo 'CONFIG_AUTOFS4_FS=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  30. /bin/sed -i -e "/\\<CONFIG_TMPFS_POSIX_ACL\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  31. echo 'CONFIG_TMPFS_POSIX_ACL=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  32. /bin/sed -i -e "/\\<CONFIG_TMPFS_XATTR\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  33. echo 'CONFIG_TMPFS_XATTR=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  34. /bin/sed -i -e "/\\<CONFIG_IP_NF_IPTABLES\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  35. echo 'CONFIG_IP_NF_IPTABLES=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  36. /bin/sed -i -e "/\\<CONFIG_IP_NF_FILTER\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  37. echo 'CONFIG_IP_NF_FILTER=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  38. /bin/sed -i -e "/\\<CONFIG_NETFILTER\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  39. echo 'CONFIG_NETFILTER=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  40. /bin/sed -i -e "/\\<CONFIG_NETFILTER_XTABLES\\>/d" /home/birdie/buildroot/output/build/linux-4.20/.config
  41. echo 'CONFIG_NETFILTER_XTABLES=y' >> /home/birdie/buildroot/output/build/linux-4.20/.config
  42. HOSTCC scripts/basic/fixdep
  43. HOSTCC scripts/kconfig/conf.o
  44. HOSTCC scripts/kconfig/zconf.tab.o
  45. HOSTLD scripts/kconfig/conf
  46. scripts/kconfig/conf --olddefconfig Kconfig
  47. #
  48. # configuration written to .config
  49. #
  50. >>> linux 4.20 Configuring
  51. >>> linux 4.20 Building
  52. PATH="/home/birdie/buildroot/output/host/bin:/home/birdie/buildroot/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" BR_BINARIES_DIR=/home/birdie/buildroot/output/images KBUILD_BUILD_VERSION=1 KBUILD_BUILD_USER=buildroot KBUILD_BUILD_HOST=buildroot KBUILD_BUILD_TIMESTAMP="Mon Jan 21 20:04:50 UTC 2019" /usr/bin/make -j17 HOSTCC="/home/birdie/buildroot/output/host/bin/ccache /usr/bin/gcc -O2 -I/home/birdie/buildroot/output/host/include -L/home/birdie/buildroot/output/host/lib -Wl,-rpath,/home/birdie/buildroot/output/host/lib" ARCH=x86_64 INSTALL_MOD_PATH=/home/birdie/buildroot/output/target CROSS_COMPILE="/home/birdie/buildroot/output/host/bin/x86_64-exitstrategy-linux-gnu-" DEPMOD=/home/birdie/buildroot/output/host/sbin/depmod INSTALL_MOD_STRIP=1 -C /home/birdie/buildroot/output/build/linux-4.20 bzImage
  53. HOSTCC scripts/basic/fixdep
  54. HOSTCC scripts/kconfig/conf.o
  55. HOSTCC scripts/kconfig/zconf.tab.o
  56. HOSTLD scripts/kconfig/conf
  57. scripts/kconfig/conf --syncconfig Kconfig
  58. mkdir -p /home/birdie/buildroot/output/build/linux-4.20/tools/objtool && /usr/bin/make O=/home/birdie/buildroot/output/build/linux-4.20 subdir=tools/objtool --no-print-directory -C objtool
  59. /usr/bin/make -f /home/birdie/buildroot/output/build/linux-4.20/tools/build/Makefile.build dir=. obj=fixdep
  60. /usr/bin/make -f /home/birdie/buildroot/output/build/linux-4.20/tools/build/Makefile.build dir=./arch/x86 obj=objtool
  61. CALL scripts/checksyscalls.sh
  62. /usr/bin/make -f /home/birdie/buildroot/output/build/linux-4.20/tools/build/Makefile.build dir=. obj=fixdep
  63. CHK include/generated/compile.h
  64. Kernel: arch/x86/boot/bzImage is ready (#3)
  65. mkdir -p /home/birdie/buildroot/output/build/linux-4.20/tools/objtool && /usr/bin/make O=/home/birdie/buildroot/output/build/linux-4.20 subdir=tools/objtool --no-print-directory -C objtool
  66. /usr/bin/make -f /home/birdie/buildroot/output/build/linux-4.20/tools/build/Makefile.build dir=. obj=fixdep
  67. /usr/bin/make -f /home/birdie/buildroot/output/build/linux-4.20/tools/build/Makefile.build dir=./arch/x86 obj=objtool
  68. /usr/bin/make -f /home/birdie/buildroot/output/build/linux-4.20/tools/build/Makefile.build dir=. obj=fixdep
  69. CALL scripts/checksyscalls.sh
  70. Building modules, stage 2.
  71. MODPOST 107 modules
  72. >>> linux 4.20 Installing to target
  73. /usr/bin/install -m 0644 -D /home/birdie/buildroot/output/build/linux-4.20/arch/x86/boot/bzImage /home/birdie/buildroot/output/target/boot/bzImage
  74. # Install modules and remove symbolic links pointing to build
  75. # directories, not relevant on the target
  76. INSTALL crypto/ansi_cprng.ko
  77. INSTALL crypto/arc4.ko
  78. INSTALL crypto/ccm.ko
  79. INSTALL crypto/cmac.ko
  80. INSTALL crypto/crypto_engine.ko
  81. INSTALL crypto/deflate.ko
  82. INSTALL crypto/echainiv.ko
  83. INSTALL crypto/gcm.ko
  84. INSTALL crypto/gf128mul.ko
  85. INSTALL crypto/ghash-generic.ko
  86. INSTALL crypto/lz4.ko
  87. INSTALL crypto/lz4hc.ko
  88. INSTALL crypto/lzo.ko
  89. INSTALL crypto/pcrypt.ko
  90. INSTALL crypto/zstd.ko
  91. INSTALL drivers/block/cryptoloop.ko
  92. INSTALL drivers/block/loop.ko
  93. INSTALL drivers/char/hw_random/amd-rng.ko
  94. INSTALL drivers/char/hw_random/intel-rng.ko
  95. INSTALL drivers/char/hw_random/rng-core.ko
  96. INSTALL drivers/char/hw_random/via-rng.ko
  97. INSTALL drivers/char/hw_random/virtio-rng.ko
  98. INSTALL drivers/cpufreq/acpi-cpufreq.ko
  99. INSTALL drivers/cpufreq/pcc-cpufreq.ko
  100. INSTALL drivers/crypto/virtio/virtio_crypto.ko
  101. INSTALL drivers/firmware/efi/capsule-loader.ko
  102. INSTALL drivers/firmware/efi/test/efi_test.ko
  103. INSTALL drivers/hwmon/hwmon-vid.ko
  104. INSTALL drivers/hwmon/nct6683.ko
  105. INSTALL drivers/hwmon/nct6775.ko
  106. INSTALL drivers/hwmon/nct7802.ko
  107. INSTALL drivers/hwmon/nct7904.ko
  108. INSTALL drivers/hwmon/npcm750-pwm-fan.ko
  109. INSTALL drivers/input/input-leds.ko
  110. INSTALL drivers/leds/led-class.ko
  111. INSTALL drivers/misc/eeprom/eeprom_93cx6.ko
  112. INSTALL drivers/net/dummy.ko
  113. INSTALL drivers/net/ethernet/atheros/alx/alx.ko
  114. INSTALL drivers/net/ethernet/atheros/atl1c/atl1c.ko
  115. INSTALL drivers/net/ethernet/atheros/atl1e/atl1e.ko
  116. INSTALL drivers/net/ethernet/atheros/atlx/atl1.ko
  117. INSTALL drivers/net/ethernet/atheros/atlx/atl2.ko
  118. INSTALL drivers/net/ethernet/intel/e100.ko
  119. INSTALL drivers/net/ethernet/intel/e1000/e1000.ko
  120. INSTALL drivers/net/ethernet/intel/e1000e/e1000e.ko
  121. INSTALL drivers/net/ethernet/intel/igb/igb.ko
  122. INSTALL drivers/net/ethernet/realtek/r8169.ko
  123. INSTALL drivers/net/ipvlan/ipvlan.ko
  124. INSTALL drivers/net/macvlan.ko
  125. INSTALL drivers/net/mdio.ko
  126. INSTALL drivers/net/phy/fixed_phy.ko
  127. INSTALL drivers/net/phy/libphy.ko
  128. INSTALL drivers/net/phy/realtek.ko
  129. INSTALL drivers/net/vxlan.ko
  130. INSTALL drivers/net/wireless/ath/ath.ko
  131. INSTALL drivers/net/wireless/ath/ath10k/ath10k_core.ko
  132. INSTALL drivers/net/wireless/ath/ath10k/ath10k_pci.ko
  133. INSTALL drivers/net/wireless/ath/ath9k/ath9k.ko
  134. INSTALL drivers/net/wireless/ath/ath9k/ath9k_common.ko
  135. INSTALL drivers/net/wireless/ath/ath9k/ath9k_htc.ko
  136. INSTALL drivers/net/wireless/ath/ath9k/ath9k_hw.ko
  137. INSTALL drivers/net/wireless/ath/carl9170/carl9170.ko
  138. INSTALL drivers/net/wireless/intel/iwlegacy/iwl3945.ko
  139. INSTALL drivers/net/wireless/intel/iwlegacy/iwl4965.ko
  140. INSTALL drivers/net/wireless/intel/iwlegacy/iwlegacy.ko
  141. INSTALL drivers/net/wireless/intel/iwlwifi/iwlwifi.ko
  142. INSTALL drivers/net/wireless/ralink/rt2x00/rt2800lib.ko
  143. INSTALL drivers/net/wireless/ralink/rt2x00/rt2800mmio.ko
  144. INSTALL drivers/net/wireless/ralink/rt2x00/rt2800pci.ko
  145. INSTALL drivers/net/wireless/ralink/rt2x00/rt2800usb.ko
  146. INSTALL drivers/net/wireless/ralink/rt2x00/rt2x00lib.ko
  147. INSTALL drivers/net/wireless/ralink/rt2x00/rt2x00mmio.ko
  148. INSTALL drivers/net/wireless/ralink/rt2x00/rt2x00pci.ko
  149. INSTALL drivers/net/wireless/ralink/rt2x00/rt2x00usb.ko
  150. INSTALL drivers/net/wireless/ralink/rt2x00/rt73usb.ko
  151. INSTALL drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.ko
  152. INSTALL drivers/of/of_mdio.ko
  153. INSTALL drivers/thermal/x86_pkg_temp_thermal.ko
  154. INSTALL drivers/tty/cyclades.ko
  155. INSTALL drivers/tty/moxa.ko
  156. INSTALL drivers/tty/mxser.ko
  157. INSTALL drivers/tty/rocket.ko
  158. INSTALL drivers/tty/synclink.ko
  159. INSTALL drivers/tty/synclink_gt.ko
  160. INSTALL drivers/tty/synclinkmp.ko
  161. INSTALL drivers/video/backlight/lcd.ko
  162. INSTALL drivers/watchdog/ebc-c384_wdt.ko
  163. INSTALL drivers/watchdog/wafer5823wdt.ko
  164. INSTALL fs/fat/fat.ko
  165. INSTALL fs/fat/msdos.ko
  166. INSTALL fs/fat/vfat.ko
  167. INSTALL fs/nls/nls_ascii.ko
  168. INSTALL fs/nls/nls_cp437.ko
  169. INSTALL fs/nls/nls_iso8859-1.ko
  170. INSTALL fs/nls/nls_utf8.ko
  171. INSTALL lib/crc-ccitt.ko
  172. INSTALL lib/crc-itu-t.ko
  173. INSTALL lib/lz4/lz4_compress.ko
  174. INSTALL lib/lz4/lz4hc_compress.ko
  175. INSTALL net/bridge/br_netfilter.ko
  176. INSTALL net/ipv4/udp_tunnel.ko
  177. INSTALL net/ipv6/ip6_udp_tunnel.ko
  178. INSTALL net/mac80211/mac80211.ko
  179. INSTALL net/netfilter/ipvs/ip_vs.ko
  180. INSTALL net/netfilter/ipvs/ip_vs_rr.ko
  181. INSTALL net/wireless/cfg80211.ko
  182. INSTALL security/keys/encrypted-keys/encrypted-keys.ko
  183. DEPMOD 4.20.0-soapbox
  184. # Installing dtc (device tree compiler) as host tool, if selected
  185. if grep -q "CONFIG_DTC=y" /home/birdie/buildroot/output/build/linux-4.20/.config; then /usr/bin/install -D -m 0755 /home/birdie/buildroot/output/build/linux-4.20/scripts/dtc/dtc /home/birdie/buildroot/output/host/bin/linux-dtc ; ln -sf linux-dtc /home/birdie/buildroot/output/host/bin/dtc; fi
  186. >>> linux 4.20 Installing to images directory
  187. /usr/bin/install -m 0644 -D /home/birdie/buildroot/output/build/linux-4.20/arch/x86/boot/bzImage /home/birdie/buildroot/output/images/bzImage
  188. >>> Finalizing target directory
  189. # Check files that are touched by more than one package
  190. ./support/scripts/check-uniq-files -t target /home/birdie/buildroot/output/build/packages-file-list.txt
  191. Warning: target file "./etc/fstab" is touched by more than one package: ['skeleton-init-systemd', 'libselinux']
  192. Warning: target file "./usr/share/info/dir" is touched by more than one package: ['bash', 'gmp', 'coreutils', 'tar', 'wget', 'libksba', 'time', 'which', 'readline']
  193. Warning: target file "./usr/sbin/mkdosfs" is touched by more than one package: ['busybox', 'dosfstools']
  194. Warning: target file "./usr/bin/time" is touched by more than one package: ['busybox', 'time']
  195. Warning: target file "./usr/bin/which" is touched by more than one package: ['busybox', 'which']
  196. ./support/scripts/check-uniq-files -t staging /home/birdie/buildroot/output/build/packages-file-list-staging.txt
  197. Warning: staging file "./usr/share/info/dir" is touched by more than one package: ['glibc', 'gmp', 'libksba', 'readline']
  198. Warning: staging file "./usr/lib/libatomic.la" is touched by more than one package: ['toolchain', 'attr', 'acl', 'alsa-lib', 'ncurses', 'bzip2', 'xz', 'libzlib', 'elfutils', 'expat', 'libffi', 'libopenssl', 'python', 'kmod', 'libcap', 'libcurl', 'libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  199. Warning: staging file "./usr/lib/libattr.la" is touched by more than one package: ['attr', 'acl', 'alsa-lib', 'ncurses', 'bzip2', 'xz', 'libzlib', 'elfutils', 'expat', 'libffi', 'libopenssl', 'python', 'kmod', 'libcap', 'libcurl', 'libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  200. Warning: staging file "./usr/lib/libacl.la" is touched by more than one package: ['acl', 'alsa-lib', 'ncurses', 'bzip2', 'xz', 'libzlib', 'elfutils', 'expat', 'libffi', 'libopenssl', 'python', 'kmod', 'libcap', 'libcurl', 'libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  201. Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: ['alsa-lib', 'ncurses', 'bzip2', 'xz', 'libzlib', 'elfutils', 'expat', 'libffi', 'libopenssl', 'python', 'kmod', 'libcap', 'libcurl', 'libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  202. Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: ['xz', 'libzlib', 'elfutils', 'expat', 'libffi', 'libopenssl', 'python', 'kmod', 'libcap', 'libcurl', 'libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  203. Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: ['expat', 'libffi', 'libopenssl', 'python', 'kmod', 'libcap', 'libcurl', 'libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  204. Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: ['libffi', 'libopenssl', 'python', 'kmod', 'libcap', 'libcurl', 'libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  205. Warning: staging file "./usr/lib/libkmod.la" is touched by more than one package: ['kmod', 'libcap', 'libcurl', 'libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  206. Warning: staging file "./usr/lib/python2.7/site-packages/kmod/list.la" is touched by more than one package: ['kmod', 'libcap', 'libcurl', 'libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  207. Warning: staging file "./usr/lib/python2.7/site-packages/kmod/kmod.la" is touched by more than one package: ['kmod', 'libcap', 'libcurl', 'libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  208. Warning: staging file "./usr/lib/python2.7/site-packages/kmod/module.la" is touched by more than one package: ['kmod', 'libcap', 'libcurl', 'libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  209. Warning: staging file "./usr/lib/python2.7/site-packages/kmod/_util.la" is touched by more than one package: ['kmod', 'libcap', 'libcurl', 'libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  210. Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: ['libcurl', 'libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  211. Warning: staging file "./usr/lib/libgcrypt.la" is touched by more than one package: ['libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  212. Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: ['libgcrypt', 'libsepol', 'pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  213. Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: ['pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  214. Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: ['pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  215. Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: ['pcre', 'libselinux', 'util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  216. Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: ['util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  217. Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: ['util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  218. Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: ['util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  219. Warning: staging file "./usr/lib/libfdisk.la" is touched by more than one package: ['util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  220. Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: ['util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  221. Warning: staging file "./usr/lib/python2.7/site-packages/libmount/pylibmount.la" is touched by more than one package: ['util-linux', 'libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  222. Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: ['libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  223. Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: ['libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  224. Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: ['libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  225. Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: ['libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  226. Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: ['libglib2', 'polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  227. Warning: staging file "./usr/lib/libpolkit-gobject-1.la" is touched by more than one package: ['polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  228. Warning: staging file "./usr/lib/polkit-1/extensions/libnullbackend.la" is touched by more than one package: ['polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  229. Warning: staging file "./usr/lib/libpolkit-agent-1.la" is touched by more than one package: ['polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  230. Warning: staging file "./usr/lib/libpolkit-backend-1.la" is touched by more than one package: ['polkit', 'systemd', 'alsa-utils', 'gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  231. Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: ['gmp', 'libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  232. Warning: staging file "./usr/lib/libulockmgr.la" is touched by more than one package: ['libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  233. Warning: staging file "./usr/lib/libfuse.la" is touched by more than one package: ['libfuse', 'e2fsprogs', 'liblinear', 'dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  234. Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: ['dbus', 'libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  235. Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: ['libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  236. Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: ['libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  237. Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: ['libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  238. Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: ['libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  239. Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: ['libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  240. Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: ['libnl', 'libpcap', 'libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  241. Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: ['libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  242. Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: ['libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  243. Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: ['libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  244. Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: ['libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  245. Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: ['libevent', 'pciutils', 'libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  246. Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: ['libtasn1', 'dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  247. Warning: staging file "./usr/lib/libgnutls.la" is touched by more than one package: ['dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  248. Warning: staging file "./usr/lib/libgnutls-openssl.la" is touched by more than one package: ['dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  249. Warning: staging file "./usr/lib/libgnutlsxx.la" is touched by more than one package: ['dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  250. Warning: staging file "./usr/lib/libdbus-glib-1.la" is touched by more than one package: ['dbus-glib', 'efivar', 'libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  251. Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: ['libxml2', 'lzo', 'libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  252. Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: ['libarchive', 'libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  253. Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: ['libconfuse', 'libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  254. Warning: staging file "./usr/lib/libsodium.la" is touched by more than one package: ['libsodium', 'libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  255. Warning: staging file "./usr/lib/libksba.la" is touched by more than one package: ['libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  256. Warning: staging file "./usr/lib/libassuan.la" is touched by more than one package: ['libksba', 'libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  257. Warning: staging file "./usr/lib/libnpth.la" is touched by more than one package: ['libnpth', 'sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  258. Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: ['sqlite', 'iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  259. Warning: staging file "./usr/lib/libiptc.la" is touched by more than one package: ['iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  260. Warning: staging file "./usr/lib/libip6tc.la" is touched by more than one package: ['iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  261. Warning: staging file "./usr/lib/libxtables.la" is touched by more than one package: ['iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  262. Warning: staging file "./usr/lib/libip4tc.la" is touched by more than one package: ['iptables', 'jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  263. Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: ['jansson', 'json-glib', 'libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  264. Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: ['libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  265. Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: ['libconfig', 'libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  266. Warning: staging file "./usr/lib/libgudev-1.0.la" is touched by more than one package: ['libgudev', 'libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  267. Warning: staging file "./usr/lib/libndp.la" is touched by more than one package: ['libndp', 'libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  268. Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: ['libogg', 'libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  269. Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: ['libsndfile', 'libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  270. Warning: staging file "./usr/lib/libltdl.la" is touched by more than one package: ['libtool', 'liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  271. Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: ['liburiparser', 'libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  272. Warning: staging file "./usr/lib/libxslt.la" is touched by more than one package: ['libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  273. Warning: staging file "./usr/lib/libexslt.la" is touched by more than one package: ['libxslt', 'libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  274. Warning: staging file "./usr/lib/libyaml.la" is touched by more than one package: ['libyaml', 'lm-sensors', 'popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  275. Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: ['popt', 'slang', 'newt', 'wireless_tools', 'network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  276. Warning: staging file "./usr/lib/libnm-glib.la" is touched by more than one package: ['network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  277. Warning: staging file "./usr/lib/libnm-glib-vpn.la" is touched by more than one package: ['network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  278. Warning: staging file "./usr/lib/libnm.la" is touched by more than one package: ['network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  279. Warning: staging file "./usr/lib/NetworkManager/libnm-settings-plugin-ibft.la" is touched by more than one package: ['network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  280. Warning: staging file "./usr/lib/NetworkManager/libnm-device-plugin-adsl.la" is touched by more than one package: ['network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  281. Warning: staging file "./usr/lib/NetworkManager/libnm-device-plugin-ovs.la" is touched by more than one package: ['network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  282. Warning: staging file "./usr/lib/NetworkManager/libnm-device-plugin-wifi.la" is touched by more than one package: ['network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  283. Warning: staging file "./usr/lib/libnm-util.la" is touched by more than one package: ['network-manager', 'speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  284. Warning: staging file "./usr/lib/libspeex.la" is touched by more than one package: ['speex', 'pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  285. Warning: staging file "./usr/lib/libpulse.la" is touched by more than one package: ['pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  286. Warning: staging file "./usr/lib/libpulse-simple.la" is touched by more than one package: ['pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  287. Warning: staging file "./usr/lib/pulseaudio/libpulsecommon-12.2.la" is touched by more than one package: ['pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  288. Warning: staging file "./usr/lib/pulseaudio/libpulsedsp.la" is touched by more than one package: ['pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  289. Warning: staging file "./usr/lib/pulseaudio/libpulsecore-12.2.la" is touched by more than one package: ['pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  290. Warning: staging file "./usr/lib/libpulse-mainloop-glib.la" is touched by more than one package: ['pulseaudio', 'zstd', 'tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  291. Warning: staging file "./usr/lib/libtss2-sys.la" is touched by more than one package: ['tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  292. Warning: staging file "./usr/lib/libtss2-tcti-device.la" is touched by more than one package: ['tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  293. Warning: staging file "./usr/lib/libtss2-mu.la" is touched by more than one package: ['tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  294. Warning: staging file "./usr/lib/libtss2-tcti-mssim.la" is touched by more than one package: ['tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  295. Warning: staging file "./usr/lib/libtss2-esys.la" is touched by more than one package: ['tpm2-tss', 'tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  296. Warning: staging file "./usr/lib/libtss2-tcti-tabrmd.la" is touched by more than one package: ['tpm2-abrmd', 'wpa_supplicant', 'libgpg-error', 'lz4', 'readline', 'nettle', 'gnutls', 'libassuan']
  297. ./support/scripts/check-uniq-files -t host /home/birdie/buildroot/output/build/packages-file-list-host.txt
  298. Warning: host file "./share/info/dir" is touched by more than one package: ['host-lzip', 'host-m4', 'host-bison', 'host-gawk', 'host-binutils', 'host-gmp', 'host-mpfr', 'host-mpc', 'host-gcc-initial', 'host-gcc-final', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext', 'host-grub2']
  299. Warning: host file "./share/man/man8/fsck.8" is touched by more than one package: ['host-util-linux', 'host-e2fsprogs']
  300. Warning: host file "./sbin/fsck" is touched by more than one package: ['host-util-linux', 'host-e2fsprogs']
  301. Warning: host file "./libexec/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/install-tools/mkinstalldirs" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  302. Warning: host file "./libexec/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/install-tools/fixinc.sh" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  303. Warning: host file "./libexec/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/install-tools/mkheaders" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  304. Warning: host file "./libexec/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/install-tools/fixincl" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  305. Warning: host file "./libexec/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/liblto_plugin.so" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  306. Warning: host file "./libexec/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/liblto_plugin.so.0.0.0" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  307. Warning: host file "./libexec/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/liblto_plugin.la" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  308. Warning: host file "./libexec/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/collect2" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  309. Warning: host file "./libexec/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/liblto_plugin.so.0" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  310. Warning: host file "./libexec/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/lto1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  311. Warning: host file "./libexec/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/gengtype" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  312. Warning: host file "./libexec/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/cc1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  313. Warning: host file "./libexec/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/lto-wrapper" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  314. Warning: host file "./share/man/man7/gfdl.7" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  315. Warning: host file "./share/man/man7/fsf-funding.7" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  316. Warning: host file "./share/man/man7/gpl.7" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  317. Warning: host file "./share/man/man1/x86_64-exitstrategy-linux-gnu-gcov-dump.1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  318. Warning: host file "./share/man/man1/x86_64-exitstrategy-linux-gnu-cpp.1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  319. Warning: host file "./share/man/man1/x86_64-exitstrategy-linux-gnu-gcov-tool.1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  320. Warning: host file "./share/man/man1/x86_64-exitstrategy-linux-gnu-gcc.1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  321. Warning: host file "./share/man/man1/x86_64-exitstrategy-linux-gnu-gcov.1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  322. Warning: host file "./share/info/gcc.info" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  323. Warning: host file "./share/info/gccint.info" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  324. Warning: host file "./share/info/cppinternals.info" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  325. Warning: host file "./share/info/gccinstall.info" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  326. Warning: host file "./share/info/cpp.info" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  327. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/crtendS.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  328. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/install-tools/include/README" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  329. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/install-tools/include/limits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  330. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/install-tools/macro_list" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  331. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/install-tools/mkheaders.conf" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  332. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/install-tools/fixinc_list" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  333. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/install-tools/gsyslimits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  334. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/crtfastmath.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  335. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/crtprec64.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  336. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/crtprec80.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  337. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/crtbeginS.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  338. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/crtbeginT.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  339. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/include/gcov.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  340. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/libgcov.a" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  341. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/crtprec32.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  342. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/gtype.state" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  343. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/insn-modes.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  344. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-pretty-print.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  345. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ddg.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  346. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cp/cp-tree.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  347. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimplify.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  348. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/builtin-types.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  349. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/except.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  350. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ssa.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  351. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cfgexpand.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  352. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ipa-ref.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  353. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/regrename.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  354. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/b-header-vars" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  355. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tsystem.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  356. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-parloops.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  357. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/shrink-wrap.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  358. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-vectorizer.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  359. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/dwarf2asm.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  360. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/memory-block.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  361. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimple-pretty-print.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  362. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/wide-int-print.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  363. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/vec.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  364. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/langhooks.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  365. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cilk.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  366. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-cfgcleanup.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  367. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gcse-common.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  368. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/params-list.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  369. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/diagnostic-color.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  370. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/limitx.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  371. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/signop.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  372. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/recog.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  373. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/emit-rtl.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  374. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ansidecl.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  375. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/print-rtl.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  376. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  377. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/et-forest.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  378. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cfgloopmanip.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  379. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tm-preds.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  380. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/generic-match.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  381. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/optabs-libfuncs.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  382. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/bversion.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  383. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/memmodel.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  384. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/rtl-error.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  385. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimple-ssa.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  386. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/loop-unroll.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  387. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/c-tree.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  388. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/profile.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  389. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cfgbuild.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  390. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/omp-low.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  391. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/sync-builtins.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  392. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  393. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/dbxout.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  394. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/configargs.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  395. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/typed-splay-tree.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  396. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/rtlhooks-def.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  397. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/c-family/c-pragma.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  398. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/c-family/c-pretty-print.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  399. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/c-family/c-common.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  400. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/c-family/c-common.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  401. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/c-family/c-objc.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  402. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/sched-int.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  403. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/chkp-builtins.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  404. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimple-builder.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  405. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/read-md.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  406. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/all-tree.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  407. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-threadedge.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  408. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gcov-io.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  409. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-check.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  410. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/graphds.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  411. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/pass_manager.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  412. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/is-a.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  413. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/machmode.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  414. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/optabs-tree.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  415. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/dfp.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  416. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/safe-ctype.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  417. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/sreal.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  418. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hash-map.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  419. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/sdbout.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  420. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/optabs.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  421. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/sel-sched-ir.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  422. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/spellcheck-tree.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  423. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ifcvt.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  424. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/intl.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  425. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/builtins.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  426. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/rtl-chkp.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  427. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/target-insns.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  428. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/md5.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  429. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/insn-constants.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  430. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hw-doloop.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  431. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/incpath.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  432. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/fixed-value.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  433. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/mem-stats.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  434. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-hash-traits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  435. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/context.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  436. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/targhooks.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  437. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/backend.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  438. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/real.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  439. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/graph.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  440. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-loop-niter.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  441. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/passes.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  442. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimple-fold.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  443. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/coretypes.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  444. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/builtins.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  445. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/stringpool.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  446. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/mode-classes.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  447. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/glimits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  448. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/sbitmap.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  449. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tm.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  450. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/insn-codes.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  451. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/params.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  452. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/dojump.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  453. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/double-int.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  454. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cfg-flags.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  455. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-live.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  456. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hash-set.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  457. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/internal-fn.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  458. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cgraph.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  459. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/sese.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  460. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cfgrtl.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  461. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/print-tree.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  462. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/diagnostic-core.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  463. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/auto-host.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  464. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/machmode.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  465. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/lower-subreg.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  466. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/symtab.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  467. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-stdarg.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  468. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ipa-utils.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  469. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ggc-internal.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  470. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/output.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  471. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/filenames.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  472. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/target.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  473. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/fold-const.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  474. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ada/gcc-interface/ada-tree.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  475. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/limity.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  476. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/xcoffout.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  477. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/langhooks-def.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  478. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ipa-chkp.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  479. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/params-options.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  480. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/rtl-iter.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  481. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-alias.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  482. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/insn-flags.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  483. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-core.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  484. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/plugin-api.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  485. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tm_p.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  486. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/flag-types.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  487. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gsyms.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  488. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/stmt.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  489. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/convert.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  490. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/bitmap.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  491. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/prefix.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  492. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cppbuiltin.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  493. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimple-iterator.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  494. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cfganal.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  495. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimple-low.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  496. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/options.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  497. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/reload.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  498. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gengtype.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  499. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/streamer-hooks.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  500. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-threadupdate.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  501. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/attribs.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  502. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ira-int.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  503. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/dce.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  504. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/vmsdbg.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  505. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/genrtl.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  506. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/wide-int.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  507. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ggc.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  508. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/sparseset.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  509. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/df.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  510. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  511. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ssa-iterators.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  512. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/explow.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  513. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cif-code.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  514. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hash-table.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  515. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gcse.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  516. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/errors.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  517. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/file-find.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  518. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/sel-sched.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  519. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-loop-ivopts.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  520. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/plugin.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  521. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-pass.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  522. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/libiberty.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  523. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/sel-sched-dump.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  524. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-scalar-evolution.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  525. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-object-size.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  526. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssanames.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  527. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/input.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  528. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cselib.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  529. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/run-rtl-passes.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  530. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/target-def.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  531. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/statistics.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  532. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  533. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/conditions.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  534. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-streamer.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  535. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/lcm.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  536. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/optabs-query.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  537. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/lra-int.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  538. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/omp-general.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  539. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-ter.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  540. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-hasher.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  541. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-diagnostic.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  542. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/opts.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  543. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hosthooks.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  544. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/realmpfr.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  545. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/brig-builtins.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  546. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gcc-symtab.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  547. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-scopedtables.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  548. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/params.list" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  549. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-chkp.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  550. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-cfg.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  551. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tsan.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  552. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/selftest.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  553. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-inline.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  554. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/regset.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  555. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-loop-manip.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  556. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-into-ssa.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  557. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/domwalk.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  558. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/selftest-rtl.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  559. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/graphite.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  560. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hash-traits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  561. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/varasm.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  562. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/params.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  563. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/lto-streamer.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  564. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-iterator.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  565. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hosthooks-def.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  566. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hard-reg-set.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  567. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ira.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  568. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gstab.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  569. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/auto-profile.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  570. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/dominance.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  571. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ipa-inline.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  572. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/substring-locations.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  573. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/inchash.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  574. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/calls.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  575. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cfg.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  576. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hwint.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  577. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-propagate.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  578. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/valtrack.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  579. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/resource.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  580. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ipa-prop.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  581. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/spellcheck.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  582. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/bb-reorder.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  583. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/lto-section-names.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  584. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gcc-plugin.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  585. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/optabs.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  586. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/alloc-pool.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  587. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/regs.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  588. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/target-globals.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  589. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/toplev.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  590. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/splay-tree.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  591. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-operands.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  592. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/collect-utils.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  593. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hashtab.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  594. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/data-streamer.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  595. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/rtlhash.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  596. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/value-prof.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  597. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimple-match.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  598. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gensupport.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  599. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/omp-builtins.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  600. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/predict.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  601. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimple.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  602. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/alias.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  603. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/target.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  604. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/obstack.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  605. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-eh.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  606. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/basic-block.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  607. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cppdefault.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  608. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/params-enum.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  609. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/line-map.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  610. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/fold-const-call.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  611. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimple.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  612. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hsa-common.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  613. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/dbgcnt.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  614. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/insn-addr.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  615. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ubsan.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  616. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/addresses.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  617. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hooks.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  618. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-dump.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  619. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimple-expr.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  620. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/rtl.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  621. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/target-hooks-macros.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  622. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-affine.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  623. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-vrp.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  624. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/expr.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  625. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/treestruct.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  626. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/fibonacci_heap.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  627. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-dom.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  628. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cfgcleanup.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  629. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/builtin-attrs.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  630. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/diagnostic.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  631. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/pass-instances.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  632. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-coalesce.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  633. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/typeclass.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  634. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/collect2-aix.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  635. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-threadbackward.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  636. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/debug.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  637. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimple-streamer.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  638. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/plugin-version.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  639. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/collect2.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  640. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tracer.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  641. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ccmp.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  642. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-loop.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  643. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/coverage.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  644. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/reg-notes.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  645. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/system.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  646. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cilk-builtins.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  647. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-sccvn.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  648. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cfgloop.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  649. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gtm-builtins.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  650. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hsa-builtins.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  651. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-outof-ssa.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  652. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/pretty-print.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  653. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ipa-reference.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  654. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/lra.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  655. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/trans-mem.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  656. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/stor-layout.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  657. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ipa-icf-gimple.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  658. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/sanitizer.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  659. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/omp-expand.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  660. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-if-conv.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  661. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-data-ref.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  662. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/objc/objc-tree.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  663. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/regcprop.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  664. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-dfa.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  665. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gtype-desc.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  666. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/symbol-summary.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  667. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/xcoff.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  668. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hsa-brig-format.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  669. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gcov-counter.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  670. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gsyslimits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  671. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/version.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  672. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/rtl.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  673. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cfghooks.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  674. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-chrec.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  675. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/diagnostic.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  676. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/insn-notes.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  677. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/libfuncs.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  678. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/expmed.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  679. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cilkplus.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  680. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/predict.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  681. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/lto-compress.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  682. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/dwarf2out.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  683. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/asan.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  684. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gcc.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  685. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-phinodes.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  686. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-address.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  687. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/plugin.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  688. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimplify-me.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  689. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/highlev-plugin-common.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  690. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/cpplib.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  691. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/internal-fn.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  692. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/omp-grid.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  693. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/dumpfile.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  694. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/vxworks-dummy.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  695. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/elfos.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  696. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/glibc-stdint.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  697. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/initfini-array.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  698. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/linux-protos.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  699. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/gnu-user.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  700. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/linux-android.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  701. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/dbxelf.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  702. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/linux.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  703. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/i386/att.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  704. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/i386/biarch64.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  705. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/i386/gnu-user-common.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  706. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/i386/i386-opts.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  707. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/i386/linux64.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  708. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/i386/x86-64.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  709. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/i386/gnu-user64.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  710. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/i386/i386.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  711. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/i386/unix.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  712. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/i386/linux-common.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  713. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/i386/x86-tune.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  714. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/i386/stringop.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  715. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/config/i386/i386-protos.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  716. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/dbgcnt.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  717. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/timevar.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  718. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/edit-context.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  719. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/ipa-icf.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  720. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/timevar.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  721. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/flags.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  722. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-nested.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  723. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/omp-offload.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  724. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gcc-rich-location.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  725. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/function.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  726. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/mem-stats-traits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  727. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/tree-ssa-ccp.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  728. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/hash-map-traits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  729. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimple-predict.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  730. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/opts-diagnostic.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  731. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/vtable-verify.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  732. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gimple-walk.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  733. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/gsstruct.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  734. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/read-rtl-function.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  735. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/stab.def" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  736. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/plugin/include/defaults.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  737. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/libgcc.a" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  738. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/crtend.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  739. Warning: host file "./lib/gcc/x86_64-exitstrategy-linux-gnu/7.4.0/crtbegin.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  740. Warning: host file "./bin/x86_64-linux-ld" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  741. Warning: host file "./bin/x86_64-linux-gcc" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  742. Warning: host file "./bin/x86_64-linux-ranlib" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  743. Warning: host file "./bin/x86_64-linux-gcc-7.4.0" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  744. Warning: host file "./bin/x86_64-linux-gcc-ar" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  745. Warning: host file "./bin/toolchain-wrapper" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  746. Warning: host file "./bin/x86_64-linux-objcopy" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  747. Warning: host file "./bin/x86_64-exitstrategy-linux-gnu-cpp" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  748. Warning: host file "./bin/x86_64-linux-addr2line" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  749. Warning: host file "./bin/x86_64-linux-objdump" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  750. Warning: host file "./bin/x86_64-linux-gprof" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  751. Warning: host file "./bin/x86_64-exitstrategy-linux-gnu-gcc-7.4.0" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  752. Warning: host file "./bin/x86_64-exitstrategy-linux-gnu-gcov-tool" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  753. Warning: host file "./bin/x86_64-linux-ld.bfd" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  754. Warning: host file "./bin/x86_64-linux-ar" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  755. Warning: host file "./bin/x86_64-linux-cpp" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  756. Warning: host file "./bin/x86_64-linux-gcov-tool" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  757. Warning: host file "./bin/x86_64-linux-gcc-nm" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  758. Warning: host file "./bin/x86_64-linux-nm" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  759. Warning: host file "./bin/x86_64-exitstrategy-linux-gnu-gcc" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  760. Warning: host file "./bin/x86_64-linux-elfedit" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  761. Warning: host file "./bin/x86_64-linux-strings" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  762. Warning: host file "./bin/x86_64-exitstrategy-linux-gnu-gcc-ranlib" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  763. Warning: host file "./bin/x86_64-linux-as" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  764. Warning: host file "./bin/x86_64-linux-c++filt" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  765. Warning: host file "./bin/x86_64-linux-gcc-ranlib" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  766. Warning: host file "./bin/x86_64-linux-cpp.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  767. Warning: host file "./bin/x86_64-exitstrategy-linux-gnu-cpp.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  768. Warning: host file "./bin/x86_64-exitstrategy-linux-gnu-gcc-7.4.0.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  769. Warning: host file "./bin/x86_64-exitstrategy-linux-gnu-gcc-ar" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  770. Warning: host file "./bin/x86_64-linux-gcov" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  771. Warning: host file "./bin/x86_64-linux-strip" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  772. Warning: host file "./bin/x86_64-linux-size" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  773. Warning: host file "./bin/x86_64-exitstrategy-linux-gnu-gcov" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  774. Warning: host file "./bin/x86_64-linux-gcov-dump" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  775. Warning: host file "./bin/x86_64-linux-readelf" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  776. Warning: host file "./bin/x86_64-exitstrategy-linux-gnu-gcc.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  777. Warning: host file "./bin/x86_64-exitstrategy-linux-gnu-gcov-dump" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  778. Warning: host file "./bin/x86_64-linux-gcc.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  779. Warning: host file "./bin/x86_64-linux-gcc-7.4.0.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  780. Warning: host file "./bin/x86_64-exitstrategy-linux-gnu-gcc-nm" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final']
  781. Warning: host file "./bin/easy_install" is touched by more than one package: ['host-python3-setuptools', 'host-python-setuptools']
  782. grep -qsE '^/bin/bash$' /home/birdie/buildroot/output/target/etc/shells || echo "/bin/bash" >> /home/birdie/buildroot/output/target/etc/shells
  783. if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/birdie/buildroot/output/target/etc/shells || echo "/bin/ash" >> /home/birdie/buildroot/output/target/etc/shells; fi
  784. if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/birdie/buildroot/output/target/etc/shells || echo "/bin/hush" >> /home/birdie/buildroot/output/target/etc/shells; fi
  785. rm -f /home/birdie/buildroot/output/target/usr/share/glib-2.0/schemas/*.xml /home/birdie/buildroot/output/target/usr/share/glib-2.0/schemas/*.dtd
  786. /home/birdie/buildroot/output/host/bin/glib-compile-schemas /home/birdie/buildroot/output/host/x86_64-exitstrategy-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/birdie/buildroot/output/target/usr/share/glib-2.0/schemas
  787. mkdir -p /home/birdie/buildroot/output/host/etc/meson
  788. sed -e "s%@TARGET_CROSS@%/home/birdie/buildroot/output/host/bin/x86_64-exitstrategy-linux-gnu-%g" -e "s%@TARGET_ARCH@%x86_64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2`%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2`%g" -e "s%@HOST_DIR@%/home/birdie/buildroot/output/host%g" package/meson//cross-compilation.conf.in > /home/birdie/buildroot/output/host/etc/meson/cross-compilation.conf
  789. find /home/birdie/buildroot/output/target/usr/lib/python2.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty touch -d @1548101090
  790. PYTHONPATH="/home/birdie/buildroot/output/target/usr/lib/python2.7/sysconfigdata/" cd /home/birdie/buildroot/output/target && /home/birdie/buildroot/output/host/bin/python2.7 /home/birdie/buildroot/support/scripts/pycompile.py --force usr/lib/python2.7
  791. find /home/birdie/buildroot/output/target/usr/lib/python2.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f
  792. find /home/birdie/buildroot/output/target/usr/lib/python2.7 -name '*.pyo' -print0 | xargs -0 --no-run-if-empty rm -f
  793. grep -qsE '^/usr/bin/screen$' /home/birdie/buildroot/output/target/etc/shells || echo "/usr/bin/screen" >> /home/birdie/buildroot/output/target/etc/shells
  794. mkdir -p /home/birdie/buildroot/output/target/etc
  795. echo "soapbox_server" > /home/birdie/buildroot/output/target/etc/hostname
  796. /bin/sed -i -e '$a \127.0.1.1\tsoapbox_server' -e '/^127.0.1.1/d' /home/birdie/buildroot/output/target/etc/hosts
  797. mkdir -p /home/birdie/buildroot/output/target/etc
  798. echo "Welcome to the Soapbox Alert Platform" > /home/birdie/buildroot/output/target/etc/issue
  799. /bin/sed -i -e s,^root:[^:]*:,root:"`/home/birdie/buildroot/output/host/bin/mkpasswd -m "sha-512" "Fender"`":, /home/birdie/buildroot/output/target/etc/shadow
  800. grep -qsE '^/bin/sh$' /home/birdie/buildroot/output/target/etc/shells || echo "/bin/sh" >> /home/birdie/buildroot/output/target/etc/shells
  801. ln -sf bash /home/birdie/buildroot/output/target/bin/sh
  802. grep -qsE '^/usr/bin/tmux$' /home/birdie/buildroot/output/target/etc/shells || echo "/usr/bin/tmux" >> /home/birdie/buildroot/output/target/etc/shells
  803. Generating locale C.UTF-8
  804. LC_MONETARY: value of field `int_curr_symbol' has wrong length
  805. no output file produced because warnings were issued
  806. Generating locale en_US.UTF-8
  807. Generating locale en_US.UTF-8
  808. rm -rf /home/birdie/buildroot/output/target/usr/include /home/birdie/buildroot/output/target/usr/share/aclocal \
  809. /home/birdie/buildroot/output/target/usr/lib/pkgconfig /home/birdie/buildroot/output/target/usr/share/pkgconfig \
  810. /home/birdie/buildroot/output/target/usr/lib/cmake /home/birdie/buildroot/output/target/usr/share/cmake
  811. find /home/birdie/buildroot/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f
  812. find /home/birdie/buildroot/output/target/lib/ /home/birdie/buildroot/output/target/usr/lib/ /home/birdie/buildroot/output/target/usr/libexec/ \
  813. \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f
  814. rm -rf /home/birdie/buildroot/output/target/usr/share/gdb
  815. rm -rf /home/birdie/buildroot/output/target/usr/share/zsh
  816. rm -rf /home/birdie/buildroot/output/target/usr/man /home/birdie/buildroot/output/target/usr/share/man
  817. rm -rf /home/birdie/buildroot/output/target/usr/info /home/birdie/buildroot/output/target/usr/share/info
  818. rm -rf /home/birdie/buildroot/output/target/usr/doc /home/birdie/buildroot/output/target/usr/share/doc
  819. rm -rf /home/birdie/buildroot/output/target/usr/share/gtk-doc
  820. rmdir /home/birdie/buildroot/output/target/usr/share 2>/dev/null || true
  821. find /home/birdie/buildroot/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/birdie/buildroot/output/host/bin/x86_64-exitstrategy-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true
  822. find /home/birdie/buildroot/output/target/lib/ -type f -name 'libpthread*.so*' | \
  823. xargs -r /home/birdie/buildroot/output/host/bin/x86_64-exitstrategy-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug
  824. find /home/birdie/buildroot/output/target/lib/ -type f -name 'ld-*.so*' | \
  825. xargs -r /home/birdie/buildroot/output/host/bin/x86_64-exitstrategy-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug
  826. test -f /home/birdie/buildroot/output/target/etc/ld.so.conf && \
  827. { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true
  828. test -d /home/birdie/buildroot/output/target/etc/ld.so.conf.d && \
  829. { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true
  830. mkdir -p /home/birdie/buildroot/output/target/etc
  831. ( \
  832. echo "NAME=Buildroot"; \
  833. echo "VERSION=2019.02-git-00832-gba9b3399c1-dirty"; \
  834. echo "ID=buildroot"; \
  835. echo "VERSION_ID=2019.02-git"; \
  836. echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \
  837. ) > /home/birdie/buildroot/output/target/usr/lib/os-release
  838. ln -sf ../usr/lib/os-release /home/birdie/buildroot/output/target/etc
  839. >>> Sanitizing RPATH in target tree
  840. /home/birdie/buildroot/support/scripts/fix-rpath target
  841. >>> Copying overlay board/exitstrategy/soapbox_server/rootfs-overlay
  842. touch /home/birdie/buildroot/output/target/usr
  843. >>> Generating root filesystems common tables
  844. rm -rf /home/birdie/buildroot/output/build/buildroot-fs
  845. mkdir -p /home/birdie/buildroot/output/build/buildroot-fs
  846. printf ' dbus -1 dbus -1 * /var/run/dbus - dbus DBus messagebus user\n - - docker -1 * - - - Docker Application Container Framework\n sshd -1 sshd -1 * - - - SSH drop priv user\n pulse -1 pulse -1 * /var/run/pulse - audio,pulse-access\n - - input -1 * - - - Input device group\n - - systemd-journal -1 * - - - Journal\n - - render -1 * - - - DRI rendering nodes\n - - kvm -1 * - - - kvm nodes\n systemd-bus-proxy -1 systemd-bus-proxy -1 * - - - Proxy D-Bus messages to/from a bus\n systemd-journal-gateway -1 systemd-journal-gateway -1 * /var/log/journal - - Journal Gateway\n systemd-journal-remote -1 systemd-journal-remote -1 * /var/log/journal/remote - - Journal Remote\n systemd-journal-upload -1 systemd-journal-upload -1 * - - - Journal Upload\n \n systemd-network -1 systemd-network -1 * - - - Network Manager\n systemd-resolve -1 systemd-resolve -1 * - - - Network Name Resolution Manager\n systemd-timesync -1 systemd-timesync -1 * - - - Network Time Synchronization\n tss -1 tss -1 * - - - TPM2 Access Broker & Resource Management daemon\n\n' >> /home/birdie/buildroot/output/build/buildroot-fs/full_users_table.txt
  847. cat board/exitstrategy/soapbox_server/users.in >> /home/birdie/buildroot/output/build/buildroot-fs/full_users_table.txt
  848. printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4755 0 0 - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/birdie/buildroot/output/build/buildroot-fs/full_devices_table.txt
  849. cat system/device_table.txt >> /home/birdie/buildroot/output/build/buildroot-fs/full_devices_table.txt
  850. >>> Generating filesystem image rootfs.ext2
  851. mkdir -p /home/birdie/buildroot/output/images
  852. rm -rf /home/birdie/buildroot/output/build/buildroot-fs/ext2
  853. mkdir -p /home/birdie/buildroot/output/build/buildroot-fs/ext2
  854. rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/birdie/buildroot/output/target/ /home/birdie/buildroot/output/build/buildroot-fs/ext2/target
  855. echo '#!/bin/sh' > /home/birdie/buildroot/output/build/buildroot-fs/ext2/fakeroot
  856. echo "set -e" >> /home/birdie/buildroot/output/build/buildroot-fs/ext2/fakeroot
  857. echo "chown -h -R 0:0 /home/birdie/buildroot/output/build/buildroot-fs/ext2/target" >> /home/birdie/buildroot/output/build/buildroot-fs/ext2/fakeroot
  858. PATH="/home/birdie/buildroot/output/host/bin:/home/birdie/buildroot/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /home/birdie/buildroot/support/scripts/mkusers /home/birdie/buildroot/output/build/buildroot-fs/full_users_table.txt /home/birdie/buildroot/output/build/buildroot-fs/ext2/target >> /home/birdie/buildroot/output/build/buildroot-fs/ext2/fakeroot
  859. echo "/home/birdie/buildroot/output/host/bin/makedevs -d /home/birdie/buildroot/output/build/buildroot-fs/full_devices_table.txt /home/birdie/buildroot/output/build/buildroot-fs/ext2/target" >> /home/birdie/buildroot/output/build/buildroot-fs/ext2/fakeroot
  860. printf ' find /home/birdie/buildroot/output/build/buildroot-fs/ext2/target -print0 | xargs -0 -r touch -hd @1548101090\n' >> /home/birdie/buildroot/output/build/buildroot-fs/ext2/fakeroot
  861. printf ' rm -f /home/birdie/buildroot/output/images/rootfs.ext2\n /home/birdie/buildroot/output/host/sbin/mkfs.ext4 -d /home/birdie/buildroot/output/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "" -O 64bit /home/birdie/buildroot/output/images/rootfs.ext2 "4000M" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/birdie/buildroot/output/build/buildroot-fs/ext2/fakeroot
  862. chmod a+x /home/birdie/buildroot/output/build/buildroot-fs/ext2/fakeroot
  863. PATH="/home/birdie/buildroot/output/host/bin:/home/birdie/buildroot/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /home/birdie/buildroot/output/host/bin/fakeroot -- /home/birdie/buildroot/output/build/buildroot-fs/ext2/fakeroot
  864. rootdir=/home/birdie/buildroot/output/build/buildroot-fs/ext2/target
  865. table='/home/birdie/buildroot/output/build/buildroot-fs/full_devices_table.txt'
  866. mke2fs 1.44.5 (15-Dec-2018)
  867. Creating regular file /home/birdie/buildroot/output/images/rootfs.ext2
  868. Creating filesystem with 1024000 4k blocks and 256000 inodes
  869. Filesystem UUID: 24f0aaa0-5f19-4efb-81f3-6edf57a63587
  870. Superblock backups stored on blocks:
  871. 32768, 98304, 163840, 229376, 294912, 819200, 884736
  872.  
  873. Allocating group tables: done
  874. Writing inode tables: done
  875. Creating journal (16384 blocks): done
  876. Copying files into the device: done
  877. Writing superblocks and filesystem accounting information: done
  878.  
  879. ln -sf rootfs.ext2 /home/birdie/buildroot/output/images/rootfs.ext4
  880. >>> Generating filesystem image rootfs.tar
  881. mkdir -p /home/birdie/buildroot/output/images
  882. rm -rf /home/birdie/buildroot/output/build/buildroot-fs/tar
  883. mkdir -p /home/birdie/buildroot/output/build/buildroot-fs/tar
  884. rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/birdie/buildroot/output/target/ /home/birdie/buildroot/output/build/buildroot-fs/tar/target
  885. echo '#!/bin/sh' > /home/birdie/buildroot/output/build/buildroot-fs/tar/fakeroot
  886. echo "set -e" >> /home/birdie/buildroot/output/build/buildroot-fs/tar/fakeroot
  887. echo "chown -h -R 0:0 /home/birdie/buildroot/output/build/buildroot-fs/tar/target" >> /home/birdie/buildroot/output/build/buildroot-fs/tar/fakeroot
  888. PATH="/home/birdie/buildroot/output/host/bin:/home/birdie/buildroot/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /home/birdie/buildroot/support/scripts/mkusers /home/birdie/buildroot/output/build/buildroot-fs/full_users_table.txt /home/birdie/buildroot/output/build/buildroot-fs/tar/target >> /home/birdie/buildroot/output/build/buildroot-fs/tar/fakeroot
  889. echo "/home/birdie/buildroot/output/host/bin/makedevs -d /home/birdie/buildroot/output/build/buildroot-fs/full_devices_table.txt /home/birdie/buildroot/output/build/buildroot-fs/tar/target" >> /home/birdie/buildroot/output/build/buildroot-fs/tar/fakeroot
  890. printf ' find /home/birdie/buildroot/output/build/buildroot-fs/tar/target -print0 | xargs -0 -r touch -hd @1548101090\n' >> /home/birdie/buildroot/output/build/buildroot-fs/tar/fakeroot
  891. printf ' (cd /home/birdie/buildroot/output/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar -cf /home/birdie/buildroot/output/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/birdie/buildroot/output/build/buildroot-fs/tar/fakeroot
  892. chmod a+x /home/birdie/buildroot/output/build/buildroot-fs/tar/fakeroot
  893. PATH="/home/birdie/buildroot/output/host/bin:/home/birdie/buildroot/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /home/birdie/buildroot/output/host/bin/fakeroot -- /home/birdie/buildroot/output/build/buildroot-fs/tar/fakeroot
  894. rootdir=/home/birdie/buildroot/output/build/buildroot-fs/tar/target
  895. table='/home/birdie/buildroot/output/build/buildroot-fs/full_devices_table.txt'
  896. >>> Executing post-image script board/exitstrategy/soapbox_server/post-image.sh
  897. board/exitstrategy/soapbox_server
  898. /home/birdie/buildroot/output/target
  899. Building initi user_data partition
  900. 200000+0 records in
  901. 200000+0 records out
  902. 819200000 bytes (819 MB, 781 MiB) copied, 0.62951 s, 1.3 GB/s
  903. mke2fs 1.44.5 (15-Dec-2018)
  904. Discarding device blocks: done
  905. Creating filesystem with 200000 4k blocks and 50064 inodes
  906. Filesystem UUID: 88d11079-3c63-4cef-a511-a07474ec50df
  907. Superblock backups stored on blocks:
  908. 32768, 98304, 163840
  909.  
  910. Allocating group tables: done
  911. Writing inode tables: done
  912. Creating journal (4096 blocks): done
  913. Writing superblocks and filesystem accounting information: done
  914.  
  915. Copying Files...
  916. Done
  917. >>> Executing post-image script support/scripts/genimage.sh
  918. INFO: cmd: "mkdir -p "/home/birdie/buildroot/output/build/genimage.tmp"" (stderr):
  919. INFO: cmd: "rm -rf "/home/birdie/buildroot/output/build/genimage.tmp"/*" (stderr):
  920. INFO: cmd: "mkdir -p "/home/birdie/buildroot/output/images"" (stderr):
  921. INFO: cmd: "mkdir -p "/home/birdie/buildroot/output/build/genimage.tmp"" (stderr):
  922. INFO: cmd: "cp -a "/home/birdie/buildroot/output/target" "/home/birdie/buildroot/output/build/genimage.tmp/root"" (stderr):
  923. INFO: vfat(efi-part.vfat): cmd: "dd if=/dev/zero of="/home/birdie/buildroot/output/images/efi-part.vfat" seek=33554432 count=0 bs=1 2>/dev/null" (stderr):
  924. INFO: vfat(efi-part.vfat): cmd: "mkdosfs '/home/birdie/buildroot/output/images/efi-part.vfat'" (stderr):
  925. INFO: vfat(efi-part.vfat): adding file 'efi-part/startup.nsh' as 'startup.nsh' ...
  926. INFO: vfat(efi-part.vfat): cmd: "mcopy -bsp -i '/home/birdie/buildroot/output/images/efi-part.vfat' '/home/birdie/buildroot/output/images/efi-part/startup.nsh' '::startup.nsh'" (stderr):
  927. INFO: vfat(efi-part.vfat): adding file 'efi-part/EFI' as 'EFI' ...
  928. INFO: vfat(efi-part.vfat): cmd: "mcopy -bsp -i '/home/birdie/buildroot/output/images/efi-part.vfat' '/home/birdie/buildroot/output/images/efi-part/EFI' '::EFI'" (stderr):
  929. INFO: vfat(efi-part.vfat): adding file 'bzImage' as 'bzImage' ...
  930. INFO: vfat(efi-part.vfat): cmd: "mcopy -bsp -i '/home/birdie/buildroot/output/images/efi-part.vfat' '/home/birdie/buildroot/output/images/bzImage' '::bzImage'" (stderr):
  931. INFO: hdimage(disk.img): adding partition 'boot' (in MBR) from 'efi-part.vfat' ...
  932. INFO: hdimage(disk.img): adding partition 'root1' (in MBR) from 'rootfs.ext2' ...
  933. INFO: hdimage(disk.img): adding partition 'root2' (in MBR) from 'rootfs.ext2' ...
  934. INFO: hdimage(disk.img): adding partition 'userdata' (in MBR) from 'user_data.img' ...
  935. INFO: hdimage(disk.img): writing MBR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement